diff options
author | rene <rene@FreeBSD.org> | 2013-03-25 18:39:51 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-25 18:39:51 +0800 |
commit | ecdbbc2bc5be64cd952e707958bafd89615c49da (patch) | |
tree | 70d3cb45e27b9488ae5710ba3f0d650526834d9b /audio/py-mpd2/Makefile | |
parent | 22afe73971858ff238a3e1abab33cc94ecf30f38 (diff) | |
download | freebsd-ports-gnome-ecdbbc2bc5be64cd952e707958bafd89615c49da.tar.gz freebsd-ports-gnome-ecdbbc2bc5be64cd952e707958bafd89615c49da.tar.zst freebsd-ports-gnome-ecdbbc2bc5be64cd952e707958bafd89615c49da.zip |
Update to 0.5.1
Diffstat (limited to 'audio/py-mpd2/Makefile')
-rw-r--r-- | audio/py-mpd2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile index a147b1f91024..f46fe2c2e772 100644 --- a/audio/py-mpd2/Makefile +++ b/audio/py-mpd2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpd2 -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -15,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= Mic92 GH_PROJECT= python-${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 7471873 +GH_COMMIT= f8d5946 USE_PYTHON= yes USE_PYDISTUTILS= easy_install @@ -25,7 +24,7 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= DOCS EXAMPLES DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= commands.txt +PORTDOCS= commands.rst EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= locking.py logger.py |