diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-30 17:23:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-30 17:23:19 +0800 |
commit | a331ab72f16a7d63ef6464ca3fda57a2518c971c (patch) | |
tree | b2549a9b11d5d0d4d79b0ece6107f488db8586bf | |
parent | 17c2b6287231c04cc75a7445b514611757c62839 (diff) | |
download | freebsd-ports-gnome-a331ab72f16a7d63ef6464ca3fda57a2518c971c.tar.gz freebsd-ports-gnome-a331ab72f16a7d63ef6464ca3fda57a2518c971c.tar.zst freebsd-ports-gnome-a331ab72f16a7d63ef6464ca3fda57a2518c971c.zip |
- Update to 1.17
PR: 117659
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
-rw-r--r-- | security/p5-Crypt-GCrypt/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-GCrypt/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index b3001b497b94..3a234b89f73b 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-GCrypt -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org COMMENT= Perl interface to the GNU Cryptographic library -LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt PERL_CONFIGURE= yes CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ @@ -28,7 +28,5 @@ MAN3= Crypt::GCrypt.3 post-extract: ${RM} -f ${WRKSRC}/._Makefile.PL - ${RM} -f ${WRKSRC}/._GCrypt.pm - ${RM} -f ${WRKSRC}/._GCrypt.xs .include <bsd.port.post.mk> diff --git a/security/p5-Crypt-GCrypt/distinfo b/security/p5-Crypt-GCrypt/distinfo index ff5e5a8f64f7..f26c2b563290 100644 --- a/security/p5-Crypt-GCrypt/distinfo +++ b/security/p5-Crypt-GCrypt/distinfo @@ -1,3 +1,3 @@ -MD5 (Crypt-GCrypt-1.16.tar.gz) = c57422384db4f87e6887cd31c8a4f23f -SHA256 (Crypt-GCrypt-1.16.tar.gz) = 4be09efa081e3595d7361ddd59042af97cd6d92c81faedbd3137280650161da6 -SIZE (Crypt-GCrypt-1.16.tar.gz) = 16370 +MD5 (Crypt-GCrypt-1.17.tar.gz) = 2473ebf9bbad3647f2b0f57ab072c3e1 +SHA256 (Crypt-GCrypt-1.17.tar.gz) = 8966cb34af95bb2a93dec60fc9aabec03f88b1c45f2f37dbb40d29eb242ddfd3 +SIZE (Crypt-GCrypt-1.17.tar.gz) = 16366 |