svn commit: r425848 - head/security/p5-CryptX

Mathieu Arnold mat at FreeBSD.org
Thu Nov 10 16:20:33 UTC 2016


Author: mat
Date: Thu Nov 10 16:20:32 2016
New Revision: 425848
URL: https://svnweb.freebsd.org/changeset/ports/425848

Log:
  Fix depends.
  
  Using := is almost, but not quite, entirely unlike a good idea.
  
  In that case, as BUILD_DEPENDS is not defined, it will act as a normal
  assignment.
  
  Sponsored by:	Absolight

Modified:
  head/security/p5-CryptX/Makefile   (contents, props changed)

Modified: head/security/p5-CryptX/Makefile
==============================================================================
--- head/security/p5-CryptX/Makefile	Thu Nov 10 16:14:03 2016	(r425847)
+++ head/security/p5-CryptX/Makefile	Thu Nov 10 16:20:32 2016	(r425848)
@@ -3,6 +3,7 @@
 
 PORTNAME=	CryptX
 PORTVERSION=	0.041
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN/Crypt
 PKGNAMEPREFIX=	p5-
@@ -13,8 +14,6 @@ COMMENT=	Crypto toolkit
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list