svn commit: r404855 - head/security/p5-Dancer2-Plugin-Passphrase

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 30 12:52:25 UTC 2015


Author: sunpoet
Date: Wed Dec 30 12:52:24 2015
New Revision: 404855
URL: https://svnweb.freebsd.org/changeset/ports/404855

Log:
  - Update to 3.2.2
  - While I'm here:
    - Add NO_ARCH
    - Fix PLIST
  
  Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Passphrase/CHANGES
  PR:		205731
  Submitted by:	Henk van Oers <hvo.pm at xs4all.nl> (maintainer)

Modified:
  head/security/p5-Dancer2-Plugin-Passphrase/Makefile
  head/security/p5-Dancer2-Plugin-Passphrase/distinfo
  head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist

Modified: head/security/p5-Dancer2-Plugin-Passphrase/Makefile
==============================================================================
--- head/security/p5-Dancer2-Plugin-Passphrase/Makefile	Wed Dec 30 12:42:30 2015	(r404854)
+++ head/security/p5-Dancer2-Plugin-Passphrase/Makefile	Wed Dec 30 12:52:24 2015	(r404855)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Dancer2-Plugin-Passphrase
-PORTVERSION=	3.0.2
+PORTVERSION=	3.2.2
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,12 +13,13 @@ COMMENT=	Passphrases and Passwords as ob
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Dancer2>=0.153002:${PORTSDIR}/www/p5-Dancer2 \
+BUILD_DEPENDS=	p5-Dancer2>=0.164000:${PORTSDIR}/www/p5-Dancer2 \
 		p5-Data-Entropy>=0.005:${PORTSDIR}/security/p5-Data-Entropy \
 		p5-Digest-Bcrypt>0:${PORTSDIR}/security/p5-Digest-Bcrypt \
 		p5-Digest-SHA>=5.74:${PORTSDIR}/security/p5-Digest-SHA
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/p5-Dancer2-Plugin-Passphrase/distinfo
==============================================================================
--- head/security/p5-Dancer2-Plugin-Passphrase/distinfo	Wed Dec 30 12:42:30 2015	(r404854)
+++ head/security/p5-Dancer2-Plugin-Passphrase/distinfo	Wed Dec 30 12:52:24 2015	(r404855)
@@ -1,2 +1,2 @@
-SHA256 (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 19cda5413d4b34d00d3f27986968df8300a34b3559aef777e1f024e32f02ea0d
-SIZE (Dancer2-Plugin-Passphrase-3.0.2.tar.gz) = 16587
+SHA256 (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 0111a303a66d115e498ac346f325e7bfa0584bc34eeaac715fd578872d3ea742
+SIZE (Dancer2-Plugin-Passphrase-3.2.2.tar.gz) = 18571

Modified: head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist
==============================================================================
--- head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist	Wed Dec 30 12:42:30 2015	(r404854)
+++ head/security/p5-Dancer2-Plugin-Passphrase/pkg-plist	Wed Dec 30 12:52:24 2015	(r404855)
@@ -2,3 +2,5 @@
 %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Core.pm
 %%SITE_PERL%%/Dancer2/Plugin/Passphrase/Hashed.pm
 %%PERL5_MAN3%%/Dancer2::Plugin::Passphrase.3.gz
+%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Core.3.gz
+%%PERL5_MAN3%%/Dancer2::Plugin::Passphrase::Hashed.3.gz


More information about the svn-ports-all mailing list