Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 00:59:33 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425654 - head/security/p5-Crypt-PKCS10
Message-ID:  <201611080059.uA80xXEj017142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Nov  8 00:59:32 2016
New Revision: 425654
URL: https://svnweb.freebsd.org/changeset/ports/425654

Log:
  - Update to 1.8002
  Changes: http://cpansearch.perl.org/src/TLHACKQUE/Crypt-PKCS10-1.8002/Changes
  - Add NO_ARCH
  
  PR:		214179
  Submitted by:	svysh.fbsd@gmail.com(maintainer)

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

Modified: head/security/p5-Crypt-PKCS10/Makefile
==============================================================================
--- head/security/p5-Crypt-PKCS10/Makefile	Mon Nov  7 23:59:14 2016	(r425653)
+++ head/security/p5-Crypt-PKCS10/Makefile	Tue Nov  8 00:59:32 2016	(r425654)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Crypt-PKCS10
-PORTVERSION=	1.5
+PORTVERSION=	1.8002
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,11 +13,14 @@ COMMENT=	Parse PKCS #10 certificate requ
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1
+BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
+		p5-Module-Signature>=0:security/p5-Module-Signature \
+		p5-Digest-MD4>=0:security/p5-Digest-MD4 \
+		p5-Digest-MD2>=0:security/p5-Digest-MD2
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
-NO_ARCH=yes
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-PKCS10/distinfo
==============================================================================
--- head/security/p5-Crypt-PKCS10/distinfo	Mon Nov  7 23:59:14 2016	(r425653)
+++ head/security/p5-Crypt-PKCS10/distinfo	Tue Nov  8 00:59:32 2016	(r425654)
@@ -1,2 +1,3 @@
-SHA256 (Crypt-PKCS10-1.5.tar.gz) = 230ae75b435f62a4ffa0932f47d36beaec37bd95f30d2ef755b34b877038ee8e
-SIZE (Crypt-PKCS10-1.5.tar.gz) = 47814
+TIMESTAMP = 1478245996
+SHA256 (Crypt-PKCS10-1.8002.tar.gz) = c5253aa4ce1b7edc000fc132ca46fd9912dda189d2a9b518c9164dd52acaa0fa
+SIZE (Crypt-PKCS10-1.8002.tar.gz) = 87682



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080059.uA80xXEj017142>