Date: Thu, 10 Nov 2016 16:20:32 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425848 - head/security/p5-CryptX Message-ID: <201611101620.uAAGKW4i028110@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611101620.uAAGKW4i028110>