diff options
Diffstat (limited to 'security/py-gnupg')
-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 66b39c1d9e7..44839f1595c 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 ec482c7c619..977971e0513 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 adaaecbac20..bfa6b23d46f 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 |