Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2020 22:59:48 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541890 - head/security/p5-PGP-Sign
Message-ID:  <202007102259.06AMxmRV013878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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