summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-01-29 19:05:07 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-01-29 19:05:07 +0000
commitc0ce4105e7e5dbf775b56491e12ebf64f1844e3a (patch)
treef56caab01da5d79c8684feae63ac50ac71a6fe79
parentFix the panic: sleeping without a mutex problem on CURRENT. (diff)
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)
Notes
Notes: svn path=/head/; revision=183644
-rw-r--r--audio/gnump3d/Makefile4
-rw-r--r--audio/gnump3d/distinfo3
-rw-r--r--devel/bglibs/Makefile2
-rw-r--r--devel/cppi/Makefile4
-rw-r--r--devel/cvsd/Makefile1
-rw-r--r--dns/walker/Makefile4
-rw-r--r--dns/walker/distinfo3
-rw-r--r--ftp/lftp/Makefile4
-rw-r--r--ftp/lftp/distinfo3
-rw-r--r--ftp/twoftpd/Makefile2
-rw-r--r--ftp/twoftpd/distinfo3
-rw-r--r--mail/maildrop/Makefile2
-rw-r--r--mail/maildrop/distinfo3
-rw-r--r--mail/mailfront/Makefile2
-rw-r--r--mail/mailfront/distinfo3
-rw-r--r--mail/qmail-autoresponder/Makefile2
-rw-r--r--mail/qmail-autoresponder/distinfo3
-rw-r--r--mail/qmail-qfilter/Makefile2
-rw-r--r--mail/qmail-qfilter/distinfo3
-rw-r--r--mail/t-prot/Makefile1
-rw-r--r--mail/t-prot/distinfo3
-rw-r--r--net/wol/Makefile1
-rw-r--r--net/wol/distinfo3
-rw-r--r--security/libgpg-error/Makefile2
-rw-r--r--security/libgpg-error/distinfo3
-rw-r--r--security/libprelude/Makefile2
-rw-r--r--security/libpreludedb/Makefile2
-rw-r--r--security/lsh/Makefile4
-rw-r--r--security/prelude-lml/Makefile2
-rw-r--r--security/prelude-manager/Makefile2
-rw-r--r--security/sks/Makefile5
-rw-r--r--security/sks/distinfo3
-rw-r--r--security/snort/Makefile2
-rw-r--r--security/snort_inline/Makefile2
-rw-r--r--sysutils/coreutils/Makefile4
-rw-r--r--sysutils/coreutils/distinfo5
-rw-r--r--sysutils/less/Makefile5
-rw-r--r--sysutils/less/distinfo5
-rw-r--r--www/cadaver/Makefile4
-rw-r--r--www/cadaver/distinfo3
-rw-r--r--www/lynx/Makefile5
-rw-r--r--www/lynx/distinfo12
42 files changed, 1 insertions, 132 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile
index 320917bb8014..493f458721e5 100644
--- a/audio/gnump3d/Makefile
+++ b/audio/gnump3d/Makefile
@@ -11,8 +11,6 @@ PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= xride@FreeBSD.org
COMMENT= Streaming server for MP3, Ogg Vorbis and other streamable audio files
@@ -21,8 +19,6 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
sox:${PORTSDIR}/audio/sox \
oggenc:${PORTSDIR}/audio/vorbis-tools
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
USE_BZIP2= yes
USE_PERL5_RUN= yes
NO_BUILD= yes
diff --git a/audio/gnump3d/distinfo b/audio/gnump3d/distinfo
index 2879500cf1e7..83e791e3b6fc 100644
--- a/audio/gnump3d/distinfo
+++ b/audio/gnump3d/distinfo
@@ -1,6 +1,3 @@
MD5 (gnump3d-2.9.8.tar.bz2) = 60abbe007d5771a072727ea8aab9552a
SHA256 (gnump3d-2.9.8.tar.bz2) = abe3a6135ba0defbadde6d8048cbe0008d228c2996f43c42fd21909e1535779a
SIZE (gnump3d-2.9.8.tar.bz2) = 623334
-MD5 (gnump3d-2.9.8.tar.bz2.sig) = 1fead9cb4e6cac5c7470fe38014324ce
-SHA256 (gnump3d-2.9.8.tar.bz2.sig) = 34e3877d01f6aca4d192297bdcc8ea8aabd2502631a3e0d316e452838560b26b
-SIZE (gnump3d-2.9.8.tar.bz2.sig) = 65
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
diff --git a/dns/walker/Makefile b/dns/walker/Makefile
index bd13c82b4acc..52abbbbde18f 100644
--- a/dns/walker/Makefile
+++ b/dns/walker/Makefile
@@ -10,8 +10,6 @@ PORTNAME= walker
PORTVERSION= 3.8
CATEGORIES= dns
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= johans@stack.nl
COMMENT= Recover zone file information from servers that use DNSSEC
@@ -21,8 +19,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
USE_PERL5= yes
NO_BUILD= yes
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
MAN1= walker.1
PLIST_FILES= bin/walker
diff --git a/dns/walker/distinfo b/dns/walker/distinfo
index 70793dfa5294..5334359c0318 100644
--- a/dns/walker/distinfo
+++ b/dns/walker/distinfo
@@ -1,6 +1,3 @@
MD5 (walker-3.8.tar.gz) = 7cb1988a5ad65f132f43928ed9d8a06d
SHA256 (walker-3.8.tar.gz) = 25c66ce7354d03287825452af6bc650a5e565a2bcd2347852c08bd2d5fae9fbd
SIZE (walker-3.8.tar.gz) = 18478
-MD5 (walker-3.8.tar.gz.sig) = 70379f689bede579eeb244e69b0a2619
-SHA256 (walker-3.8.tar.gz.sig) = 0b4b08d9d7a9c2491e747b62c8cc257f556f96ebab55151a5de5ae7fc419ebf5
-SIZE (walker-3.8.tar.gz.sig) = 236
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index cd1319525859..b02212f2eb33 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -19,8 +19,6 @@ MASTER_SITES= ftp://ftp.wiretapped.net/pub/mirrors/lftp/ \
ftp://ftp.yars.free.net/pub/source/lftp/old/ \
ftp://lftp.yar.ru/lftp/ \
ftp://lftp.yar.ru/lftp/old/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= fm@cross-road.org.ua
COMMENT= Shell-like command line ftp client
@@ -31,8 +29,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_ICONV= yes
USE_BZIP2= yes
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index c6cd96883072..d1bc3e2dd44b 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,6 +1,3 @@
MD5 (lftp-3.5.6.tar.bz2) = 3d4508c00639b9e776f0904a4079547a
SHA256 (lftp-3.5.6.tar.bz2) = 3c91fe25e440bcb704b73bbfe1cde67cf72780627394a8c5f038f4b44eed35a8
SIZE (lftp-3.5.6.tar.bz2) = 1325232
-MD5 (lftp-3.5.6.tar.bz2.asc) = f55556b10f3798ef2c05cedb9b3f97b3
-SHA256 (lftp-3.5.6.tar.bz2.asc) = 150a27e2b54852ceba5f4b8c597eb0b0df58120a3c8d62721e97408045a72662
-SIZE (lftp-3.5.6.tar.bz2.asc) = 185
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile
index 951f2477a8d9..76995180d795 100644
--- a/ftp/twoftpd/Makefile
+++ b/ftp/twoftpd/Makefile
@@ -16,8 +16,6 @@ COMMENT= A simple, secure, efficient FTP server
LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm
-USE_GPG= yes
-SIG_SUFFIX= .sig
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -s -L${LOCALBASE}/lib
BGLIBS_LIB= ${LOCALBASE}/lib/bglibs
diff --git a/ftp/twoftpd/distinfo b/ftp/twoftpd/distinfo
index ebe2236c4a8a..d68a61c58f82 100644
--- a/ftp/twoftpd/distinfo
+++ b/ftp/twoftpd/distinfo
@@ -1,6 +1,3 @@
MD5 (twoftpd-1.21.tar.gz) = aea76c06d38b50c9a230def0f16475c0
SHA256 (twoftpd-1.21.tar.gz) = 1fc52b20e48d4ef8e18816836b3c2c9a807ef177e6036dd9e1dae102ff48ef29
SIZE (twoftpd-1.21.tar.gz) = 61205
-MD5 (twoftpd-1.21.tar.gz.sig) = c22d05c3ecffbc8d5e6c1e94b409cff5
-SHA256 (twoftpd-1.21.tar.gz.sig) = 0349f18231e6fb282058118ab7fd75765fb4146b5f5d58e875b121f390ea1e7e
-SIZE (twoftpd-1.21.tar.gz.sig) = 191
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index 52b138ce75e9..25c5afcda771 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -25,8 +25,6 @@ MASTER_SITE_SUBDIR= courier
MAINTAINER= sergei@FreeBSD.org
COMMENT= Mail delivery agent (MDA) with filtering abilities
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_BZIP2= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
diff --git a/mail/maildrop/distinfo b/mail/maildrop/distinfo
index 4a3d4d313c85..e5caae67f1d8 100644
--- a/mail/maildrop/distinfo
+++ b/mail/maildrop/distinfo
@@ -1,6 +1,3 @@
MD5 (maildrop-2.0.2.tar.bz2) = 69c7cb0c93669c0831eb3ee304da8eac
SHA256 (maildrop-2.0.2.tar.bz2) = 6f10d3b503a8bf878b8d270543a15acca645667504803c586a2a0cc0642413cd
SIZE (maildrop-2.0.2.tar.bz2) = 2139549
-MD5 (maildrop-2.0.2.tar.bz2.sig) = 7552416948fd20b2353d2df01d01c946
-SHA256 (maildrop-2.0.2.tar.bz2.sig) = 78465b4e6a2522deef761aeb2740f29e33ac8d29937f0ebc261e96ee676c30e2
-SIZE (maildrop-2.0.2.tar.bz2.sig) = 65
diff --git a/mail/mailfront/Makefile b/mail/mailfront/Makefile
index 9e48efea7809..278760619d86 100644
--- a/mail/mailfront/Makefile
+++ b/mail/mailfront/Makefile
@@ -18,8 +18,6 @@ COMMENT= Mail server network protocol front-ends
LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm
WANT_QMAIL= yes
-USE_GPG= yes
-SIG_SUFFIX= .sig
QMAIL_PREFIX?= /var/qmail
CFLAGS+= -I${CVM_INC}
CFLAGS_SO= ${CFLAGS} -fPIC -shared -L${CVM_LIB}
diff --git a/mail/mailfront/distinfo b/mail/mailfront/distinfo
index 618f68eb24c3..5c6dae8c6577 100644
--- a/mail/mailfront/distinfo
+++ b/mail/mailfront/distinfo
@@ -1,6 +1,3 @@
MD5 (mailfront-1.01.tar.gz) = cfa732d1ffd53c8cb46c82dacc375579
SHA256 (mailfront-1.01.tar.gz) = 190bcd4a4dcfd4d3755484f8b1504e0ad95fdfde83a786fb35a5d651e2447a2f
SIZE (mailfront-1.01.tar.gz) = 90699
-MD5 (mailfront-1.01.tar.gz.sig) = 4dbc27ffb1b6d371f920ade021a8e286
-SHA256 (mailfront-1.01.tar.gz.sig) = 382f1e578880ab336ed8b1d1f0d507f4559d3e34100ca6df904e47a946f05147
-SIZE (mailfront-1.01.tar.gz.sig) = 189
diff --git a/mail/qmail-autoresponder/Makefile b/mail/qmail-autoresponder/Makefile
index 906d4b17a4b9..520d6cff501e 100644
--- a/mail/qmail-autoresponder/Makefile
+++ b/mail/qmail-autoresponder/Makefile
@@ -19,8 +19,6 @@ COMMENT= Rate-limited autoresponder for qmail
LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs
-USE_GPG= yes
-SIG_SUFFIX= .sig
LDFLAGS?= -s
BGLIBS_INC= ${LOCALBASE}/include/bglibs
BGLIBS_LIB= ${LOCALBASE}/lib/bglibs
diff --git a/mail/qmail-autoresponder/distinfo b/mail/qmail-autoresponder/distinfo
index 47b3d591999c..3adc03d2ff18 100644
--- a/mail/qmail-autoresponder/distinfo
+++ b/mail/qmail-autoresponder/distinfo
@@ -1,6 +1,3 @@
MD5 (qmail-autoresponder-0.96.2.tar.gz) = f4e4edcd750daa8877088577369a876b
SHA256 (qmail-autoresponder-0.96.2.tar.gz) = 127329274dc20d524a29e7034469b1841100616129ca3d9c31f951a67698e40a
SIZE (qmail-autoresponder-0.96.2.tar.gz) = 21110
-MD5 (qmail-autoresponder-0.96.2.tar.gz.sig) = c0add59e6f3ead6874f880c4a3ef92a1
-SHA256 (qmail-autoresponder-0.96.2.tar.gz.sig) = c14eaf1ab7c7a05fe2b8ca6806c4efb10d9244092ce9f71e12993ff6eb19d49f
-SIZE (qmail-autoresponder-0.96.2.tar.gz.sig) = 189
diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile
index d4b27fe8b9fa..4a7462158ff6 100644
--- a/mail/qmail-qfilter/Makefile
+++ b/mail/qmail-qfilter/Makefile
@@ -16,8 +16,6 @@ COMMENT= Front-end for qmail-queue to run messages through filters
LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs
-USE_GPG= yes
-SIG_SUFFIX= .sig
LDFLAGS?= -s
BGLIBS_INC= ${LOCALBASE}/include/bglibs
BGLIBS_LIB= ${LOCALBASE}/lib/bglibs
diff --git a/mail/qmail-qfilter/distinfo b/mail/qmail-qfilter/distinfo
index 2fe4d2e09a54..d0d283a2dff3 100644
--- a/mail/qmail-qfilter/distinfo
+++ b/mail/qmail-qfilter/distinfo
@@ -1,6 +1,3 @@
MD5 (qmail-qfilter-2.1.tar.gz) = 744c4399a7f8c94b6c198e3de9941093
SHA256 (qmail-qfilter-2.1.tar.gz) = 67d7f6d92eb034b1696ceb1672114c871dde06618c33dfc7f83e3a6667034468
SIZE (qmail-qfilter-2.1.tar.gz) = 22242
-MD5 (qmail-qfilter-2.1.tar.gz.sig) = 9ed02ad6aa4ed4d822c9cddcbc1bd01f
-SHA256 (qmail-qfilter-2.1.tar.gz.sig) = fdf89cd8ce0df7d9d9c34eec92d8c0e96d14590248267eeb31dc0c057b0c7524
-SIZE (qmail-qfilter-2.1.tar.gz.sig) = 189
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile
index a0033d3d0376..0caeb405203f 100644
--- a/mail/t-prot/Makefile
+++ b/mail/t-prot/Makefile
@@ -17,7 +17,6 @@ COMMENT= TOFU Protection - Display Filter for RFC822 messages
RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
-USE_GPG= yes
USE_PERL5= yes
NO_BUILD= yes
diff --git a/mail/t-prot/distinfo b/mail/t-prot/distinfo
index 85bbdf621499..41d0424f6f85 100644
--- a/mail/t-prot/distinfo
+++ b/mail/t-prot/distinfo
@@ -1,6 +1,3 @@
MD5 (t-prot-2.1.1.tar.gz) = 79d2223e03257ab7627f7fcbcde2cfac
SHA256 (t-prot-2.1.1.tar.gz) = eb9075452dd16b815b1154151fd7aa1999d6be9bc9cd2f764cbfdcaba3947f92
SIZE (t-prot-2.1.1.tar.gz) = 40274
-MD5 (t-prot-2.1.1.tar.gz.asc) = c0f67e29d379a6263a052096aab03392
-SHA256 (t-prot-2.1.1.tar.gz.asc) = 121caddb43899f098ee1e7f2504223d963f4beb0b9fd61e3fd3aa21b6aec41af
-SIZE (t-prot-2.1.1.tar.gz.asc) = 189
diff --git a/net/wol/Makefile b/net/wol/Makefile
index 541ac112a6e7..f1afcf4a26d9 100644
--- a/net/wol/Makefile
+++ b/net/wol/Makefile
@@ -18,7 +18,6 @@ COMMENT= Tool to wake up Wake-On-LAN compliant computers
GNU_CONFIGURE= yes
USE_PERL5_BUILD= yes
USE_GETOPT_LONG= yes
-USE_GPG= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
diff --git a/net/wol/distinfo b/net/wol/distinfo
index 95910c26e544..aae3bc8881b0 100644
--- a/net/wol/distinfo
+++ b/net/wol/distinfo
@@ -1,6 +1,3 @@
MD5 (wol-0.7.1.tar.gz) = c2fa9d7e771134ac8c89d56b8197d4ca
SHA256 (wol-0.7.1.tar.gz) = e0086c9b9811df2bdf763ec9016dfb1bcb7dba9fa6d7858725b0929069a12622
SIZE (wol-0.7.1.tar.gz) = 445648
-MD5 (wol-0.7.1.tar.gz.asc) = 8e5eb8190caee132ee3452bfa393996d
-SHA256 (wol-0.7.1.tar.gz.asc) = df8b57c969e9d08d4affb0b600286c3201246a41afdeb794b86a0f06f06b67db
-SIZE (wol-0.7.1.tar.gz.asc) = 189
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index d486fcf82c3d..cb71867155c1 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= Common error values for all GnuPG components
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo
index fc90e3391215..72361bb128f4 100644
--- a/security/libgpg-error/distinfo
+++ b/security/libgpg-error/distinfo
@@ -1,6 +1,3 @@
MD5 (libgpg-error-1.4.tar.gz) = 86e60e9a03205fb706e99be101a2387e
SHA256 (libgpg-error-1.4.tar.gz) = fff67ec5ffc93cf91fc62350a19a9f677c9bc6eb2730395d22f9d40c754ed619
SIZE (libgpg-error-1.4.tar.gz) = 614446
-MD5 (libgpg-error-1.4.tar.gz.sig) = dd72bd38747381084569034afe22cb51
-SHA256 (libgpg-error-1.4.tar.gz.sig) = 6459a3ee8a95fe3c02c9963f6244b14588d851e74ce9d3a1ffdccb9e2af7b5d8
-SIZE (libgpg-error-1.4.tar.gz.sig) = 158
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile
index 5434302c099a..641484432acd 100644
--- a/security/libprelude/Makefile
+++ b/security/libprelude/Makefile
@@ -17,8 +17,6 @@ LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
OPTIONS= PERL "Include Perl bindings" off \
PYTHON "Include Python bindings" off
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile
index 3911af9a6820..dc82ad4686ad 100644
--- a/security/libpreludedb/Makefile
+++ b/security/libpreludedb/Makefile
@@ -14,8 +14,6 @@ COMMENT= Framework library for access to Prelude NIDS database
LIB_DEPENDS= prelude.11:${PORTSDIR}/security/libprelude
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_GMAKE= yes
GNU_CONFIGURE= yes
LDCONFIG_DIRS= %%PREFIX%%/lib \
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 5b16e41a147e..ca4c187ab80b 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -10,9 +10,6 @@ CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_GNUPG} \
ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
MASTER_SITE_SUBDIR= lsh lsh/old
-DISTNAME= ${PORTNAME}-${PORTVERSION}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0
@@ -29,7 +26,6 @@ CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
CONFIGURE_ARGS+= --with-include-path=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-lib-path=${LOCALBASE}/lib
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
-USE_GPG?= yes
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
PLIST_SUB+= KRB=""
.else
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index 5224d56e8435..cc2d184f8eb5 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -17,8 +17,6 @@ COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude \
pcre.0:${PORTSDIR}/devel/pcre
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-lml.sh
diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile
index 69bb35ac240f..d6e48bd57509 100644
--- a/security/prelude-manager/Makefile
+++ b/security/prelude-manager/Makefile
@@ -16,8 +16,6 @@ COMMENT= Prelude Network Intrusion Detection System central logging point
LIB_DEPENDS+= prelude.11:${PORTSDIR}/security/libprelude \
gnutls.15:${PORTSDIR}/security/gnutls
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/security/sks/Makefile b/security/sks/Makefile
index 95aef16c0fcb..1876b6a70166 100644
--- a/security/sks/Makefile
+++ b/security/sks/Makefile
@@ -11,8 +11,7 @@ PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${DISTNAME}.tgz ${DISTNAME}.tgz.sig
-EXTRACT_ONLY= ${DISTNAME}.tgz
+EXTRACT_SUFX= .tgz
MAINTAINER= johans@stack.nl
COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver
@@ -20,8 +19,6 @@ COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver
BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml-nox11
LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}.tgz.sig
USE_GMAKE= yes
MAKE_ENV= BDBINCLUDE="-I${LOCALBASE}/include/db42" \
BDBLIB="-L${LOCALBASE}/lib" \
diff --git a/security/sks/distinfo b/security/sks/distinfo
index de0927b9bd9a..2309232e5da2 100644
--- a/security/sks/distinfo
+++ b/security/sks/distinfo
@@ -1,6 +1,3 @@
MD5 (sks-1.0.9.tgz) = 90d42c61de9121aa5102739b2ca6c952
SHA256 (sks-1.0.9.tgz) = 3cfe562bc98526807c7a7480dd9c521f6a54e1aa536764e7ef8a84dfd3e3c0f9
SIZE (sks-1.0.9.tgz) = 925362
-MD5 (sks-1.0.9.tgz.sig) = 2eea560a34429fe5b0cb9149365eb98b
-SHA256 (sks-1.0.9.tgz.sig) = 26c28aa2517631ee5059536fdbbe9592f819d35fb35a63a06bb371b0f5160f19
-SIZE (sks-1.0.9.tgz.sig) = 65
diff --git a/security/snort/Makefile b/security/snort/Makefile
index 52931e81025e..d4082231fab8 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -27,8 +27,6 @@ OPTIONS= DYNAMIC "Enable dynamic plugin support" on \
POSTGRESQL "Enable PostgreSQL support" off \
PRELUDE "Enable Prelude NIDS integration" off
-USE_GPG= yes
-SIG_SUFFIX= .sig
USE_RC_SUBR= snort.sh
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
diff --git a/security/snort_inline/Makefile b/security/snort_inline/Makefile
index 4c6f7e339e01..24e2f84a8071 100644
--- a/security/snort_inline/Makefile
+++ b/security/snort_inline/Makefile
@@ -15,8 +15,6 @@ COMMENT= An inline IPS system based on snort using ipfw
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-USE_GPG= yes
-SIG_SUFFIX= .asc
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index d7c9ba36f844..bd79bc07a250 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -10,8 +10,6 @@ PORTVERSION= 6.7
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jharris@widomaker.com
COMMENT= The Free Software Foundation's core utilities
@@ -20,8 +18,6 @@ CONFLICTS= fileutils-[0-9]* id-utils-[0-9]* linux-gid-[0-9]* \
sh-utils-[0-9]* textutils-[0-9]*
USE_GCC= 3.4+
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --infodir=${PREFIX}/info --mandir=${PREFIX}/man
diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo
index 927328cdecde..2836586f2f3d 100644
--- a/sysutils/coreutils/distinfo
+++ b/sysutils/coreutils/distinfo
@@ -3,8 +3,3 @@ SHA1 (coreutils-6.7.tar.bz2) = 55a6037365f749a4ebb9e88a92132a4f938ac90e
RMD160 (coreutils-6.7.tar.bz2) = 593acd266431db1777505bd181a7ffe095774beb
SHA256 (coreutils-6.7.tar.bz2) = 4d7027cc803682decdadf850095dce7e22cc08eba2b1283e16d0fb7a675ac1f0
SIZE (coreutils-6.7.tar.bz2) = 5315342
-MD5 (coreutils-6.7.tar.bz2.sig) = fc9dc3e8140174bcfe0fc8131c94ff23
-SHA1 (coreutils-6.7.tar.bz2.sig) = 585deba4155f96ec940cc06ab8f5f2c03c70ae83
-RMD160 (coreutils-6.7.tar.bz2.sig) = a2c6ca511c7743ca8ed612b88d482cea95a67d87
-SHA256 (coreutils-6.7.tar.bz2.sig) = a302c2cc1a5fa3c4d710161e58b5e31848f5f5db2bde13b476c75843ee14590a
-SIZE (coreutils-6.7.tar.bz2.sig) = 189
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile
index 34a9d5d8b92f..5a92c03eb1ef 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/less/Makefile
@@ -11,15 +11,10 @@ CATEGORIES= sysutils
MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jharris@widomaker.com
COMMENT= A better pager utility
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig
-
PLIST_FILES= bin/less bin/lesskey bin/lessecho
.include <bsd.port.pre.mk>
diff --git a/sysutils/less/distinfo b/sysutils/less/distinfo
index f609c49452fd..d1a31194f30f 100644
--- a/sysutils/less/distinfo
+++ b/sysutils/less/distinfo
@@ -3,8 +3,3 @@ SHA1 (less-382.tar.gz) = 3c3f1ae0bf18039b047524ff0f573ef514bcc944
RMD160 (less-382.tar.gz) = 2b851c7038d9a4dea4f369ff5705eafc9093de97
SHA256 (less-382.tar.gz) = d33cc51f220647d015fd526b3782cde03c5d8b18c5233e6388a0047a70446fe7
SIZE (less-382.tar.gz) = 264414
-MD5 (less-382.tar.gz.sig) = aa3b51b2c8a7cdf93e7e917e9c87f0f1
-SHA1 (less-382.tar.gz.sig) = a8508e43284364811c4d7245e689e590f1bff719
-RMD160 (less-382.tar.gz.sig) = 176dfb47b3a20d0d55b07c8b04ef1068839c2387
-SHA256 (less-382.tar.gz.sig) = 9870ed946aafb08e356d28e8b883b8affcf38bd9f55b4b9dca94a27be6fa1e88
-SIZE (less-382.tar.gz.sig) = 66
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 5f322fe3e962..0e476fdc3c0a 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -10,16 +10,12 @@ PORTVERSION= 0.22.5
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/cadaver/ \
http://www.tcbug.org/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= josh@tcbug.org
COMMENT= Commandline client for DAV
LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon
-USE_GPG?= yes
-SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/www/cadaver/distinfo b/www/cadaver/distinfo
index cfb682d17065..09ee44679dbc 100644
--- a/www/cadaver/distinfo
+++ b/www/cadaver/distinfo
@@ -1,6 +1,3 @@
MD5 (cadaver-0.22.5.tar.gz) = e9fade983dd7b18d33230967051fcfe0
SHA256 (cadaver-0.22.5.tar.gz) = 066a3ed9ced982f8e2db489e35ca5ddd200374dc3648c25a814134e77c1f7912
SIZE (cadaver-0.22.5.tar.gz) = 715949
-MD5 (cadaver-0.22.5.tar.gz.asc) = 6143748d3651e784404bfdc87f0b3ed6
-SHA256 (cadaver-0.22.5.tar.gz.asc) = ced4cc5e0cf6865b1d3dd34a3fd9946278c75182281113e689ff6eadcb734fdf
-SIZE (cadaver-0.22.5.tar.gz.asc) = 189
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 394e73f6e7a1..3d66ce757a96 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -12,13 +12,10 @@ CATEGORIES= www ipv6
MASTER_SITES= http://lynx.isc.org/current/ \
ftp://lynx.isc.org/lynx2.8.5/patches/:patches
DISTNAME= ${PORTNAME}2.8.5rel.1
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= ftp://lynx.isc.org/lynx2.8.5/patches/
.for i in 2 3 4
PATCHFILES+= 2.8.5rel.${i}.patch.gz
-DISTFILES+= 2.8.5rel.${i}.patch.gz.asc:patches
.endfor
PATCH_DIST_STRIP= -p1
@@ -27,8 +24,6 @@ COMMENT?= A non-graphical, text-based World-Wide Web client
CONFLICTS?= lynx-ssl* lynx-current*
-USE_GPG?= yes
-SIG_FILES= ${DISTFILES:M*.asc} ${PATCHFILES:M*.asc}
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5
GNU_CONFIGURE= yes
diff --git a/www/lynx/distinfo b/www/lynx/distinfo
index 8412f234c602..a7c7185f8412 100644
--- a/www/lynx/distinfo
+++ b/www/lynx/distinfo
@@ -1,24 +1,12 @@
MD5 (lynx2.8.5rel.1.tar.bz2) = d1e5134e5d175f913c16cb6768bc30eb
SHA256 (lynx2.8.5rel.1.tar.bz2) = 37607008086933c869be26b4db687f61a768c51ddefa741e77225069b880bc63
SIZE (lynx2.8.5rel.1.tar.bz2) = 2177287
-MD5 (lynx2.8.5rel.1.tar.bz2.asc) = 1c24e82ecefb1fb08d76d7260609bb68
-SHA256 (lynx2.8.5rel.1.tar.bz2.asc) = 528dbcd057484729597169a6711a119919087d5644c37a3c17a48d3a43a744da
-SIZE (lynx2.8.5rel.1.tar.bz2.asc) = 245
MD5 (2.8.5rel.2.patch.gz) = 16840d095311814751684c99dc201740
SHA256 (2.8.5rel.2.patch.gz) = 2b930b8ca4fb360056debf3177a022a3ec943227c7b50fdb18a42375c2683fec
SIZE (2.8.5rel.2.patch.gz) = 2445
-MD5 (2.8.5rel.2.patch.gz.asc) = eda7526e78fcecd435a307637172257c
-SHA256 (2.8.5rel.2.patch.gz.asc) = d916a10749259027e2bef281f568b96635e2fb365eafb7b313238bdc972dfa39
-SIZE (2.8.5rel.2.patch.gz.asc) = 245
MD5 (2.8.5rel.3.patch.gz) = 23fb5d3b3e052fd380ae1a694afc06eb
SHA256 (2.8.5rel.3.patch.gz) = 9f1623d6d6a0f030ed08e081894da709d97798d830a58f507f6f2117d6b5ea0c
SIZE (2.8.5rel.3.patch.gz) = 4376
-MD5 (2.8.5rel.3.patch.gz.asc) = a74fd4fda1b3e1c2aa0e3db9075024d7
-SHA256 (2.8.5rel.3.patch.gz.asc) = acf1ec63b493f0f40e1de9d141c95e709d21908af1adec6a36c4794c49f497d1
-SIZE (2.8.5rel.3.patch.gz.asc) = 245
MD5 (2.8.5rel.4.patch.gz) = 8407996c12e28c43cfe39b5724436789
SHA256 (2.8.5rel.4.patch.gz) = 3acdf9b480b1eb4a9638b51863b7b1e839ca72a604d600e5f25544e99fd1974a
SIZE (2.8.5rel.4.patch.gz) = 2543
-MD5 (2.8.5rel.4.patch.gz.asc) = e882ecc39d01d0fb07d23c4c627402b1
-SHA256 (2.8.5rel.4.patch.gz.asc) = e1aa3c2d4523aed683986fa6a9a5b56c5a5be6397b8f1365eea5b97d59166226
-SIZE (2.8.5rel.4.patch.gz.asc) = 245