diff options
author | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-01-30 03:05:07 +0800 |
commit | d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c (patch) | |
tree | 265fe7c13ce89af9631eeaa5fe6bec4e05d292ae /devel | |
parent | 1f6dd6334f485c4249428d52a0f802611c74d385 (diff) | |
download | freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.gz freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.tar.zst freebsd-ports-gnome-d8aef9fbb4c7f9e8f74b0e7505f599dc03732c7c.zip |
Remove USE_GPG from all effected ports. This knob is a no-op and the way it
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bglibs/Makefile | 2 | ||||
-rw-r--r-- | devel/cppi/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsd/Makefile | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index c1d0a919731b..02b16023c780 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -15,8 +15,6 @@ COMMENT= One stop library package by Bruce Guenter NOT_FOR_ARCHS= alpha -USE_GPG= yes -SIG_SUFFIX= .sig USE_GCC= 3.2+ USE_PERL5= yes USE_AUTOTOOLS= libtool:15:env diff --git a/devel/cppi/Makefile b/devel/cppi/Makefile index 75d819fcc72d..239450e69867 100644 --- a/devel/cppi/Makefile +++ b/devel/cppi/Makefile @@ -10,14 +10,10 @@ PORTVERSION= 1.12 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= coreutils -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= trasz@pin.if.uz.zgora.pl COMMENT= A tool to indent the C preprocessor directives -USE_GPG?= yes -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index ee529c4aede2..cfc55cd20a72 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -14,7 +14,6 @@ MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/ MAINTAINER= bu7cher@yandex.ru COMMENT= CVS pserver daemon -USE_GPG?= yes USE_PERL5= yes USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |