diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-05-26 15:06:59 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-05-26 15:06:59 +0800 |
commit | 177d5e1c2b117af5d5817f2f2d4f4181db3bb906 (patch) | |
tree | 0ff284323e269fbf73be2cd25b2fd30c8ae2a02c /security | |
parent | fd0a77d81ea8594a5185993e6925787488d1ba89 (diff) | |
download | freebsd-ports-gnome-177d5e1c2b117af5d5817f2f2d4f4181db3bb906.tar.gz freebsd-ports-gnome-177d5e1c2b117af5d5817f2f2d4f4181db3bb906.tar.zst freebsd-ports-gnome-177d5e1c2b117af5d5817f2f2d4f4181db3bb906.zip |
- Update to 1.1.1
Approved by: clsung (mentor, implicitly)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/py-gnutls/distinfo | 6 | ||||
-rw-r--r-- | security/py-gnutls/pkg-plist | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index 4195c12d79b6..66dd0e79f663 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gnutls -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.1 CATEGORIES= security python -MASTER_SITES= http://cheeseshop.python.org/packages/source/p/python-gnutls/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-gnutls-${PORTVERSION} diff --git a/security/py-gnutls/distinfo b/security/py-gnutls/distinfo index ca1bab575cca..83b00fa7d5e9 100644 --- a/security/py-gnutls/distinfo +++ b/security/py-gnutls/distinfo @@ -1,3 +1,3 @@ -MD5 (python-gnutls-1.0.2.tar.gz) = b9fec4d7b0cc57b3fdf71e0d30810bf2 -SHA256 (python-gnutls-1.0.2.tar.gz) = 3561175c0bbabf64212f66715d818514ffc4a5ce4532d83771926f07f0e66fe9 -SIZE (python-gnutls-1.0.2.tar.gz) = 40934 +MD5 (python-gnutls-1.1.1.tar.gz) = 6d9c270a57c246aafc93d6203c55d302 +SHA256 (python-gnutls-1.1.1.tar.gz) = e1d0e544ce78d66f1c481de382bd01ff5e7bd63bfc63a0a652fdd18910aa7510 +SIZE (python-gnutls-1.1.1.tar.gz) = 45517 diff --git a/security/py-gnutls/pkg-plist b/security/py-gnutls/pkg-plist index d40a632336d7..c01d21d11c52 100644 --- a/security/py-gnutls/pkg-plist +++ b/security/py-gnutls/pkg-plist @@ -43,6 +43,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/gnutls/interfaces @dirrm %%PYTHON_SITELIBDIR%%/gnutls %%EXAMPLESDIR%%/README +%%EXAMPLESDIR%%/c.py %%EXAMPLESDIR%%/certs/ca.pem %%EXAMPLESDIR%%/certs/crl.pem %%EXAMPLESDIR%%/certs/revoked.crt @@ -51,9 +52,13 @@ %%EXAMPLESDIR%%/certs/valid.key %%EXAMPLESDIR%%/client.py %%EXAMPLESDIR%%/crypto.py +%%EXAMPLESDIR%%/osc.py +%%EXAMPLESDIR%%/oss.py +%%EXAMPLESDIR%%/s.py %%EXAMPLESDIR%%/server.py %%EXAMPLESDIR%%/tc.py %%EXAMPLESDIR%%/ts.py +%%EXAMPLESDIR%%/tso.py %%EXAMPLESDIR%%/twisted-client.py %%EXAMPLESDIR%%/twisted-server.py @dirrm %%EXAMPLESDIR%%/certs |