diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-04-30 13:13:01 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-04-30 13:13:01 +0000 |
commit | 605bb5826eb8a18f68889247424745dc6639617e (patch) | |
tree | 5291f6653dbb67e15de3fb401a017676271e769b /security/gnupg | |
parent | 56beeb7fb5f1542fd227ada87aeb683405e6f0d1 (diff) | |
download | FreeBSD-ports-605bb5826eb8a18f68889247424745dc6639617e.zip FreeBSD-ports-605bb5826eb8a18f68889247424745dc6639617e.tar.gz |
Upgrade to 1.0.7.
See http://www.gnupg.org/whatsnew.html#rn20020429 for changelog.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 13 | ||||
-rw-r--r-- | security/gnupg/distinfo | 2 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3e102f7..329ab19 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 1.0.6 -PORTREVISION= 6 +PORTVERSION= 1.0.7 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ @@ -18,10 +17,11 @@ MAINTAINER= kuriyama@FreeBSD.org LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -#RESTRICTED= "Crypto; export-controlled" +USE_GMAKE= YES GNU_CONFIGURE= YES +CONFIGURE_TARGET= +CFLAGS:= ${CFLAGS:S/-pipe//g} MAN1= gpg.1 gpgv.1 -MLINKS= gpg.1 gpgm.1 .include <bsd.port.pre.mk> @@ -32,11 +32,6 @@ LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif -.if ${OSVERSION} < 300000 -USE_GMAKE= YES -.endif -CFLAGS:= ${CFLAGS:S/-pipe//g} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gnupg diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo index 066384a..edb76b5 100644 --- a/security/gnupg/distinfo +++ b/security/gnupg/distinfo @@ -1 +1 @@ -MD5 (gnupg-1.0.6.tar.gz) = 7c319a9e5e70ad9bc3bf0d7b5008a508 +MD5 (gnupg-1.0.7.tar.gz) = d8b36d4dfd213a1a1027b1877acbc897 diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index 1edf581..ed2abd5 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -1,6 +1,7 @@ bin/gpg +bin/gpgkeys_mailto +bin/gpgsplit bin/gpgv -info/gpg.info info/gpgv.info lib/gnupg/rndegd lib/gnupg/rndunix @@ -8,19 +9,22 @@ lib/gnupg/tiger share/gnupg/FAQ share/gnupg/faq.html share/gnupg/options.skel +share/locale/cs/LC_MESSAGES/gnupg.mo share/locale/da/LC_MESSAGES/gnupg.mo share/locale/de/LC_MESSAGES/gnupg.mo +share/locale/el/LC_MESSAGES/gnupg.mo share/locale/eo/LC_MESSAGES/gnupg.mo -share/locale/es_ES/LC_MESSAGES/gnupg.mo +share/locale/es/LC_MESSAGES/gnupg.mo share/locale/et/LC_MESSAGES/gnupg.mo +share/locale/gl/LC_MESSAGES/gnupg.mo share/locale/fr/LC_MESSAGES/gnupg.mo share/locale/id/LC_MESSAGES/gnupg.mo share/locale/it/LC_MESSAGES/gnupg.mo share/locale/ja/LC_MESSAGES/gnupg.mo share/locale/nl/LC_MESSAGES/gnupg.mo share/locale/pl/LC_MESSAGES/gnupg.mo +share/locale/pt/LC_MESSAGES/gnupg.mo share/locale/pt_BR/LC_MESSAGES/gnupg.mo -share/locale/pt_PT/LC_MESSAGES/gnupg.mo share/locale/sv/LC_MESSAGES/gnupg.mo share/locale/tr/LC_MESSAGES/gnupg.mo share/doc/gnupg/README |