Commit graph

39 commits

Author SHA1 Message Date
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
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Jun Kuriyama
f94152751e - Upgrade to 2.90. 2014-01-11 11:56:51 +00:00
Baptiste Daroussin
98ea2e3aed Fix pkgname conflicts 2014-01-04 00:51:17 +00:00
Jun Kuriyama
55f399f6b3 Fix bugs caused by misunderstanding of staging. 2013-10-26 16:33:19 +00:00
Jun Kuriyama
f67ddc0887 - Upgrade to 2.61. 2013-10-26 15:42:28 +00:00
Baptiste Daroussin
1e4b97cf2b Add NO_STAGE all over the place in preparation for the staging support (cat: converters) 2013-09-20 16:05:24 +00:00
Jun Kuriyama
6cfaeac625 - Upgrade to 2.59. 2013-08-10 10:17:49 +00:00
Jun Kuriyama
38b645460f - Upgrade to 2.58. 2013-05-26 01:14:14 +00:00
Jun Kuriyama
d6e0bcefb6 - Upgrade to 2.53. 2011-07-05 08:23:47 +00:00
Jun Kuriyama
6e2ee05b7f - Upgrade to 2.51. 2011-03-27 07:34:11 +00:00
Jun Kuriyama
be9f336de2 - Upgrade to 2.50. 2010-12-25 10:30:12 +00:00
Jun Kuriyama
d166e19ed4 - Upgrade to 2.27. 2010-11-20 05:44:12 +00:00
Jun Kuriyama
42ff95d916 - Upgrade to 2.26. 2010-10-09 11:06:39 +00:00
Jun Kuriyama
039ab6162c - Upgrade to 2.22. 2010-09-04 05:49:06 +00:00
Jun Kuriyama
dc323ec846 - Upgrade to 2.21. 2010-04-16 02:33:31 +00:00
Jun Kuriyama
aff41d5cb5 - Upgrade to 2.20. 2010-04-04 14:17:36 +00:00
Jun Kuriyama
98af8e60fe - Upgrade to 2.19. 2010-04-01 15:32:58 +00:00
Jun Kuriyama
ffb9cd9e27 - Upgrade to 2.18. 2010-03-25 05:12:54 +00:00
Jun Kuriyama
7022b73172 - Upgrade to 2.17. 2010-01-11 01:19:06 +00:00
Jun Kuriyama
4df553665c - Upgrade to 2.16. 2009-10-21 13:53:36 +00:00
Jun Kuriyama
529baba1be Upgrade to 2.15. 2009-06-04 09:19:40 +00:00
Jun Kuriyama
8823694cd3 Upgrade to 2.14. 2009-02-25 22:58:42 +00:00
Jun Kuriyama
5c8d326a00 Upgrade to 2.12 (and remove unneeded dependencies).
PR:		ports/127153
Submitted by:	leeym
2008-09-08 02:10:48 +00:00
Jun Kuriyama
ef02437b49 Upgrade to 2.11.
Submitted by:	Wen heping <wenheping@gmail.com>
PR:	  	ports/125066
2008-07-02 07:46:08 +00:00
Jun Kuriyama
ef254c0101 - Move variables to make portlint happier. 2008-03-26 01:46:27 +00:00
Jun Kuriyama
8f1b2d8aa5 - Repository copy from p5-JSON to p5-JSON1.
- Mark p5-JSON1 as conflicting with p5-JSON-2.x.
- Upgrade p5-JSON to 2.07 and mark as conflicting with p5-JSON-1.x.
- Use CPAN macro, add Test-Simple dependency and improve pkg-plist.

PR:	  	ports/120596
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-03-25 02:41:12 +00:00
Jun Kuriyama
14a30d1a3f - Upgrade to 1.15 (1.x final version).
- Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary
  dependency into RUN_DEPENDS.
- Use @dirrmtry, because other module can use JSON::*.

PR:		ports/120762
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2008-02-25 22:36:45 +00:00
Renato Botelho
4cc65c7146 - Update to 1.14
PR:		ports/113892
Submitted by:	Yen-Ming@utopia.leeym.com, Lee@utopia.leeym.com
Approved by:	maintainer timeout (over 3 months)
2007-10-11 18:54:36 +00:00
Jun Kuriyama
c0e57680eb - Upgrade to 1.10.
- Remove perl 5.005 check.

PR:		ports/111837
2007-04-21 10:16:51 +00:00
Aaron Dalton
1e6e3ae94b - Update to 1.07
PR:		ports/99058
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 16:10:05 +00:00
Jun Kuriyama
feb173d71e - Upgrade to 1.05. 2006-05-06 11:31:57 +00:00
Jun Kuriyama
75ba49e9a0 - Upgrade to 1.03. 2006-01-30 14:23:43 +00:00
Edwin Groothuis
913a5a5cba Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:29:46 +00:00
Jun Kuriyama
5fbdb9f5d7 - Upgrade to 1.02.
- Add SHA256.

Changes:	http://search.cpan.org/src/MAKAMAKA/JSON-1.02/Changes
2005-11-24 07:35:30 +00:00
Jun Kuriyama
cb12f73915 - Upgrade to 1.00.
- Fix dependencies.

PR:		ports/87676
Submitted by:	tobez
2005-10-29 15:56:06 +00:00
Jun Kuriyama
48c80046e9 Add p5- $PKGNAMEPREFIX.
Bump PORTREVISION to forget this silly mistake...
2005-09-01 09:13:53 +00:00
Jun Kuriyama
a0facdf427 Fix incorrect plist (only broken on 4.x).
Reported by:	pointyhat via kris
2005-09-01 09:10:00 +00:00
Jun Kuriyama
ef2c40b4b1 Add p5-JSON 0.99, perl extension to convert to JSON (JavaScript Object
Notation).
2005-08-28 07:05:49 +00:00