Index: head/audio/streamtuner/Makefile =================================================================== --- head/audio/streamtuner/Makefile (revision 89336) +++ head/audio/streamtuner/Makefile (revision 89337) @@ -1,25 +1,26 @@ # New ports collection makefile for: streamtuner # Date created: 02 Apr 2002 # Whom: Jean-Yves Lefort # # $FreeBSD$ # PORTNAME= streamtuner -PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTVERSION= 0.10.1 CATEGORIES= audio www MASTER_SITES= http://savannah.nongnu.org/download/streamtuner/streamtuner.pkg/${PORTVERSION}/ MAINTAINER= jylefort@brutele.be COMMENT= A GTK+ stream directory browser LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes USE_GNOME= gtk20 -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= streamtuner.1 streamtuner-theme-convert.1 .include Property changes on: head/audio/streamtuner/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/audio/streamtuner/distinfo =================================================================== --- head/audio/streamtuner/distinfo (revision 89336) +++ head/audio/streamtuner/distinfo (revision 89337) @@ -1 +1 @@ -MD5 (streamtuner-0.10.0.tar.gz) = 8509c0c226161668cbd303e7e853510c +MD5 (streamtuner-0.10.1.tar.gz) = ef6305a9de5ca80b3f9a7341b3a3fe6e Property changes on: head/audio/streamtuner/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/streamtuner/files/patch-aa =================================================================== --- head/audio/streamtuner/files/patch-aa (revision 89336) +++ head/audio/streamtuner/files/patch-aa (revision 89337) @@ -1,19 +1,21 @@ ---- extras/Makefile.in.orig Mon Jul 14 03:19:38 2003 -+++ extras/Makefile.in Mon Jul 14 03:20:05 2003 -@@ -29,6 +29,7 @@ - sharedstatedir = @sharedstatedir@ - localstatedir = @localstatedir@ +--- extras/Makefile.in.orig Thu Sep 18 09:14:07 2003 ++++ extras/Makefile.in Thu Sep 18 09:16:01 2003 +@@ -162,6 +162,7 @@ + infodir = @infodir@ + install_sh = @install_sh@ libdir = @libdir@ +libdatadir = @prefix@/libdata - infodir = @infodir@ + libexecdir = @libexecdir@ + localstatedir = @localstatedir@ mandir = @mandir@ - includedir = @includedir@ -@@ -98,7 +99,7 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - +@@ -172,8 +173,8 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -pkgconfigdir = $(libdir)/pkgconfig +-applicationsdir = $(datadir)/applications +pkgconfigdir = $(libdatadir)/pkgconfig - applicationsdir = $(datadir)/applications ++applicationsdir = $(datadir)/gnome/applications pkgconfig_DATA = streamtuner.pc + applications_DATA = streamtuner.desktop Property changes on: head/audio/streamtuner/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/audio/streamtuner/pkg-plist =================================================================== --- head/audio/streamtuner/pkg-plist (revision 89336) +++ head/audio/streamtuner/pkg-plist (revision 89337) @@ -1,24 +1,23 @@ bin/streamtuner bin/streamtuner-theme-convert include/streamtuner/st-category-api.h include/streamtuner/st-dialog-api.h include/streamtuner/st-handler-api.h include/streamtuner/st-handler-field-api.h include/streamtuner/st-handlers-api.h include/streamtuner/st-programs-api.h include/streamtuner/st-re-api.h include/streamtuner/st-settings-api.h include/streamtuner/st-state-api.h include/streamtuner/st-stream-api.h include/streamtuner/st-transfer-api.h include/streamtuner/st-version-api.h include/streamtuner/streamtuner.h -lib/streamtuner/plugins/shoutcast.a -lib/streamtuner/plugins/shoutcast.la lib/streamtuner/plugins/shoutcast.so libdata/pkgconfig/streamtuner.pc -share/applications/streamtuner.desktop -share/pixmaps/streamtuner.png +share/gnome/applications/streamtuner.desktop +share/gnome/pixmaps/streamtuner.png +share/locale/fr/LC_MESSAGES/streamtuner.mo @dirrm include/streamtuner @dirrm lib/streamtuner/plugins @dirrm lib/streamtuner Property changes on: head/audio/streamtuner/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property