Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.9_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
1.9_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
1.9_1
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
13 Mar 2015 17:29:59
1.9_1 
|
adamw  |
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used |
26 Nov 2014 13:08:38
1.9_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
10 Jun 2014 12:14:14
1.9
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
24 Nov 2013 17:40:44
1.9
|
mat  |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
06 Nov 2013 07:39:32
1.9
|
vanilla  |
Support STAGEDIR. |
22 Oct 2013 16:57:45
1.9
|
mat  |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
20 Sep 2013 22:55:26
1.9
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
02 Aug 2013 18:52:11
1.9
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
22 Mar 2013 11:18:42
1.9
|
tobez  |
Update to 1.9.
Changes: http://search.cpan.org/dist/Digest-MD4/Changes |
15 Mar 2013 09:44:47
1.8
|
tobez  |
Update to 1.8.
Changes: http://search.cpan.org/dist/Digest-MD4/Changes |
14 Mar 2013 18:10:47
1.7
|
sunpoet  |
- Update to 1.7
- Add LICENSE
- Convert to new options framework
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Digest-MD4/Changes |
17 May 2011 11:11:48
1.5
|
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
16 Aug 2009 09:55:32
1.5
|
linimon  |
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.
Hat: portmgr |
31 Aug 2007 13:37:23
1.5
|
mat  |
Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims. |
22 Jan 2006 02:50:55
1.5
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Nov 2005 14:16:12
1.5
|
mat  |
Be hipe and add SHA256 |
21 Sep 2005 19:31:43
1.5
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
11 Jun 2005 16:13:12
1.5
|
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
18 Nov 2004 15:04:07
1.5
|
mat  |
Update to 1.5 |
12 Oct 2004 10:11:51
1.4
|
mat  |
Update to 1.4
Add docs |
29 Jan 2004 13:37:55
1.3
|
mat  |
Add SIZE field |
04 Dec 2003 13:42:12
1.3
|
mat  |
Update to 1.3 |
04 Nov 2003 17:10:47
1.2
|
mat  |
Update to 1.2
fix install on perl >= 5.8.0 |
24 Oct 2003 12:05:09
1.1
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
20 Feb 2003 18:59:13
1.1
|
knu  |
De-pkg-comment. |
09 Feb 2003 05:35:19
1.1
|
ijliao  |
add p5-Digest-MD4 1.1
Perl5 interface to the MD4 message digest algorithm |