Commit graph

27 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +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
530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Frederic Culot
6d84aba7b2 - Update to 2.04 2013-12-13 12:56:06 +00:00
Vanilla I. Shu
00afe0823b Support STAGEDIR. 2013-11-03 07:46:27 +00:00
Baptiste Daroussin
24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +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
Cheng-Lung Sung
391740ac6c - Update to 2.03 2013-06-28 02:39:11 +00:00
Anton Berezin
a209e54ec7 Update to 2.02.
Changes:	http://search.cpan.org/dist/Net-Nslookup/Changes
2013-02-14 21:31:18 +00:00
Andrej Zverev
5f7e07eadd - Remove SITE_PERL from *_DEPENDS 2012-06-04 05:21:59 +00:00
Steve Wills
1b000dfa39 - Assign clsung's p5- ports to perl@
Approved by:	clsung via IRC
2012-05-01 01:47:10 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +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
Cheng-Lung Sung
9098aab791 - Update to 2.01 2011-10-08 16:26:50 +00:00
Cheng-Lung Sung
91f4232a15 - Update to 2.00 2011-09-27 01:51:32 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Cheng-Lung Sung
34370c65db - Update to 1.19
Changes:	http://search.cpan.org/dist/Net-Nslookup/Changes
2009-10-29 14:18:28 +00:00
Cheng-Lung Sung
f026318f16 - Update to 1.18
Changes:	http://search.cpan.org/dist/Net-Nslookup/Changes
2008-04-16 08:12:53 +00:00
Cheng-Lung Sung
45fec4c4c3 - Update to 1.17
Changes:	http://search.cpan.org/dist/Net-Nslookup/Changes
2008-04-06 13:57:28 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Tilman Keskinoz
9ac4f51a63 Update to 1.16
add new BUILD_DEPENDS for perl5.00503/perl5.6

PR:		70357
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-08-13 13:45:05 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Doug Barton
e97db53ab7 Adjust the dependency check on p5-Net-DNS to take into account its
new PERL_ARCH'ified location.

In a few cases, standardize on searching for
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm instead of other files.
2004-01-03 20:30:39 +00:00
Vanilla I. Shu
4aaf3ff53d Upgrade to 1.14
PR:		ports/58668
Submitted by:	maintainer
2003-10-29 03:41:45 +00:00
Mathieu Arnold
31e009b857 Add p5-Net-Nslookup 1.14
Provides the capabilities of the standard tool nslookup(1).

PR:		57984
Submitted by:	clsung@dragon2.net
2003-10-14 14:23:24 +00:00