1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
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
Andrej Zverev
195cae26f3 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 16:08:00 +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
Andrej Zverev
f2af6ec9a8 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 06:06:59 +00:00
Steve Wills
83bcf41e3d - Update to 0.18
PR:		ports/171076
Approved by:	"Zane C. B-H." <vvelox@vvelox.net> (maintainer)
2012-08-27 21:50:13 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Andrej Zverev
302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00
Martin Wilke
85d6f616a0 - Update to 0.17
PR:		134990
Submitted by:	"Zane C.B." <vvelox@vvelox.net> (maintainer)
2009-05-30 21:41:43 +00:00
Martin Wilke
e4e26f16b5 - Update WWW
PR:		117621
Submitted by:	Zane C.B. <vvelox@vvelox.net> (maintainer)
2007-10-29 07:50:42 +00:00
Pav Lucistnik
79c86746c6 - Give to the submitter of last update 2007-07-20 12:36:39 +00:00
Pav Lucistnik
e9a9f414b2 - Update to 0.16
PR:		ports/114756
Submitted by:	Zane C.B. <vvelox@vvelox.net>
2007-07-20 11:57:56 +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
Pav Lucistnik
0cd0244e86 - Add some SHA256s 2005-11-23 17:38:02 +00:00
Pav Lucistnik
7c78b1d252 - Update to 0.13 2005-09-10 00:07:47 +00:00
Pav Lucistnik
8ce28b57ff - Update to 0.12 2005-03-20 19:43:42 +00:00
Pav Lucistnik
a143afa93e - Update to 0.09 2005-01-24 19:32:10 +00:00
Mathieu Arnold
0e39933ed1 Ooops, forgate some cleanup after patching 2004-02-19 15:51:43 +00:00
Mathieu Arnold
82d597dab2 Add a small patch so that it works with 5.005_03.
Approved by:	maintainer (pav)
2004-02-19 15:44:52 +00:00
Pav Lucistnik
1e35438288 Add Net::Server::Mail, perl modules implementing SMTP/ESMTP/LMTP protocol.
Sponsored by:	Czech On Line
2004-02-06 15:46:07 +00:00