1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

53 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
Wen Heping
fd44d8118c - Updateto 2.216
Changes: https://metacpan.org/changes/distribution/Email-Simple
2018-06-17 23:24:45 +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
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
3552b8f6ff Update to 2.214
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2017-09-09 09:21:49 +00:00
Sunpoet Po-Chuan Hsieh
4720841656 Update to 2.213
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2017-01-13 14:43:58 +00:00
Sunpoet Po-Chuan Hsieh
567f7aca10 - Update to 2.211
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2016-11-19 17:10:39 +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
Adam Weinberger
fe46811e03 Update to 2.210, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/Email-Simple
2016-03-07 17:24:10 +00:00
Frederic Culot
9d1dbd766e - Update to 2.208
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-07-21 15:26:52 +00:00
Sunpoet Po-Chuan Hsieh
1ae3c5afee - Update to 2.206
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-03-27 13:47:18 +00:00
Sunpoet Po-Chuan Hsieh
ec55093f96 - Update to 2.204
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2015-03-26 14:12:53 +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
Sunpoet Po-Chuan Hsieh
d5ed92134b - Update to 2.203
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2014-02-16 10:37:49 +00:00
Vanilla I. Shu
882b641c0d Support STAGEDIR. 2013-11-05 02:54:53 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Anton Berezin
e2e78f723a Update to 2.202.
Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2013-09-04 15:24:23 +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
Frederic Culot
8fbc2584a3 - Update to 2.201
- Trim Makefile's header

Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2013-05-02 08:57:02 +00:00
Sunpoet Po-Chuan Hsieh
d774e50fed - Update to 2.102
- Add LICENSE

Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2012-07-13 15:36:13 +00:00
Sunpoet Po-Chuan Hsieh
1815ad34e4 - Update to 2.101
- Remove no-op DISTNAME setting
- Pet portlint
- Sort MAN3

Changes:	http://search.cpan.org/dist/Email-Simple/Changes
2012-01-06 08:25:15 +00:00
Philippe Audeoud
354b25a277 - Cleaning MD5 in perl@'s ports
Approved by:	erwin@ (portmgr)
2011-05-17 11:14:02 +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
c57b4d3001 - Add missing dependence
PR:		ports/146166
Submitted by:	Emil Mikulic <emikulic@gmail.com>
2010-04-30 06:25:21 +00:00
Wen Heping
9745b333d4 - Update to 2.100 2009-11-04 11:30:46 +00:00
Mathieu Arnold
039f715a21 Update to 2.005 2009-02-25 09:36:01 +00:00
Yen-Ming Lee
d7552bbdd4 - update to 2.004 2008-06-29 02:24:28 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Cheng-Lung Sung
0b7a8958e0 - Update to 2.00.3 2007-07-25 02:31:36 +00:00
Anton Berezin
2b8ab34d35 Update to 1.999. 2007-03-21 10:56:01 +00:00
Mathieu Arnold
3eae8c29ac Update to 1.99.8 2007-02-09 14:16:13 +00:00
Cheng-Lung Sung
4a006c7d81 - Update to 1.99.6
PR:		ports/106047
Submitted by:	Christopher Boumenot <boumenot_AT_gmail dot com>
2006-12-01 01:45:17 +00:00
Cheng-Lung Sung
ee11fbf576 - Update to 1.99.5
PR:		ports/104608
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-10-31 01:33:03 +00:00
Cheng-Lung Sung
72d71c88f2 - Update to 1.99.2 2006-10-05 15:02:58 +00:00
Yen-Ming Lee
f0796ccb6b - update to 1.99
PR:		102957
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2006-09-07 01:35:47 +00:00
Mathieu Arnold
6f3892508a Update to 1.98 2006-08-23 15:46:40 +00:00
Mathieu Arnold
e9615dc3ee Update to 0.97
PR:		102209
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-08-18 12:01:07 +00:00
Cheng-Lung Sung
f4b6bd036c - update to 1.96 2006-07-28 13:28:14 +00:00
Cheng-Lung Sung
9428810a00 - update to 1.95 2006-07-25 03:29:13 +00:00
Lars Thegler
86a0482d8a - Update to 1.94
- Assign maintainership to perl@
2006-07-17 07:07:54 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Bill Fenner
81797980f7 search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
2005-09-21 19:31:43 +00:00
Lars Thegler
30f2d00f6d Update to 1.92 2004-11-21 20:13:23 +00:00
Lars Thegler
9f9c9c3453 Update to 1.91 2004-11-06 20:43:06 +00:00
Lars Thegler
710fa5477b Update to 1.90 2004-07-12 19:11:04 +00:00
Lars Thegler
f7ec2a5198 - Update to 1.80
- Removed maintainer-only stuff

Approved by:	erwin (implicit)
2004-07-10 12:59:50 +00:00
Lars Thegler
e37e5a885c Update to 1.70
Approved by:	erwin (implicit)
2004-07-06 11:20:40 +00:00
Lars Thegler
52e36d358e Change of email address.
Approved by:	erwin (mentor)
2004-06-01 12:32:33 +00:00