Sunpoet Po-Chuan Hsieh
3c6306189b
Update to 0.56
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2017-12-03 20:37:27 +00:00
Sunpoet Po-Chuan Hsieh
5ed883a649
Update to 0.54
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2017-09-25 15:12:12 +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
84df94605c
Add PERL_LEVEL check
...
- Bump PORTREVISION for dependency change
2017-06-18 05:51:39 +00:00
Adam Weinberger
3f0b81a7a6
Update to 0.52, and add NO_ARCH.
...
Changes: https://metacpan.org/changes/distribution/File-Fetch
2016-10-09 15:42:12 +00:00
Dmitry Marakasov
1d1f878054
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
...
Approved by: portmgr blanket
2016-05-19 10:21:23 +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
1e242b782f
Clean up plist
2014-10-20 15:20:21 +00:00
Sunpoet Po-Chuan Hsieh
a7045a1a94
- Update to 0.48
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2014-02-04 16:15:28 +00:00
Sunpoet Po-Chuan Hsieh
2f1f506aa7
- Update to 0.46
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2013-11-27 17:20:11 +00:00
Sunpoet Po-Chuan Hsieh
aae017a0ab
- Update to 0.44
...
- Support STAGEDIR
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2013-10-02 17:50:44 +00:00
Baptiste Daroussin
1640537ad6
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
2013-09-20 17:23:18 +00:00
Sunpoet Po-Chuan Hsieh
1b0d3f744b
- Add WWW
...
- Use single space after WWW:
- Remove Author line
2013-08-29 17:16:52 +00:00
Andrej Zverev
a74217e6d9
- Convert to new perl framework
...
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Frederic Culot
aa1a91bb34
- Update to 0.42
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2013-04-27 19:18:49 +00:00
Eitan Adler
5190f14f8d
For perl@ owned ports:
...
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Anton Berezin
c6f66ecc5a
Update to 0.38.
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2013-01-12 16:25:54 +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
15dfc52e27
- Update to 0.36
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2012-06-29 02:54:01 +00:00
Frederic Culot
cb385d3633
- Update to 0.34
...
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2012-04-16 07:35:27 +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
Emanuel Haupt
33fcf400f8
End WWW CPAN URL with a "/"
2011-12-28 08:20:20 +00:00
Doug Barton
989772c9ac
The vast majority of pkg-descr files had the following format when they
...
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
2011-10-24 09:11:38 +00:00
Baptiste Daroussin
2668642084
- update to 0.32
...
- changes: http://search.cpan.org/src/BINGOS/File-Fetch-0.32/CHANGES
2011-03-25 15:04:51 +00:00
Frederic Culot
db3bb251f7
- Update to 0.28.
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
Approved by: sahil@ (mentor)
2010-11-09 06:28:19 +00:00
Wen Heping
39be07fb56
- Update to 0.24
2010-01-07 07:06:51 +00:00
Wen Heping
f96eaf9b21
- Update to 0.22
2009-11-15 09:17:18 +00:00
Anton Berezin
2359cd45a7
Update to 0.20. Assign maintainer from ports@ to perl@.
...
Changes: http://search.cpan.org/dist/File-Fetch/CHANGES
2009-07-03 11:35:26 +00:00
Yen-Ming Lee
cb23ec0d34
- update to 0.18
2008-12-19 19:53:23 +00:00
Yen-Ming Lee
979a6e56b1
- update to 0.16
2008-10-17 19:59:49 +00:00
Mark Linimon
e3e5d56ef1
Reset aaron's port maintainerships due to many maintainer-timeouts.
2008-04-29 05:27:09 +00:00
Yen-Ming Lee
e98b89dcef
- use CPAN macro
...
- fix dependency
- bump PORTREVISION
PR: based on 121634
Submitted by: leeym
Approved by: maintainer timeout
2008-03-26 07:25:59 +00:00
Erwin Lansing
f4a0b4f96b
Update to 0.14
...
PR: 120445
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
2008-02-23 19:12:32 +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
Erwin Lansing
2ecafaae2e
Update to 0.10
...
PR: 108909
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
2007-02-11 09:39:31 +00:00
Yen-Ming Lee
59e42b1729
- Update to 0.08
...
PR: 101258
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Approved by: maintainer timeout
2006-09-13 20:01:04 +00:00
Aaron Dalton
279016240b
Adding port ftp/p5-File-Fetch, a generic file fetching mechanism.
...
Approved by: tobez (implicit)
2006-05-31 18:07:52 +00:00