svn commit: r541890 - head/security/p5-PGP-Sign

Muhammad Moinur Rahman bofh at FreeBSD.org
Fri Jul 10 22:59:49 UTC 2020


Author: bofh
Date: Fri Jul 10 22:59:48 2020
New Revision: 541890
URL: https://svnweb.freebsd.org/changeset/ports/541890

Log:
  security/p5-PGP-Sign: Update version 0.20=>1.00
  
  - Change build system to use Module::Build
  
  Relnotes:	https://metacpan.org/changes/distribution/PGP-Sign

Modified:
  head/security/p5-PGP-Sign/Makefile
  head/security/p5-PGP-Sign/distinfo

Modified: head/security/p5-PGP-Sign/Makefile
==============================================================================
--- head/security/p5-PGP-Sign/Makefile	Fri Jul 10 22:39:29 2020	(r541889)
+++ head/security/p5-PGP-Sign/Makefile	Fri Jul 10 22:59:48 2020	(r541890)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	PGP-Sign
-PORTVERSION=	0.20
-PORTREVISION=	4
+PORTVERSION=	1.00
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +17,7 @@ BUILD_DEPENDS=	gpg:security/gnupg
 RUN_DEPENDS=	gpg:security/gnupg
 
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 CONFIGURE_ARGS=	PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG
 NO_ARCH=	yes
 

Modified: head/security/p5-PGP-Sign/distinfo
==============================================================================
--- head/security/p5-PGP-Sign/distinfo	Fri Jul 10 22:39:29 2020	(r541889)
+++ head/security/p5-PGP-Sign/distinfo	Fri Jul 10 22:59:48 2020	(r541890)
@@ -1,2 +1,3 @@
-SHA256 (PGP-Sign-0.20.tar.gz) = ded97d202a3059779a595ae51c40074d749f30cc78bd4b106f7bb84fe38f7281
-SIZE (PGP-Sign-0.20.tar.gz) = 31623
+TIMESTAMP = 1594415573
+SHA256 (PGP-Sign-1.00.tar.gz) = 74310163a75128c40db599b014c36f2a756fed5a9cccf0595a6878d03f5061d2
+SIZE (PGP-Sign-1.00.tar.gz) = 58827


More information about the svn-ports-all mailing list