diff options
author | skv <skv@FreeBSD.org> | 2005-06-12 00:13:12 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-06-12 00:13:12 +0800 |
commit | bd66c37b2ebc3af08e4801d5ee95d052d7106537 (patch) | |
tree | 5d1cee6ab34a9bc371efc1528a966de11e512cf8 /security | |
parent | fa6b19a74d8cf69c7178487be2538d36f7b0d459 (diff) | |
download | freebsd-ports-gnome-bd66c37b2ebc3af08e4801d5ee95d052d7106537.tar.gz freebsd-ports-gnome-bd66c37b2ebc3af08e4801d5ee95d052d7106537.tar.zst freebsd-ports-gnome-bd66c37b2ebc3af08e4801d5ee95d052d7106537.zip |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-Captcha/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 12 | ||||
-rw-r--r-- | security/p5-Digest-MD4/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD5-M4p/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Digest-SHA2/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Digest/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Filter-Crypto/Makefile | 2 |
8 files changed, 12 insertions, 26 deletions
diff --git a/security/p5-Authen-Captcha/Makefile b/security/p5-Authen-Captcha/Makefile index 27068e071512..da3e4a1577d1 100644 --- a/security/p5-Authen-Captcha/Makefile +++ b/security/p5-Authen-Captcha/Makefile @@ -7,6 +7,7 @@ PORTNAME= Authen-Captcha PORTVERSION= 1.023 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Authen @@ -15,22 +16,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to verify the human element in transactions -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Authen::Captcha.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -.endif -.if ${PERL_LEVEL} <= 500600 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile index 1871f1e375ff..14c612f1fea1 100644 --- a/security/p5-Crypt-Twofish/Makefile +++ b/security/p5-Crypt-Twofish/Makefile @@ -7,6 +7,7 @@ PORTNAME= Crypt-Twofish PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,14 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module implementing the Twofish cipher +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Crypt::Twofish.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/p5-Digest-MD4/Makefile b/security/p5-Digest-MD4/Makefile index 4bfbdbe61a78..a91a99395727 100644 --- a/security/p5-Digest-MD4/Makefile +++ b/security/p5-Digest-MD4/Makefile @@ -17,7 +17,6 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Perl5 interface to the MD4 message digest algorithm PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD4.3 diff --git a/security/p5-Digest-MD5-M4p/Makefile b/security/p5-Digest-MD5-M4p/Makefile index 98b976206483..f9e43b4e7197 100644 --- a/security/p5-Digest-MD5-M4p/Makefile +++ b/security/p5-Digest-MD5-M4p/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD5::M4p.3 diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index b62d9dac0795..3073e87f0a08 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLDIRS=site MAN3= Digest::MD5.3 diff --git a/security/p5-Digest-SHA2/Makefile b/security/p5-Digest-SHA2/Makefile index 4ded06990d2c..ca3b71188b64 100644 --- a/security/p5-Digest-SHA2/Makefile +++ b/security/p5-Digest-SHA2/Makefile @@ -26,7 +26,7 @@ MAN3= Digest::SHA2.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again." +IGNORE= Perl 5.6 or newer required. Install lang/perl5 or lang/perl5.8 and try again. .endif .include <bsd.port.post.mk> diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index 46ff2753c1de..9f95c03a805d 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -CONFIGURE_ARGS+= INSTALLDIRS="site" MAN3= Digest.3 Digest::base.3 Digest::file.3 diff --git a/security/p5-Filter-Crypto/Makefile b/security/p5-Filter-Crypto/Makefile index 9abd792c3043..f2d4a1321d85 100644 --- a/security/p5-Filter-Crypto/Makefile +++ b/security/p5-Filter-Crypto/Makefile @@ -29,7 +29,7 @@ MAN3= Filter::Crypto.3 Filter::Crypto::CryptFile.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= "Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again." +IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. .endif .include <bsd.port.post.mk> |