Commit graph

21 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
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Sunpoet Po-Chuan Hsieh
ecae077993 - Update to 1.965
Changes:	http://search.cpan.org/dist/Redis/Changes
2013-11-29 17:22:36 +00:00
Sunpoet Po-Chuan Hsieh
eb3a7ee205 - Update to 1.964
- Add LICENSE

Changes:	http://search.cpan.org/dist/Redis/Changes
2013-11-15 17:55:48 +00:00
Vanilla I. Shu
2bf8c2e6f0 Support STAGEDIR. 2013-11-03 06:53:54 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +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
Mathieu Arnold
9f8410788a Update to 1.9610
Make portlint happy.
2013-06-06 07:36:36 +00:00
Andrej Zverev
ceb9a290db Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 09:38:59 +00:00
Sunpoet Po-Chuan Hsieh
2c2ce564cf - Update to 1.951
Changes:	http://search.cpan.org/dist/Redis/Changes
Feature safe:	yes
2012-03-14 05:00:20 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Sunpoet Po-Chuan Hsieh
02e525f4f8 - Update to 1.950
Changes:	http://search.cpan.org/dist/Redis/Changes
Feature safe:	yes
2012-03-13 06:52:43 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
a1d9230c64 - Update to 1.926
Changes:	http://search.cpan.org/dist/Redis/Changes
2012-01-13 04:18:15 +00:00
Anton Berezin
33fe58aae8 Update to 1.904(0).
Changes:	http://search.cpan.org/dist/Redis/Changes
2011-09-12 10:54:31 +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
Cheng-Lung Sung
2724f224b8 - Update to 1.903(0)
Changes:	http://search.cpan.org/dist/Redis/Changes
2011-02-23 03:40:55 +00:00
Sunpoet Po-Chuan Hsieh
82d26d0b72 - Update to 1.902
Changes:	http://search.cpan.org/dist/Redis/Changes
PR:		ports/154605
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com>
2011-02-11 08:14:45 +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
Wen Heping
0daf8b7395 - Update to 1.2001
- Reset maintainer to perl@

PR:		ports/145186
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (previous maintainer)
2010-03-30 01:57:21 +00:00
Martin Wilke
cc6748e28b Pure perl bindings for http://code.google.com/p/redis/
This version support git version 0.08 or later of Redis available at
git://github.com/antirez/redis

WWW:	http://search.cpan.org/dist/Redis/

PR:		ports/138951
Feature safe: yes
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-09-18 23:35:34 +00:00