diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-07-07 12:07:19 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-07-07 12:07:19 +0000 |
commit | d8afdaeaf889756a5e7defe1409b4c2da7d7db8a (patch) | |
tree | 3954759200618db124cc33b67ccaa7d500fcf51b | |
parent | Remove usage of X_FONTSERVER_PORT while here use options helpers (diff) |
net/turses: Update to 0.2.15
- Update to 0.2.15
- Pet portlint (LICENSE order)
Changes:
https://github.com/alejandrogomez/turses/blob/v0.2.15/HISTORY.rst
portlint: OK - looks fine,
porttest: OK - 9-STABLE, amd64, clang
testport: OK - poudriere, all versions/archs
unittest: OK - Ran 124 tests in 3.232s - OK
Notes
Notes:
svn path=/head/; revision=322431
-rw-r--r-- | net/turses/Makefile | 6 | ||||
-rw-r--r-- | net/turses/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/turses/Makefile b/net/turses/Makefile index a56d122dbc0d..11165e00a561 100644 --- a/net/turses/Makefile +++ b/net/turses/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= turses -PORTVERSION= 0.2.14 +PORTVERSION= 0.2.15 CATEGORIES= net python MASTER_SITES= CHEESESHOP MAINTAINER= koobs@FreeBSD.org COMMENT= Python Twitter client for the console +LICENSE= GPLv3 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ ${PYTHON_PKGNAMEPREFIX}urwid>0:${PORTSDIR}/devel/py-urwid \ ${PYTHON_PKGNAMEPREFIX}tweepy>=2.0:${PORTSDIR}/net/py-tweepy @@ -17,8 +19,6 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose \ ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock -LICENSE= GPLv3 - OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for unit tests OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options diff --git a/net/turses/distinfo b/net/turses/distinfo index ed1611ad91f9..e8701ca26c62 100644 --- a/net/turses/distinfo +++ b/net/turses/distinfo @@ -1,2 +1,2 @@ -SHA256 (turses-0.2.14.tar.gz) = b7bdf2c72c8cd490f0d74513a5c3b237cdda313fc2d999a907b02c3211ba72eb -SIZE (turses-0.2.14.tar.gz) = 51141 +SHA256 (turses-0.2.15.tar.gz) = 2fcf8ca4866a73a090326b5338b59156a2649f2111249114fd3cc27d620eb9c6 +SIZE (turses-0.2.15.tar.gz) = 51244 |