svn commit: r431414 - head/security/p5-Crypt-SaltedHash

Steven Kreuzer skreuzer at FreeBSD.org
Fri Jan 13 19:51:34 UTC 2017


Author: skreuzer
Date: Fri Jan 13 19:51:33 2017
New Revision: 431414
URL: https://svnweb.freebsd.org/changeset/ports/431414

Log:
  Update to 0.09
  
  PR:		216006
  Submitted by:	Henk van Oers <hvo.pm at xs4all.nl>

Modified:
  head/security/p5-Crypt-SaltedHash/Makefile
  head/security/p5-Crypt-SaltedHash/distinfo

Modified: head/security/p5-Crypt-SaltedHash/Makefile
==============================================================================
--- head/security/p5-Crypt-SaltedHash/Makefile	Fri Jan 13 19:37:52 2017	(r431413)
+++ head/security/p5-Crypt-SaltedHash/Makefile	Fri Jan 13 19:51:33 2017	(r431414)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-SaltedHash
-PORTVERSION=	0.06
-PORTREVISION=	1
+PORTVERSION=	0.09
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ESSKAR
@@ -12,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	skreuzer at FreeBSD.org
 COMMENT=	Perl extension to work with salted hashes
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-SaltedHash/distinfo
==============================================================================
--- head/security/p5-Crypt-SaltedHash/distinfo	Fri Jan 13 19:37:52 2017	(r431413)
+++ head/security/p5-Crypt-SaltedHash/distinfo	Fri Jan 13 19:51:33 2017	(r431414)
@@ -1,2 +1,3 @@
-SHA256 (Crypt-SaltedHash-0.06.tar.gz) = 5201bd735f920ac8a57454ddc3f8510191bd3a5ab939051efdf7034fde5aa428
-SIZE (Crypt-SaltedHash-0.06.tar.gz) = 9423
+TIMESTAMP = 1484254509
+SHA256 (Crypt-SaltedHash-0.09.tar.gz) = 1d1d2eb2bc2ee9bc4b9fde6909cb8b1abfeced7e75b16e8a23312ff354cc8438
+SIZE (Crypt-SaltedHash-0.09.tar.gz) = 14855


More information about the svn-ports-head mailing list