diff options
author | culot <culot@FreeBSD.org> | 2013-03-23 16:20:11 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-03-23 16:20:11 +0800 |
commit | 39b6df77ddb360b8b9b0931949c8e117c45589b7 (patch) | |
tree | bff923c8814293d220072244c0c8d39d12389a1c /deskutils/dosage/Makefile | |
parent | 7918ae10eb53d8eea46c186c24052ed1b6119332 (diff) | |
download | freebsd-ports-gnome-39b6df77ddb360b8b9b0931949c8e117c45589b7.tar.gz freebsd-ports-gnome-39b6df77ddb360b8b9b0931949c8e117c45589b7.tar.zst freebsd-ports-gnome-39b6df77ddb360b8b9b0931949c8e117c45589b7.zip |
- Update to 1.14
Changes: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
PR: ports/177289
Submitted by: antoine@ (maintainer)
Diffstat (limited to 'deskutils/dosage/Makefile')
-rw-r--r-- | deskutils/dosage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index d00a0fcaf051..0d391fa53355 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dosage -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= deskutils python MAINTAINER= antoine@FreeBSD.org @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests USE_GITHUB= yes GH_ACCOUNT= wummel GH_TAGNAME= upstream/${PORTVERSION} -GH_COMMIT= 950a958 +GH_COMMIT= 179ba7f USE_PYTHON= yes USE_PYDISTUTILS=yes |