diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-01-13 00:57:26 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-01-13 00:57:26 +0800 |
commit | 9414f47a7ec952a334a91a34b00e3e81c901bdc2 (patch) | |
tree | 0bfbb6b7f6b187d286d86b794cefba24fdf3e58c /security | |
parent | 51763520ee384d1892b9ea55b06916487c09d8b0 (diff) | |
download | freebsd-ports-gnome-9414f47a7ec952a334a91a34b00e3e81c901bdc2.tar.gz freebsd-ports-gnome-9414f47a7ec952a334a91a34b00e3e81c901bdc2.tar.zst freebsd-ports-gnome-9414f47a7ec952a334a91a34b00e3e81c901bdc2.zip |
Update to version 0.3.2
PR: 33807
Submitted by: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnupg/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnupg/distinfo | 2 | ||||
-rw-r--r-- | security/py-gnupg/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 66b39c1d9e7e..44839f1595cc 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gnupg -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= py-gnupg @@ -24,6 +24,6 @@ do-build: @${SETUP_CMD} build do-install: - @${SETUP_CMD} install + @${SETUP_CMD} install -c -O1 --prefix=${PREFIX} .include <bsd.port.mk> diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo index ec482c7c6198..977971e05136 100644 --- a/security/py-gnupg/distinfo +++ b/security/py-gnupg/distinfo @@ -1 +1 @@ -MD5 (GnuPGInterface-0.3.1.tar.gz) = 41bc85ad93202696ca926e1e14539e50 +MD5 (GnuPGInterface-0.3.2.tar.gz) = d4627d83446f96bd8c22f8d15db3f7c2 diff --git a/security/py-gnupg/pkg-plist b/security/py-gnupg/pkg-plist index adaaecbac204..bfa6b23d46fb 100644 --- a/security/py-gnupg/pkg-plist +++ b/security/py-gnupg/pkg-plist @@ -1,2 +1,3 @@ lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.py lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyc +lib/%%PYTHON_VERSION%%/site-packages/GnuPGInterface.pyo |