Date: Thu, 29 Jun 2017 19:14:18 +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: r444679 - head/security/p5-Dancer-Plugin-Passphrase Message-ID: <201706291914.v5TJEIMp061318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jun 29 19:14:18 2017 New Revision: 444679 URL: https://svnweb.freebsd.org/changeset/ports/444679 Log: Remove Perl core modules - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile Modified: head/security/p5-Dancer-Plugin-Passphrase/Makefile ============================================================================== --- head/security/p5-Dancer-Plugin-Passphrase/Makefile Thu Jun 29 19:14:13 2017 (r444678) +++ head/security/p5-Dancer-Plugin-Passphrase/Makefile Thu Jun 29 19:14:18 2017 (r444679) @@ -3,7 +3,7 @@ PORTNAME= Dancer-Plugin-Passphrase PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JAITKEN @@ -14,16 +14,14 @@ COMMENT= Passphrases and Passwords as objects for Danc LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Dancer>0:www/p5-Dancer \ +BUILD_DEPENDS= p5-Dancer>=0:www/p5-Dancer \ p5-Data-Entropy>=0.005:security/p5-Data-Entropy \ - p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \ - p5-Digest-SHA>=5.74:security/p5-Digest-SHA -RUN_DEPENDS= p5-Dancer>0:www/p5-Dancer \ - p5-Data-Entropy>=0.005:security/p5-Data-Entropy \ - p5-Digest-Bcrypt>0:security/p5-Digest-Bcrypt \ - p5-Digest-SHA>=5.74:security/p5-Digest-SHA + p5-Digest-Bcrypt>=0:security/p5-Digest-Bcrypt +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291914.v5TJEIMp061318>