diff options
author | arved <arved@FreeBSD.org> | 2004-09-04 05:37:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-09-04 05:37:40 +0800 |
commit | fc5d0b38c776368188a9da726d0660a06c08bdb0 (patch) | |
tree | 75e43d122973a7c3488168d9caf99adc184e2210 /security | |
parent | aac86a7e1d2510a449d455c5a26cb3ffeca76f3b (diff) | |
download | freebsd-ports-gnome-fc5d0b38c776368188a9da726d0660a06c08bdb0.tar.gz freebsd-ports-gnome-fc5d0b38c776368188a9da726d0660a06c08bdb0.tar.zst freebsd-ports-gnome-fc5d0b38c776368188a9da726d0660a06c08bdb0.zip |
Nuke the gnupg sigchecking code. There are bugs and I don't have the time
to work on this now.
PR: 66417
Submitted by: Lupe Christoph <lupe@lupe-christoph.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 14 | ||||
-rw-r--r-- | security/libgcrypt/distinfo | 2 |
2 files changed, 0 insertions, 16 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index d6b66a8d9f42..24b656a6cea3 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -11,7 +11,6 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= arved@FreeBSD.org @@ -30,19 +29,6 @@ INFO= gcrypt .include <bsd.port.pre.mk> -pre-extract: -.if exists(${PREFIX}/bin/gpg) - @${MKDIR} ${WRKDIR} - @${ECHO_CMD} "===> Verifying GnuPG Signature." - -${PREFIX}/bin/gpg --no-default-keyring --keyring ${WRKDIR}/keyring \ - --keyserver pgp.mit.edu --recv-key 57548DCD - cd ${DISTDIR}; ${PREFIX}/bin/gpg --keyring ${WRKDIR}/keyring --verify \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.sig \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -.else - @${ECHO_CMD} "===> GnuPG not installed. Signature can not be verified" -.endif - post-patch: @${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \ ${WRKSRC}/ltmain.sh diff --git a/security/libgcrypt/distinfo b/security/libgcrypt/distinfo index 012fd84f677e..e7147f511416 100644 --- a/security/libgcrypt/distinfo +++ b/security/libgcrypt/distinfo @@ -1,4 +1,2 @@ MD5 (libgcrypt-1.2.0.tar.gz) = 5c508072d8387ce17d1ab05075c2be40 SIZE (libgcrypt-1.2.0.tar.gz) = 949159 -MD5 (libgcrypt-1.2.0.tar.gz.sig) = 2b3af043c5ab3b7d6aa8cb1f852dc67b -SIZE (libgcrypt-1.2.0.tar.gz.sig) = 65 |