diff options
author | nivit <nivit@FreeBSD.org> | 2009-11-05 17:03:11 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-11-05 17:03:11 +0800 |
commit | ed143dece25845d9db2f1c69ada1840fee8bfd13 (patch) | |
tree | eceadc24849fca5a116728e4e9294ed616e9519f | |
parent | e95b12982f27f583b7d0889c249645ef7abe6a34 (diff) | |
download | freebsd-ports-gnome-ed143dece25845d9db2f1c69ada1840fee8bfd13.tar.gz freebsd-ports-gnome-ed143dece25845d9db2f1c69ada1840fee8bfd13.tar.zst freebsd-ports-gnome-ed143dece25845d9db2f1c69ada1840fee8bfd13.zip |
- Update to 0.94.7
- Use configure.py as configure script
-rw-r--r-- | audio/py-tagpy/Makefile | 5 | ||||
-rw-r--r-- | audio/py-tagpy/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index bea4aa4b747e..cb33715551cb 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -6,8 +6,8 @@ # PORTNAME= tagpy -PORTVERSION= 0.94.5 -#PORTREVISION= 0 +PORTVERSION= 0.94.7 +PORTREVISION= 0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -20,6 +20,7 @@ LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs \ tag.6:${PORTSDIR}/audio/taglib HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ --taglib-lib-dir="${LOCALBASE}/lib" \ --boost-inc-dir="${PYTHON_INCLUDEDIR},${LOCALBASE}/include" \ diff --git a/audio/py-tagpy/distinfo b/audio/py-tagpy/distinfo index 843db19e7e37..1bffc01934b8 100644 --- a/audio/py-tagpy/distinfo +++ b/audio/py-tagpy/distinfo @@ -1,3 +1,3 @@ -MD5 (tagpy-0.94.5.tar.gz) = 84d7862786ad7bab91d0d45ded15a875 -SHA256 (tagpy-0.94.5.tar.gz) = 11a1ecf07e4e23f29f128f47dcc337b6c11062ad0004a1168c4c679fe6c2e399 -SIZE (tagpy-0.94.5.tar.gz) = 149641 +MD5 (tagpy-0.94.7.tar.gz) = f2304a2e15511cce057c344ea5e15694 +SHA256 (tagpy-0.94.7.tar.gz) = 0fd077b6858091995c95c944b8621cd48a4246bdcb0bf4e44420ec3c5221e9b1 +SIZE (tagpy-0.94.7.tar.gz) = 150416 |