Commit graph

24 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a29f1c198a - Update to 0.0945
Changes:	http://search.cpan.org/dist/Archive-Any/Changes
2016-05-05 00:00:43 +00:00
Sunpoet Po-Chuan Hsieh
470df3250d - Update to 0.0944
- Use real PORTVERSION
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Archive-Any/Changes
2016-04-02 08:33:35 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
b8cc0650dd - Add some NO_ARCH'es
Approved by:	portmgr blanket
2015-08-10 20:23:51 +00:00
Steven Kreuzer
984f904749 Update to version 0.09.42 2015-07-14 15:05:27 +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
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Yen-Ming Lee
ffc74b9105 - update to 0.0941 2014-07-15 03:31:34 +00:00
Sunpoet Po-Chuan Hsieh
183b9042ff - Support STAGEDIR 2013-09-28 17:12:12 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +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
Andrej Zverev
14d750125f 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 15:39:36 +00:00
Sunpoet Po-Chuan Hsieh
cd6c68b7d7 - Update to 0.0932
- Add LICENSE
- Align PERL_LEVEL check to stable Perl releases (lang/perl5.*)

Changes:	http://search.cpan.org/dist/Archive-Any/Changes
2012-07-13 14:19:40 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +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
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
Philip M. Gollucci
87f6e69e19 - Add TEST_DEPENDS
- expand BUILD_DEPENDS

PR:             ports/164112
Submitted by:   swills
Approved by:    maintainer timeout (clsung ; 28 days)
2012-02-12 02:04:00 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +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
Yen-Ming Lee
9e79fb4dd6 - remove BUILD_DEPENDS to allow build on perl-5.6.2
- bump PORTREVISION
2008-03-10 13:59:07 +00:00
Yen-Ming Lee
5aac148861 - use CPAN macro
- fix dependency
- switch to PERL_MODBUILD
- bump PORTREVISION

Submitted by:	leeym
Approved by:	clsung
2008-03-10 12:21:53 +00:00
Cheng-Lung Sung
5a0de2c9fd - remove ".if ${PERL_LEVEL} < 500600 ..." stuff. 2007-05-01 07:33:15 +00:00
Cheng-Lung Sung
cbd010518a Add p5-Archive-Any 0.09.3, single interface to deal with file archives.
PR:		ports/102567
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-10-03 13:38:21 +00:00