diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-01-14 22:41:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-01-14 22:41:41 +0000 |
commit | fd48e9f847e7652cc98dc56c57d5d3dfac22471e (patch) | |
tree | ffa7b8d833d0f41363e46dbdb2b33a657a616038 /audio/py-mpd2 | |
parent | 21f08759cf924c92148d85716531e2cf6266933b (diff) |
- Use newer git commit which synchronizes version numbers (0.5 -> 0.5.0)
and fixes some other things.
- Bump PORTREVISION because distfile is rerolled.
Submitted by: upstream via private mail
Notes
Notes:
svn path=/head/; revision=310409
Diffstat (limited to 'audio/py-mpd2')
-rw-r--r-- | audio/py-mpd2/Makefile | 5 | ||||
-rw-r--r-- | audio/py-mpd2/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/py-mpd2/Makefile b/audio/py-mpd2/Makefile index 45730dbf79e4..a147b1f91024 100644 --- a/audio/py-mpd2/Makefile +++ b/audio/py-mpd2/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mpd2 -PORTVERSION= 0.5 +PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -14,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= Mic92 GH_PROJECT= python-${PORTNAME} GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 11f58b7 +GH_COMMIT= 7471873 USE_PYTHON= yes USE_PYDISTUTILS= easy_install diff --git a/audio/py-mpd2/distinfo b/audio/py-mpd2/distinfo index 9c8a0df5fd59..cbf7bf965375 100644 --- a/audio/py-mpd2/distinfo +++ b/audio/py-mpd2/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-mpd2-0.5.tar.gz) = 5fec55dabb233cc051eb74ed905af7b097bf28cf676062d0630ac34a7aaa34b4 -SIZE (python-mpd2-0.5.tar.gz) = 28893 +SHA256 (python-mpd2-0.5.0.tar.gz) = 80176cf3883255df5192d3ea274ce1fec98b70a70b94a660226fcfe6ac213b6a +SIZE (python-mpd2-0.5.0.tar.gz) = 29006 |