Sunpoet Po-Chuan Hsieh
68b3782030
Update to 6.23
...
- Add LICENSE
- Strip shared library
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Math-Random-MT-Auto
2018-11-27 17:09:22 +00:00
Dag-Erling Smørgrav
9dff352320
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)
2018-10-06 13:06:42 +00:00
Sunpoet Po-Chuan Hsieh
ad4f267b7a
Update WWW
...
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl
2018-05-27 20:15:16 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +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
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
Sunpoet Po-Chuan Hsieh
2c7b8bf0bd
- Remove outdated PERL_LEVEL check
...
With hat: perl
2014-03-06 18:51:17 +00:00
Vanilla I. Shu
5e06901c39
Support STAGEDIR.
2013-11-05 06:56:18 +00:00
Baptiste Daroussin
ce5e457020
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
2013-09-20 20:55:04 +00:00
Sunpoet Po-Chuan Hsieh
7a0285baaf
- Use single space after WWW:
2013-08-29 04:08:53 +00:00
Mathieu Arnold
4819ca343b
- Convert to new perl framework
...
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00
Anton Berezin
bc37b68a66
Update to 6.22.
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-12-28 10:35:19 +00:00
Sunpoet Po-Chuan Hsieh
a03b6ca81c
- Update to 6.21
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-08-14 08:38:21 +00:00
Sunpoet Po-Chuan Hsieh
bdfc44896c
- Update to 6.19
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-07-30 19:37:57 +00:00
Sunpoet Po-Chuan Hsieh
20062567dd
- Update to 6.18
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-01-29 11:54:58 +00:00
Sunpoet Po-Chuan Hsieh
76e86dada6
- Update to 6.17
...
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-01-13 09:06:18 +00:00
Andrej Zverev
302b9a7c36
- 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
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00
Anton Berezin
390c764f17
Update to 6.16.
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
Feature safe: yes
2011-01-19 08:38:02 +00:00
Philip M. Gollucci
6564a2589c
- only 13% of the p5- ports embed @comment $FreeBSD$:
...
so standarize and remove it
With Hat: perl@
2010-09-24 02:03:44 +00:00
Anton Berezin
9e367cd52f
Update to 6.15.
...
Changes: http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
Feature safe: yes
2010-03-06 13:35:23 +00:00
Mathieu Arnold
fc38ced3b5
Update to 6.14
2008-06-12 12:40:47 +00:00
Martin Wilke
d5954d14c0
- Update to 6.12
2008-03-11 14:58:30 +00:00
Martin Wilke
c35ec5e1e6
- Update to 6.11
2008-02-24 03:18:14 +00:00
Martin Wilke
c23224f8f6
- Update to 6.0.9
2007-09-17 12:59:53 +00:00
Martin Wilke
5f8571dc0a
- Update to 6.06
2007-09-12 08:38:37 +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
Martin Wilke
40195d4d04
- Update to 6.0.3
...
PR: 113497
Submitted by: Gea-Suan Lin <gslin@gslin.org>
2007-06-11 07:28:16 +00:00
Erwin Lansing
576a2c8776
Update to 5.06
2007-05-25 22:47:50 +00:00
Cheng-Lung Sung
7f9a1e33e0
- Update to 5.04
...
- Move to perl@FreeBSD.org
PR: ports/106515
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
2006-12-11 05:24:44 +00:00
Cheng-Lung Sung
be822cbee1
- Update to 5.03
...
PR: ports/101811
Submitted by: maintainer (Gea-Suan Lin)
2006-08-11 12:35:28 +00:00
Cheng-Lung Sung
3b677aa59d
Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs.
...
PR: ports/100624
Submitted by: Gea-Suan Lin <gslin at gslin.org>
2006-07-24 01:25:38 +00:00