Mathieu Arnold
625cdd5e3c
Update to 1.54.
...
Sponsored by: Absolight
2016-06-21 15:06:31 +00:00
Mathieu Arnold
ce2aaa1cd4
Update to 1.53.
...
Sponsored by: Absolight
2015-05-05 10:39:50 +00:00
Mathieu Arnold
7a907c0abc
Update to 1.52.
...
Sponsored by: Absolight
2015-05-04 16:17:40 +00:00
Sunpoet Po-Chuan Hsieh
9e8733e4c4
- Update to 1.51
...
- Sort PLIST
Changes: http://search.cpan.org/dist/B-Generate/Changes
2015-05-03 11:21:44 +00:00
Mathieu Arnold
b14e2ff0cd
Update to 1.50, fixing it with Perl 5.21.7+
...
Pass maintainership to perl@
Approved by: tobez (maintainer, implicit)
Sponsored by: Absolight
2015-04-14 12:44:40 +00:00
Sunpoet Po-Chuan Hsieh
e862bc9b6f
- Fix *_DEPENDS: ExtUtils::CBuilder is already in all supported Perl releases
...
- Add LICENSE [1]
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
2015-01-07 17:56:10 +00:00
Mathieu Arnold
eee58d187e
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
3ee7d3dd60
Cleanup plist
2014-10-27 10:55:56 +00:00
Mathieu Arnold
61de712f46
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
2014-06-10 12:14:12 +00:00
Andrej Zverev
6c7d0261c9
- add stage support
...
Approved by: portmgr (blanket infrastructure)
2014-01-06 12:05:42 +00:00
Baptiste Daroussin
580a778a16
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
2013-09-20 17:13:42 +00:00
Andrej Zverev
43f0c9f153
- Convert to new perl framework
...
- Trim Makefile header
Approved by: tobez@ (maintainer)
2013-08-05 15:05:29 +00:00
Anton Berezin
903caff884
Update to 1.47.
...
Changes: http://cpansearch.perl.org/src/RURBAN/B-Generate-1.47/Changes
Feature safe: yes
2012-11-13 09:17:26 +00:00
Anton Berezin
7933221c08
Update to 1.44.
...
PR: 167845
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes: http://search.cpan.org/dist/B-Generate/Changes
2012-05-21 10:07:22 +00:00
Anton Berezin
4680c863df
Update to 1.39.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
Feature safe: yes
2011-11-29 09:08:52 +00:00
Anton Berezin
1fb3b8c522
Update to 1.37.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
2011-09-02 14:58:19 +00:00
Andrej Zverev
1548a7b804
- Update to 1.35
...
- Pet portlint
PR: ports/157824
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer (tobez via IM)
2011-07-25 13:19:01 +00:00
Anton Berezin
2f5f62c742
Update to 1.34.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
2011-01-10 13:03:43 +00:00
Philip M. Gollucci
e728d1f249
- Update to 1.33
...
1.31 is no longer fetchable [1]
PR: ports/150158 [1]
Submitted by: Frederic Culot <frederic@culot.org> [1]
Approved by: maintainer timeout (tobez ; 40 days) [1]
Changes: http://search.cpan.org/dist/B-Generate/Changes
2010-10-10 06:36:53 +00:00
Anton Berezin
b3c7c1e780
Update to 1.27.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
2010-04-14 13:44:53 +00:00
Anton Berezin
7e34c07a1e
Update to 1.26.
2010-01-25 09:43:41 +00:00
Anton Berezin
3c0578fea8
Update to 1.20.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
2009-04-27 14:52:13 +00:00
Anton Berezin
352b834443
Update to 1.19.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
2009-01-09 10:36:24 +00:00
Anton Berezin
9c5be3a61f
Update to 1.13.
...
Changes: http://search.cpan.org/dist/B-Generate/Changes
PR: 126203
Submitted by: Wen heping <wenheping@gmail.com>
2008-08-05 17:27:31 +00:00
Marcelo Araujo
4aaab89f57
- 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)
2008-04-17 14:30:31 +00:00
Anton Berezin
21b90bd492
Update to 1.11.
...
The available Changes file was not very forthcoming, as it
has not changed in comparison with the previous version of the module.
Source diff reveals tweaks to support perl 5.10, though.
2007-12-12 11:24:24 +00:00
Anton Berezin
451229404b
Update to 1.10. Require perl 5.8.X (thanks to gabor, this part
...
is much cleaner now than it used to be).
Changes: http://search.cpan.org/src/JJORE/B-Generate-1.10/Changes
2007-09-18 14:52:43 +00:00
Mark Linimon
9839011ec3
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
2007-09-08 01:12:10 +00:00
Anton Berezin
89c6e61423
Add devel/p5-B-Generate 1.06, a Perl module that facilitates
...
Perl optree manipulation from Perl.
2007-02-26 19:31:55 +00:00