1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 23:20:30 -04:00
Commit graph

20 commits

Author SHA1 Message Date
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
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +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
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
Vanilla I. Shu
3246ebc3ca Support STAGEDIR. 2013-11-05 16:42:55 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +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
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Emanuel Haupt
0b00a7bd63 - Update to 1.9
- Trim header

Feature safe:	yes
2012-11-03 11:39:42 +00:00
Sunpoet Po-Chuan Hsieh
c5774874a2 - Update to 1.8
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Dropbox-API/Changes
Feature safe:	yes
2012-04-02 13:45:54 +00:00
Philippe Audeoud
97b8a08c1e - Update to 1.7
- Changelog: http://cpansearch.perl.org/src/NORBU/Net-Dropbox-API-1.7/Changes
2011-06-30 12:35:16 +00:00
Philippe Audeoud
b3cea32d0e - Update to 1.6
- Changelog: http://cpansearch.perl.org/src/NORBU/Net-Dropbox-API-1.6/Changes
2011-05-25 12:54:30 +00:00
Philippe Audeoud
883a27c493 - Update to 1.5
- Changelog: http://cpansearch.perl.org/src/NORBU/Net-Dropbox-API-1.5/Changes
2011-05-13 08:33:11 +00:00
Cheng-Lung Sung
52e272f2d5 - Update to 1.3 2011-04-08 09:40:55 +00:00
Cheng-Lung Sung
31133479ae - Update to 1.2 2011-03-28 08:30:56 +00:00
Martin Wilke
14ee6f93ae - Update to 1.1
PR:		155632
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2011-03-18 03:27:47 +00:00
Philip M. Gollucci
dbe72c3290 - Remove @comment from the p5- pkg-plists
Missed by:      myself (pgollucci)
Reminded by:    az
2010-11-24 06:14:27 +00:00
Philip M. Gollucci
21635e890f The Dropbox API is a OAuth based API. I try to abstract as much away
as possible so you should not need to know too much about it.

WWW:	http://search.cpan.org/dist/Net-Dropbox-API/

PR:		ports/152406
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:20:16 +00:00