diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /misc | |
parent | o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/` (diff) |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-workstation/Makefile | 4 | ||||
-rw-r--r-- | misc/kdeutils3/Makefile | 3 | ||||
-rw-r--r-- | misc/kdeutils4/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/misc/instant-workstation/Makefile b/misc/instant-workstation/Makefile index 6048a6cfabee..91b02d28ca18 100644 --- a/misc/instant-workstation/Makefile +++ b/misc/instant-workstation/Makefile @@ -7,7 +7,7 @@ PORTNAME= instant-workstation PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= ftp://ftp.lemis.com/pub/ @@ -29,7 +29,7 @@ RUN_DEPENDS= acroread7:${PORTSDIR}/print/acroread7 \ grip:${PORTSDIR}/audio/grip \ gimp:${PORTSDIR}/graphics/gimp1 \ gv:${PORTSDIR}/print/gv \ - gpg:${PORTSDIR}/security/gnupg \ + gpg:${PORTSDIR}/security/gnupg1 \ ispell:${PORTSDIR}/textproc/ispell \ startkde:${PORTSDIR}/x11/kde3 \ mutt:${PORTSDIR}/mail/mutt \ diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 4eda395c36d9..48d491e234e6 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -17,7 +18,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]* diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 4eda395c36d9..48d491e234e6 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdeutils PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -17,7 +18,7 @@ COMMENT= Utilities for the KDE integrated X11 desktop LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ netsnmp:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]* |