[Midnightbsd-cvs] mports: Makefile: Update for new gcrypt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 30 19:58:54 EDT 2008


Log Message:
-----------
Update for new gcrypt

Modified Files:
--------------
    mports/security/pinentry:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/pinentry/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/pinentry/Makefile -L security/pinentry/Makefile -u -r1.1 -r1.2
--- security/pinentry/Makefile
+++ security/pinentry/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	pinentry
 PORTVERSION=	0.7.3
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	pinentry
@@ -16,7 +16,7 @@
 COMMENT?=	A collection of simple PIN or passphrase entry dialogs
 LICENSE=	gpl2
 
-LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt \
+LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt \
 		ksba.17:${PORTSDIR}/security/libksba
 
 CONFLICTS?=	pinentry-[a-z]*-[0.9]*


More information about the Midnightbsd-cvs mailing list