Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 13:06:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377413 - head/security/p5-Crypt-Eksblowfish
Message-ID:  <201501191306.t0JD6H7w012026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501191306.t0JD6H7w012026>