44 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ca92ae60cc Update to 1.6006
Changes:	https://metacpan.org/changes/distribution/Math-BigInt-GMP
2018-10-12 19:59:58 +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
Sunpoet Po-Chuan Hsieh
2443ea3b6a Update to 1.6005
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2018-04-22 08:55:55 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
6ab05fb359 Add PERL_LEVEL check
- Bump PORTREVISION for dependency change
2017-06-17 10:02:18 +00:00
Sunpoet Po-Chuan Hsieh
24e428fafb Update to 1.6004
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2017-02-06 12:54:00 +00:00
Sunpoet Po-Chuan Hsieh
510f7f0a4a Update to 1.6003
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2017-01-12 20:02:54 +00:00
Sunpoet Po-Chuan Hsieh
09f2f8e2d2 - Update to 1.6002
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-12-05 13:39:32 +00:00
Sunpoet Po-Chuan Hsieh
47c9a4de45 - Update to 1.6001
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-11-26 10:34:09 +00:00
Sunpoet Po-Chuan Hsieh
e3240a711d - Update to 1.6000
- Use USES=localbase

Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-11-19 17:10:57 +00:00
Sunpoet Po-Chuan Hsieh
a985dfeafb - Update to 1.51
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-04-28 19:04:59 +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
Sunpoet Po-Chuan Hsieh
57df4a4ccd - Update to 1.49
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2016-01-12 21:40:30 +00:00
Sunpoet Po-Chuan Hsieh
1391838580 - Update to 1.46
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-12-04 12:34:17 +00:00
Sunpoet Po-Chuan Hsieh
99171cfdfb - Update to 1.45
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-11-11 16:52:09 +00:00
Sunpoet Po-Chuan Hsieh
dccad21483 - Update to 1.44
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-11-04 20:12:09 +00:00
Sunpoet Po-Chuan Hsieh
bad4dd64c2 - Update to 1.43
Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-10-04 18:00:33 +00:00
Philippe Audeoud
3a50831fff - Update to 1.40 2015-08-20 14:26:01 +00:00
Sunpoet Po-Chuan Hsieh
142ea5d4c7 - Update to 1.39
- Strip shared library
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2015-08-19 03:54:59 +00:00
Adam Weinberger
10f22ecd6d 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
2015-03-13 17:29:58 +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
Philippe Audeoud
c730d018bb - Update to 1.38
- New LIB_DEPENDS
2014-05-21 07:53:10 +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
Andrej Zverev
0c32f39711 - Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header

Reviewed by:	bapt@ (exp-run)
Approved by:	bapt@ (portmrg@)
2013-07-31 06:54:09 +00:00
Frederic Culot
a288d48de7 - Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@olofsson.de>
2011-10-07 11:22:46 +00:00
Sunpoet Po-Chuan Hsieh
8b8cc63f53 - Update to 1.37
- Pet portlint

Changes:	http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
2011-09-10 13:21:29 +00:00
Philippe Audeoud
7db0aee790 - Really update to 1.36
Notify by:	sunpoet@
2011-05-17 07:33:17 +00:00
Philippe Audeoud
457646a7b0 - Update to 1.36
- Add LICENSE
- Changelog: http://cpansearch.perl.org/src/PJACKLAM/Math-BigInt-GMP-1.36/CHANGES
2011-05-16 15:01:43 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Wen Heping
e5a82ff020 - Update to 1.32 2010-09-26 01:06:20 +00:00
Baptiste Daroussin
b347149373 math/p5-Math-BigInt is part of perl core modules since at least 5.6+
the lowest version of perl available in ports is 5.8.9 which embed version
1.89 of Math::BigInt which is the same as the one available in
math/p5-Math-BigInt, so remove the useless dependency.
Keeping math/p5-Math-BigInt as it evolves alone

Bump port revision
2010-09-22 07:48:02 +00:00
Sylvio Cesar Teixeira
dc82b8d1fa - Fix problem build with -lgmp
PR:		ports/144406
Submitted by:	Kimo <kimor79@yahoo.com>
Approved by:	wen@ (He is on vacation, I've his permission for commit your PR)
2010-07-26 11:33:35 +00:00
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +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
Martin Wilke
d01d77b18b - Update to 1.24 2007-08-05 21:26:56 +00:00
Martin Wilke
66093fcc3a - Update to 1.23 2007-07-29 10:09:55 +00:00
Erwin Lansing
a4bf67b0df Update to 1.22 2007-06-04 16:57:54 +00:00
Martin Wilke
7eab438a3f - Update to 1.21 2007-04-18 08:09:18 +00:00
Mathieu Arnold
2354ba7be8 Update to 1.20 2007-04-10 15:32:16 +00:00
Maxime Henrion
27c870c2ea Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module that
uses the C libgmp library for fast bignum computations.

Reviewed by:	tobez
2007-02-10 14:38:16 +00:00