diff options
author | adam <adam@pkgsrc.org> | 2005-09-06 15:23:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-06 15:23:10 +0000 |
commit | 48a33a2abc6b9dc073e7710635f75f6a748782f9 (patch) | |
tree | 61b22d6d1ec816cc27c697041383011224e37a92 /security | |
parent | 4a899207b5bf55badfb892350ff1bfd4da3b9591 (diff) | |
download | pkgsrc-48a33a2abc6b9dc073e7710635f75f6a748782f9.tar.gz |
Revision bump after changing security/gnutls/buildlink3.mk
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnutls/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index b672396d8cd..432ea0c9dfb 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:18 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/09/06 15:23:10 adam Exp $ -DISTNAME= python-gnutls-0.2 -PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} -PKGREVISION= 4 -CATEGORIES= security python -MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/ +DISTNAME= python-gnutls-0.2 +PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python//} +PKGREVISION= 5 +CATEGORIES= security python +MASTER_SITES= http://home.o2w.net/~ivo/python-gnutls/dist/ -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls -COMMENT= Python bindings for GNUTLS +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://home.o2w.net/~ivo/wiki/moin.cgi/PythonGnutls +COMMENT= Python bindings for GNUTLS WRKSRC= ${WRKDIR}/${DISTNAME}/src PYDISTUTILSPKG= yes |