svn commit: r377413 - head/security/p5-Crypt-Eksblowfish

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 19 13:06:18 UTC 2015


Author: sunpoet
Date: Mon Jan 19 13:06:16 2015
New Revision: 377413
URL: https://svnweb.freebsd.org/changeset/ports/377413
QAT: https://qat.redports.org/buildarchive/r377413/

Log:
  - Fix *_DEPENDS: parent is already in all supported Perl releases
  - Bump PORTREVISION for dependency change
  - While I'm here, move LICENSE upward
  
  With hat:	perl

Modified:
  head/security/p5-Crypt-Eksblowfish/Makefile

Modified: head/security/p5-Crypt-Eksblowfish/Makefile
==============================================================================
--- head/security/p5-Crypt-Eksblowfish/Makefile	Mon Jan 19 13:06:12 2015	(r377412)
+++ head/security/p5-Crypt-Eksblowfish/Makefile	Mon Jan 19 13:06:16 2015	(r377413)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Crypt-Eksblowfish
 PORTVERSION=	0.009
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	brix at FreeBSD.org
 COMMENT=	Perl module for the Eksblowfish block cipher
 
-RUN_DEPENDS=	p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \
-		p5-parent>=0:${PORTSDIR}/devel/p5-parent
-
-LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	modbuild
 


More information about the svn-ports-all mailing list