Commit graph

44 commits

Author SHA1 Message Date
Adam Weinberger
e51940fc41 Update to 0.22.
As long as we're depending on some of the optional modules (Crypt::OpenSSL::Random,
and Digest::BubbleBabble), depend on the rest of the optional modules
(Crypt::OpenSSL::ECDSA and Crypt::OpenSSL::EC).

Changes: https://metacpan.org/changes/distribution/Net-DNS-SEC
2015-02-14 19:03:50 +00:00
Sunpoet Po-Chuan Hsieh
92b2684b07 - Update to 0.21
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2015-01-03 17:14:00 +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
Kurt Jaeger
20f6ab5849 dns/p5-Net-DNS-SEC: 0.19 -> 0.20
- Fix rt.cpan.org #97457
  !hex! error when parsing NSEC3 with empty salt
2014-08-17 18:18:35 +00:00
Philippe Audeoud
37b02ccef3 - Update to 0.19 2014-06-11 15:12:49 +00:00
Philippe Audeoud
691eff6ac2 - Update to 0.18 2014-05-15 13:18:16 +00:00
Sunpoet Po-Chuan Hsieh
488b9720e2 - Update to 0.17
- Add LICENSE

Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2013-11-29 17:24:43 +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
Sunpoet Po-Chuan Hsieh
980eaf4238 - Cleanup Makefile header
- Fix and sort PLIST: %%SITE_PERL%%/Net/DNS/RR/SIG does not exist
2013-01-30 17:31:43 +00:00
Andrej Zverev
ca9da06ad1 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 05:44:43 +00:00
Steve Wills
63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +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
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Anton Berezin
7cb5c6088a Update to 0.16.
Changes:	http://search.cpan.org/dist/Net-DNS-SEC/Changes
2010-03-13 08:25:54 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Yen-Ming Lee
eb77a5cea7 - add missing dependency [1]
- update pkg-descr
- bump PORTREVISION

PR:		134154
Submitted by:	Geoffrey Sisson <geoff@geoff.co.uk> and Cezary Morga <cm@therek.net>
2009-05-02 20:26:11 +00:00
Philippe Audeoud
16fd42e928 - Update to 0.15 2009-02-02 16:42:39 +00:00
Erwin Lansing
dc3b831b6b Reassign my p5-* ports to perl@ so more than one person
can look at them.
2009-01-29 17:41:17 +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
Erwin Lansing
ed85212bd6 Add dependency on security/p5-Digest-SHA
PR:		117029
Submitted by:	Olafur Gudmundsson <ogud@ogud.com>
2007-10-09 07:43:21 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Vasil Dimov
f5387617c9 Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.

Inspired by:	ports/94078
Approved by:	portmgr (during freeze: krion, then kris advised to wait; at present: erwin)
2006-05-12 14:28:19 +00:00
Erwin Lansing
4ca5141a1a Update to 0.14 2006-02-19 10:10:37 +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
Erwin Lansing
ccd418ba46 - Update to 0.13
- Mark for perl 5.6.0 or higher.
2005-12-12 11:22:14 +00:00
Pav Lucistnik
a88df5c39d - Add SHA256
Approved by:	maintainer
2005-11-26 17:00:48 +00:00
Erwin Lansing
162cba9aaa Update to 0.12 2004-06-12 18:47:16 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Erwin Lansing
9f6ce0eba7 Fix after rearrangement of p5-Net-DNS
Forgotten by:	dougb
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp>
2004-01-03 12:57:38 +00:00
Edwin Groothuis
bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00
Edwin Groothuis
fa1ac61168 Massive repo-copies request: net->dns (partly devel->dns)
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 04:54:37 +00:00
Erwin Lansing
e836a50818 Update to 0.11 2003-09-04 11:09:32 +00:00
Erwin Lansing
a9d359751e Update to 0.10 2003-06-17 13:04:53 +00:00
Erwin Lansing
844479aa5d Change to my FreeBSD.org address 2003-06-12 16:41:16 +00:00
Edwin Groothuis
927c9c2190 Conditionalize dependencies for moudules included in perl 5.8
Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

17 + 29 + 234 = 280 PRs. It's about time he starts doing the work himself!

PR:		ports/50588
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-13 12:28:23 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Norikatsu Shigemura
ef6ea8c1f7 Update to 0.09, and give maintainership to submitter.
PR:		ports/46833
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-07 17:33:08 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Norikatsu Shigemura
3d1081d670 Add p5-Net-DNS-SEC(0.07), a perl module for DNSSEC extensions to Net::DNS.
PR:		ports/44777
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-10-31 10:53:44 +00:00