Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.216
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 May 2020 15:20:47
0.216
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 8). |
06 Oct 2018 13:06:45
0.216
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.216
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:25:18
0.216
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
0.216
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
05 Dec 2014 15:35:02
0.216
|
jadawin  |
- Update to 0.216 |
26 Nov 2014 13:08:38
0.215_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 ) |
07 Nov 2013 03:52:42
0.215
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:17:32
0.215
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
02 Aug 2013 18:52:11
0.215
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
24 Aug 2011 06:53:13
0.215
|
sunpoet  |
- Update to 0.215
Changes: http://search.cpan.org/dist/Makefile-Parser/Changes |
20 Jun 2011 09:03:27
0.211
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
24 Sep 2010 02:03:44
0.211
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
22 Jul 2009 16:27:08
0.211
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
05 Jul 2008 00:06:49
0.211
|
edwin  |
[PATCH] textproc/p5-Makefile-Parser: update to 0.211
- Update to 0.211
PR: ports/122845
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Approved by: maintainer timeout |
17 Apr 2008 14:30:31
0.17_1
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
05 Mar 2008 06:44:53
0.17_1
|
leeym  |
- simplify dependency
- bump PORTREVISION |
08 Sep 2007 01:06:22
0.17
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
18 Mar 2007 14:27:20
0.17
|
tobez  |
Update to 0.17. |
15 Mar 2007 18:39:51
0.15
|
mat  |
Update to 0.15 |
15 Mar 2007 17:12:03
0.14
|
mat  |
Update to 0.14 |
11 Apr 2006 13:30:05
0.11
|
tobez  |
Add textproc/p5-Makefile-Parser 0.11, a Perl module that parses makefiles. |