Upgrade to GnuPGInterface-0.3.2
This commit is contained in:
parent
845670b87f
commit
808d36ca18
@ -1,24 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/11/10 15:00:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2002/01/12 08:39:39 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "python module for GnuPG interface"
|
||||
COMMENT= "python module for GnuPG interface"
|
||||
|
||||
VERSION= 0.3.1
|
||||
DISTNAME= GnuPGInterface-${VERSION}
|
||||
PKGNAME= py-gnupg-${VERSION}
|
||||
CATEGORIES= security devel
|
||||
NEED_VERSION= 1.489
|
||||
VERSION= 0.3.2
|
||||
DISTNAME= GnuPGInterface-${VERSION}
|
||||
PKGNAME= py-gnupg-${VERSION}
|
||||
CATEGORIES= security devel
|
||||
NEED_VERSION= 1.504
|
||||
|
||||
HOMEPAGE= http://py-gnupg.sourceforge.net/
|
||||
HOMEPAGE= http://py-gnupg.sourceforge.net/
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= py-gnupg
|
||||
|
||||
PYTHON_VER= 2.1
|
||||
@ -36,6 +36,6 @@ do-build:
|
||||
${PY_CMD} build --build-base=${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${PY_CMD} install --prefix=${PREFIX}
|
||||
${PY_CMD} install -O1 --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
3
security/py-gnupg/distinfo
Normal file
3
security/py-gnupg/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (GnuPGInterface-0.3.2.tar.gz) = d4627d83446f96bd8c22f8d15db3f7c2
|
||||
RMD160 (GnuPGInterface-0.3.2.tar.gz) = 7bc5ae75bf17203442cfda8bbdb430b2f02fdd75
|
||||
SHA1 (GnuPGInterface-0.3.2.tar.gz) = 4d916b0fa1ba2d1894efdc1bc0c14ea4e6b43fa6
|
@ -1,3 +0,0 @@
|
||||
MD5 (GnuPGInterface-0.3.1.tar.gz) = 41bc85ad93202696ca926e1e14539e50
|
||||
RMD160 (GnuPGInterface-0.3.1.tar.gz) = d840c1dfb41d0d277cd3fad289213117975701f9
|
||||
SHA1 (GnuPGInterface-0.3.1.tar.gz) = 13c9bd119216285267333f4ab7a39ae6bd633430
|
@ -1,3 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/22 05:20:25 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/01/12 08:39:39 shell Exp $
|
||||
lib/python${PYTHON_VER}/site-packages/GnuPGInterface.py
|
||||
lib/python${PYTHON_VER}/site-packages/GnuPGInterface.pyc
|
||||
lib/python${PYTHON_VER}/site-packages/GnuPGInterface.pyo
|
||||
|
Loading…
x
Reference in New Issue
Block a user