diff options
author | rodent <rodent@pkgsrc.org> | 2014-07-16 23:21:51 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-07-16 23:21:51 +0000 |
commit | ac886441ea5b93b3645ee8993bdd9fc699998c9d (patch) | |
tree | 1ae05186573c47a6915f8583b5fef1555717291a /textproc | |
parent | 4f2fc85faa95628362ee2f7542a9fce5fd3b89e5 (diff) | |
download | pkgsrc-ac886441ea5b93b3645ee8993bdd9fc699998c9d.tar.gz |
Updated to latest release, 0.7. Fixed HOMEPAGE. Changes:
Adding support for extended range of integers, large file unsigned
references, etc.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-biplist/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-biplist/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-biplist/Makefile b/textproc/py-biplist/Makefile index 94339edda5c..78486f791c9 100644 --- a/textproc/py-biplist/Makefile +++ b/textproc/py-biplist/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2014/06/02 03:49:42 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/16 23:21:51 rodent Exp $ -DISTNAME= biplist-0.6 +DISTNAME= biplist-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= python textproc MASTER_SITES= https://pypi.python.org/packages/source/b/biplist/ MAINTAINER= rodent@NetBSD.org -HOMEPAGE= https://pypi.python.org/packages/source/b/biplist/ +HOMEPAGE= https://bitbucket.org/wooster/biplist COMMENT= Library for reading/writing binary plists LICENSE= modified-bsd diff --git a/textproc/py-biplist/distinfo b/textproc/py-biplist/distinfo index e9d0eba86dc..c1e92272957 100644 --- a/textproc/py-biplist/distinfo +++ b/textproc/py-biplist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/06/02 03:49:42 rodent Exp $ +$NetBSD: distinfo,v 1.2 2014/07/16 23:21:51 rodent Exp $ -SHA1 (biplist-0.6.tar.gz) = d11bc240eed5e12dd14a5684aa90d8586603784a -RMD160 (biplist-0.6.tar.gz) = 8a7a4bbc3450251c736cb90b624bef813dfde33b -Size (biplist-0.6.tar.gz) = 13282 bytes +SHA1 (biplist-0.7.tar.gz) = 53d03067e994741c53f68153190c5336173f41cb +RMD160 (biplist-0.7.tar.gz) = 2de672be180032d6d89c24a5218e50cc0f5528d9 +Size (biplist-0.7.tar.gz) = 13983 bytes |