diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 07:03:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-12 07:03:35 +0000 |
commit | 5daa3af356a612e666dee29eef0488535718cd39 (patch) | |
tree | 75526e268b842aa5f19d5e69684ec5a1e3493eac /audio | |
parent | 156fa355eba55197d3740aedd39297bbd243e000 (diff) | |
download | ports-5daa3af356a612e666dee29eef0488535718cd39.tar.gz ports-5daa3af356a612e666dee29eef0488535718cd39.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/streamtuner/Makefile | 10 | ||||
-rw-r--r-- | audio/streamtuner/distinfo | 4 | ||||
-rw-r--r-- | audio/streamtuner/pkg-plist | 27 |
3 files changed, 18 insertions, 23 deletions
diff --git a/audio/streamtuner/Makefile b/audio/streamtuner/Makefile index 0a91676592c9..6b645524efde 100644 --- a/audio/streamtuner/Makefile +++ b/audio/streamtuner/Makefile @@ -6,8 +6,7 @@ # PORTNAME= streamtuner -PORTVERSION= 0.12.1 -PORTREVISION= 1 +PORTVERSION= 0.12.3 CATEGORIES= audio www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,14 +18,9 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes -USE_GNOME= gtk20 gnomehack +USE_GNOME= gtk20 gnomehack gnomeprefix USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/pixmaps|(prefix)/share/gnome/pixmaps|g ; \ - s|[(]datadir[)]/applications|(prefix)/share/gnome/applications|g' - .include <bsd.port.mk> diff --git a/audio/streamtuner/distinfo b/audio/streamtuner/distinfo index a6f4ddca53f7..c57a9ff203e4 100644 --- a/audio/streamtuner/distinfo +++ b/audio/streamtuner/distinfo @@ -1,2 +1,2 @@ -MD5 (streamtuner-0.12.1.tar.gz) = 2bacb5f2d129cacdda96adfd04f81646 -SIZE (streamtuner-0.12.1.tar.gz) = 664551 +MD5 (streamtuner-0.12.3.tar.gz) = aeb6f78b05f8348882bb8b545982411e +SIZE (streamtuner-0.12.3.tar.gz) = 684716 diff --git a/audio/streamtuner/pkg-plist b/audio/streamtuner/pkg-plist index b849401c9e88..7a683a40dafb 100644 --- a/audio/streamtuner/pkg-plist +++ b/audio/streamtuner/pkg-plist @@ -18,23 +18,24 @@ include/streamtuner/st-version-api.h include/streamtuner/streamtuner.h lib/streamtuner/plugins/shoutcast.so libdata/pkgconfig/streamtuner.pc -share/doc/streamtuner/C/documentation-license.xml -share/doc/streamtuner/C/figures/main-window.png -share/doc/streamtuner/C/figures/search-category.png -share/doc/streamtuner/C/figures/search-dialog.png -share/doc/streamtuner/C/software-license.xml -share/doc/streamtuner/C/streamtuner.xml share/gnome/applications/streamtuner.desktop +share/gnome/doc/streamtuner/C/documentation-license.xml +share/gnome/doc/streamtuner/C/figures/main-window.png +share/gnome/doc/streamtuner/C/figures/search-category.png +share/gnome/doc/streamtuner/C/figures/search-dialog.png +share/gnome/doc/streamtuner/C/software-license.xml +share/gnome/doc/streamtuner/C/streamtuner.xml +share/gnome/omf/streamtuner/streamtuner-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/streamtuner.png share/locale/de/LC_MESSAGES/streamtuner.mo share/locale/fr/LC_MESSAGES/streamtuner.mo -share/omf/streamtuner/streamtuner-C.omf -@exec scrollkeeper-install -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true +share/locale/pt/LC_MESSAGES/streamtuner.mo @dirrm include/streamtuner @dirrm lib/streamtuner/plugins @dirrm lib/streamtuner -@dirrm share/doc/streamtuner/C/figures -@dirrm share/doc/streamtuner/C -@dirrm share/doc/streamtuner -@dirrm share/omf/streamtuner -@unexec scrollkeeper-uninstall -q %D/share/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true +@dirrm share/gnome/doc/streamtuner/C/figures +@dirrm share/gnome/doc/streamtuner/C +@dirrm share/gnome/doc/streamtuner +@dirrm share/gnome/omf/streamtuner +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/streamtuner/streamtuner-C.omf 2>/dev/null || /usr/bin/true |