diff options
author | Koop Mast <koop@beyonit.nl> | 2019-09-25 01:10:20 +0800 |
---|---|---|
committer | Koop Mast <koop@beyonit.nl> | 2019-09-25 01:10:20 +0800 |
commit | c5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6 (patch) | |
tree | 4b5a3cd1d243ff0c74465ea743ec310199c5edb5 /databases/py-pytc | |
parent | fe87ebd172e9d689d85015844fb5a85fb32b3e50 (diff) | |
parent | 54294ad9726b349cbad4ebbbe9711550f8b1e53d (diff) | |
download | freebsd-ports-gnome-c5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6.tar.gz freebsd-ports-gnome-c5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6.tar.zst freebsd-ports-gnome-c5d4cd5d5cbcd9f16aa5bd8e5fcfdc96e17a81f6.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'databases/py-pytc')
-rw-r--r-- | databases/py-pytc/Makefile | 4 | ||||
-rw-r--r-- | databases/py-pytc/distinfo | 5 | ||||
-rw-r--r-- | databases/py-pytc/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/databases/py-pytc/Makefile b/databases/py-pytc/Makefile index a718fe52a88a..89b3c89ba438 100644 --- a/databases/py-pytc/Makefile +++ b/databases/py-pytc/Makefile @@ -1,9 +1,7 @@ -# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org> # $FreeBSD$ PORTNAME= pytc -PORTVERSION= 0.8 -PORTREVISION= 7 +PORTVERSION= 0.9 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-pytc/distinfo b/databases/py-pytc/distinfo index 6f01ae7c50e7..095907219f0e 100644 --- a/databases/py-pytc/distinfo +++ b/databases/py-pytc/distinfo @@ -1,2 +1,3 @@ -SHA256 (pytc-0.8.tar.gz) = b9d7dfad0b19e5c9d680b5a5e2ee20faa1755e1af0681da15d49e599d97fc14f -SIZE (pytc-0.8.tar.gz) = 10823 +TIMESTAMP = 1568759650 +SHA256 (pytc-0.9.tar.gz) = de8cc268403e53f06fa45606c4c3890b6c02df4dec7cf06f0639fe3dfbbf5b75 +SIZE (pytc-0.9.tar.gz) = 11138 diff --git a/databases/py-pytc/pkg-descr b/databases/py-pytc/pkg-descr index b4e8fb634335..cf2e521bc248 100644 --- a/databases/py-pytc/pkg-descr +++ b/databases/py-pytc/pkg-descr @@ -1,3 +1,3 @@ Tokyo Cabinet Python bindings -WWW: http://coderepos.org/share/wiki/PyTC +WWW: https://github.com/gunyarakun/pytc |