diff options
author | wg <wg@FreeBSD.org> | 2013-05-16 21:53:13 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-05-16 21:53:13 +0800 |
commit | d26a9796a27ce61e9b9c3ca2f596350b86be3ce2 (patch) | |
tree | 3fbaa9b854f93efa1276a4d553ee571784e8b30d /devel | |
parent | cfd6fd90c34dd3b52cc53b88e14d616636d641a6 (diff) | |
download | freebsd-ports-gnome-d26a9796a27ce61e9b9c3ca2f596350b86be3ce2.tar.gz freebsd-ports-gnome-d26a9796a27ce61e9b9c3ca2f596350b86be3ce2.tar.zst freebsd-ports-gnome-d26a9796a27ce61e9b9c3ca2f596350b86be3ce2.zip |
- Update to 0.6.0
- Add LICENSE
Changes:
https://bitbucket.org/lgs/hghooks/src/b14f356ea0fe/CHANGES.txt?at=default
Approved by: culot (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-hghooks/Makefile | 4 | ||||
-rw-r--r-- | devel/py-hghooks/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-hghooks/Makefile b/devel/py-hghooks/Makefile index a58fa94cb847..f594a64bb12e 100644 --- a/devel/py-hghooks/Makefile +++ b/devel/py-hghooks/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hghooks -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Set of Mercurial hooks +LICENSE= LGPL3 + USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install diff --git a/devel/py-hghooks/distinfo b/devel/py-hghooks/distinfo index d1ed0e5f8029..1be5734e933e 100644 --- a/devel/py-hghooks/distinfo +++ b/devel/py-hghooks/distinfo @@ -1,2 +1,2 @@ -SHA256 (hghooks-0.5.5.tar.gz) = e7ccb28fd525bcffe49c72e5b31355b7c167efbfcc903228a15bbe7b143a9be4 -SIZE (hghooks-0.5.5.tar.gz) = 15829 +SHA256 (hghooks-0.6.0.tar.gz) = 88152f5d1b3f05a9188a5d76e95f7fb32996c6a77362e8b1f5afd2e6c3e82b23 +SIZE (hghooks-0.6.0.tar.gz) = 16544 |