diff options
author | nork <nork@FreeBSD.org> | 2004-03-31 23:22:11 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-03-31 23:22:11 +0800 |
commit | 4f45b523d9acd9b6e38deab825e107dc7cf30642 (patch) | |
tree | c39e025c99961de957e50c526e67ee715f71cfb7 /audio | |
parent | c95d9409b9758adbbbe6a9d4c8a6d7661e85797f (diff) | |
download | freebsd-ports-gnome-4f45b523d9acd9b6e38deab825e107dc7cf30642.tar.gz freebsd-ports-gnome-4f45b523d9acd9b6e38deab825e107dc7cf30642.tar.zst freebsd-ports-gnome-4f45b523d9acd9b6e38deab825e107dc7cf30642.zip |
Update to 0.1.0.
PR: ports/64940
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner-python/Makefile | 6 | ||||
-rw-r--r-- | audio/streamtuner-python/distinfo | 3 | ||||
-rw-r--r-- | audio/streamtuner-python/pkg-plist | 11 | ||||
-rw-r--r-- | audio/streamtuner-xiph/Makefile | 4 | ||||
-rw-r--r-- | audio/streamtuner-xiph/distinfo | 3 |
5 files changed, 13 insertions, 14 deletions
diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index 3ecfc63fcfe3..00044464bf08 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -6,8 +6,8 @@ # PORTNAME= streamtuner-python -PORTVERSION= 0.0.3 -PORTREVISION= 1 +PORTVERSION= 0.1.0 +PORTREVISION= 0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner @@ -20,7 +20,7 @@ RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner USE_X_PREFIX= yes USE_LIBTOOL_VER= 15 -USE_PYTHON= yes +USE_PYTHON= 2.2+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/streamtuner-python/distinfo b/audio/streamtuner-python/distinfo index 9b5157e54378..427f066c2fc7 100644 --- a/audio/streamtuner-python/distinfo +++ b/audio/streamtuner-python/distinfo @@ -1,2 +1,3 @@ -MD5 (streamtuner-python-0.0.3.tar.gz) = 37a58abc59761b1b2fbdb156db8aa4fb +MD5 (streamtuner-python-0.1.0.tar.gz) = 93c49782ab4a18a4af9723e3696e0b6c +SIZE (streamtuner-python-0.1.0.tar.gz) = 338666 SIZE (streamtuner-python-0.0.3.tar.gz) = 310282 diff --git a/audio/streamtuner-python/pkg-plist b/audio/streamtuner-python/pkg-plist index ffcc8e0fcca6..7d9f55045e90 100644 --- a/audio/streamtuner-python/pkg-plist +++ b/audio/streamtuner-python/pkg-plist @@ -1,14 +1,11 @@ lib/streamtuner/plugins/python.so share/locale/fr/LC_MESSAGES/streamtuner-python.mo +share/streamtuner-python/icons/basic.ch.png share/streamtuner-python/icons/google-stations.png -share/streamtuner-python/modules/G.py -share/streamtuner-python/modules/G.pyc -share/streamtuner-python/modules/G.pyo -share/streamtuner-python/modules/ST.py -share/streamtuner-python/modules/ST.pyc -share/streamtuner-python/modules/ST.pyo +share/streamtuner-python/icons/punkcast.com.png +share/streamtuner-python/scripts/basic.ch.py share/streamtuner-python/scripts/google-stations.py +share/streamtuner-python/scripts/punkcast.com.py @dirrm share/streamtuner-python/icons -@dirrm share/streamtuner-python/modules @dirrm share/streamtuner-python/scripts @dirrm share/streamtuner-python diff --git a/audio/streamtuner-xiph/Makefile b/audio/streamtuner-xiph/Makefile index 8fde92dfddd9..286937064937 100644 --- a/audio/streamtuner-xiph/Makefile +++ b/audio/streamtuner-xiph/Makefile @@ -6,8 +6,8 @@ # PORTNAME= streamtuner-xiph -PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTVERSION= 0.1.0 +PORTREVISION= 0 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= streamtuner diff --git a/audio/streamtuner-xiph/distinfo b/audio/streamtuner-xiph/distinfo index 8ffb09ecbb0b..3916ac1b286c 100644 --- a/audio/streamtuner-xiph/distinfo +++ b/audio/streamtuner-xiph/distinfo @@ -1,2 +1,3 @@ -MD5 (streamtuner-xiph-0.0.1.tar.gz) = 52929a791fd143f94a16b47d6f7958a5 +MD5 (streamtuner-xiph-0.1.0.tar.gz) = 07e06b4737a9949399222333f56b7659 +SIZE (streamtuner-xiph-0.1.0.tar.gz) = 298392 SIZE (streamtuner-xiph-0.0.1.tar.gz) = 295769 |