diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-30 13:13:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-30 13:13:01 +0000 |
commit | 2f929e82e7f648d29521b653696b73c95133f004 (patch) | |
tree | 0017f1c0acfc977449b0ebd54d7605c675cd5f6e /security/gnupg1 | |
parent | f3726703d115e855ca595363b1632e29faaf7a8a (diff) | |
download | ports-2f929e82e7f648d29521b653696b73c95133f004.tar.gz ports-2f929e82e7f648d29521b653696b73c95133f004.zip |
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r-- | security/gnupg1/Makefile | 13 | ||||
-rw-r--r-- | security/gnupg1/distinfo | 2 | ||||
-rw-r--r-- | security/gnupg1/pkg-plist | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 3e102f7341c5..329ab19a217e 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/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/gnupg1/distinfo b/security/gnupg1/distinfo index 066384ad17c5..edb76b57b1a5 100644 --- a/security/gnupg1/distinfo +++ b/security/gnupg1/distinfo @@ -1 +1 @@ -MD5 (gnupg-1.0.6.tar.gz) = 7c319a9e5e70ad9bc3bf0d7b5008a508 +MD5 (gnupg-1.0.7.tar.gz) = d8b36d4dfd213a1a1027b1877acbc897 diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist index 1edf5816e5bb..ed2abd5b9ddd 100644 --- a/security/gnupg1/pkg-plist +++ b/security/gnupg1/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 |