Commit graph

60 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
e087d303e4 - Update to 4.01008
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2015-01-20 23:12:19 +00:00
Anton Berezin
b6067d470b Update to 4.01007. 2015-01-08 10:51:54 +00:00
Philippe Audeoud
1065650696 - Update to 4.01006 2014-12-03 15:31:21 +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
Steven Kreuzer
287ef0e934 Update to 4.01002 2014-01-17 14:38:47 +00:00
Sunpoet Po-Chuan Hsieh
531b525af6 - Update to 4.01000
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-11-20 21:29:16 +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
Mathieu Arnold
223ab91734 Update to 4.00007 2013-08-22 12:50:49 +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
Anton Berezin
fe4d562bea Update to 4.00006.
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-05-31 09:51:20 +00:00
Anton Berezin
5c405d9d1b Update to 4.00005.
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-04-29 10:47:56 +00:00
Baptiste Daroussin
2559c20546 Do not remove directories not owned by the port 2013-03-15 09:56:16 +00:00
Anton Berezin
84fbefbe99 Update to 4.00004.
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-03-12 10:27:15 +00:00
Anton Berezin
bf403590ce Update to 4.00003.
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-03-01 11:01:38 +00:00
Anton Berezin
b61afc2cad Update to 4.00002.
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2013-02-24 16:18:36 +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
Philippe Audeoud
1ce909ea19 - Update to 3.18004
- Changelog: http://cpansearch.perl.org/src/MMIMS/Net-Twitter-3.18004/Changes

Feature safe:	yes
2012-11-16 16:28:24 +00:00
Sunpoet Po-Chuan Hsieh
450f61db85 - Update to 3.18003
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2012-06-28 02:51:42 +00:00
Sunpoet Po-Chuan Hsieh
a615712176 - Update to 3.18002
- Sort MAN3

Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2012-04-25 03:30:01 +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
Sunpoet Po-Chuan Hsieh
8ad1c266ee - Fix *_DEPENDS: add missing and remove wrong entries
- Pet portlint
- Add TEST_DEPENDS
- Bump PORTREVISION for dependency change
2011-12-18 09:01:24 +00:00
Cheng-Lung Sung
8cc99b9606 - Update to 3.18001 2011-09-30 02:57:19 +00:00
Cheng-Lung Sung
c8529fb5d0 - Update to 3.17001 2011-04-08 10:15:36 +00:00
Cheng-Lung Sung
4801e6660a - Update to 3.16000 2011-03-28 09:53:52 +00:00
Lars Balker Rasmussen
172368d4ad fix missing dependency
Submitted by:	wxs
2010-12-10 18:06:21 +00:00
Mark Linimon
0b69b1da88 With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email.
2010-12-07 19:35:25 +00:00
Philip M. Gollucci
305cd992f1 - Update to 3.14002
PR:             ports/152135
Submitted by:   garga
Approved by:    maintainer timeout (clsung ; 15 days)
Changes:        http://search.cpan.org/dist/Net-Twitter/Changes
2010-11-26 21:13:03 +00:00
Renato Botelho
52ff85de4e Update to 3.13008
PR:		ports/150526
Submitted by:	garga@
Approved by:	maintainer timeout (2 weeks)
2010-09-28 11:23:48 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Cheng-Lung Sung
ce7d2e66d7 - Update to 3.13007
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2010-07-11 23:16:17 +00:00
Cheng-Lung Sung
2cd93b680b - Update to 3.12000
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2010-04-22 08:09:36 +00:00
Cheng-Lung Sung
c78781e519 - Update to 3.10003
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-12-18 13:57:57 +00:00
Cheng-Lung Sung
eff60738bd - Update to 3.10001
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-12-12 06:19:37 +00:00
Cheng-Lung Sung
b3ace06a53 - Update to 3.09000
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-11-18 07:31:15 +00:00
Cheng-Lung Sung
6c10ea0647 - Update to 3.08000
PR:		ports/140298
Submitted by:	Sahil Tandon <sahil_AT_tandon dot net>
2009-11-14 06:39:05 +00:00
Cheng-Lung Sung
9aaa9b2109 - Update to 3.07004
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-10-26 14:29:59 +00:00
Cheng-Lung Sung
a53243cab1 - Update to 3.05002
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-08-28 03:07:02 +00:00
Cheng-Lung Sung
d42560ae5b - Update to 3.05000
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-08-17 13:43:31 +00:00
Cheng-Lung Sung
60a39d31fd - Update to 3.04006
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-08-12 08:25:47 +00:00
Cheng-Lung Sung
e316a3ed4a - add missing dependency (devel/p5-MooseX-MultiInitArg)
- bump PORTREVISION

PR:		ports/137305
Submitted by:	Cezary Morga <cm_AT_therek dot net>
2009-08-05 02:37:59 +00:00
Cheng-Lung Sung
c0706edf3b - Update to 3.03000
PR:		ports/136554
Submitted by:	pgollucci
2009-07-21 08:56:01 +00:00
Cheng-Lung Sung
4204c879a8 - Update to 3.01000
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-06-19 07:17:54 +00:00
Cheng-Lung Sung
581f968a22 - Update to 3.00002
PR:		ports/135217
Submitted by:	Alex Kapranoff <kappa_AT_j3 dot nadoby dot ru>
2009-06-11 03:41:56 +00:00
Cheng-Lung Sung
d67f920b86 - Update to 2.12
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-03-30 05:18:28 +00:00
Cheng-Lung Sung
e61a14e103 - Update to 2.10
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-03-01 03:33:01 +00:00
Cheng-Lung Sung
75898ad2f3 - Update to 2.07
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-02-24 02:37:12 +00:00
Cheng-Lung Sung
ecc6645931 - Update to 2.06
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-01-30 05:13:55 +00:00
Cheng-Lung Sung
2ea61a47a4 - Update to 2.05
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2009-01-27 10:08:57 +00:00