Bug 64940 - Update ports: audio/streamtuner*
Summary: Update ports: audio/streamtuner*
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-30 17:00 UTC by Jean-Yves Lefort
Modified: 2004-03-31 16:24 UTC (History)
0 users

See Also:


Attachments
file.diff (2.93 KB, patch)
2004-03-30 17:00 UTC, Jean-Yves Lefort
no flags Details | Diff
file.diff (1.21 KB, patch)
2004-03-30 17:00 UTC, Jean-Yves Lefort
no flags Details | Diff
file.diff (3.28 KB, patch)
2004-03-30 17:00 UTC, Jean-Yves Lefort
no flags Details | Diff
file.diff (822 bytes, patch)
2004-03-30 17:00 UTC, Jean-Yves Lefort
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Lefort 2004-03-30 17:00:40 UTC

    
Comment 1 Jean-Yves Lefort 2004-03-30 18:38:08 UTC
But audio/streamtuner is already at 0.12.1:

diff -ruN /usr/ports/audio/streamtuner/Makefile streamtuner/Makefile
--- /usr/ports/audio/streamtuner/Makefile	Mon Feb  9 07:22:56 2004
+++ streamtuner/Makefile	Tue Mar 30 19:30:47 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		streamtuner
-PORTVERSION=		0.11.1
+PORTVERSION=		0.12.1
 CATEGORIES=		audio www
 MASTER_SITES=		${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,6 +14,7 @@
 MAINTAINER=		jylefort@brutele.be
 COMMENT=		A GTK+ stream directory browser
 
+BUILD_DEPENDS=		scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
 LIB_DEPENDS=		curl:${PORTSDIR}/ftp/curl
 
 USE_X_PREFIX=		yes
@@ -21,8 +22,6 @@
 USE_LIBTOOL_VER=	15
 CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
 			LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1=			streamtuner.1 streamtuner-theme-convert.1
 
 post-patch:
 	@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
diff -ruN /usr/ports/audio/streamtuner/distinfo streamtuner/distinfo
--- /usr/ports/audio/streamtuner/distinfo	Mon Feb  9 07:22:56 2004
+++ streamtuner/distinfo	Tue Mar 30 19:30:50 2004
@@ -1,2 +1,2 @@
-MD5 (streamtuner-0.11.1.tar.gz) = 9c046e594fb6159394fa810b2bcdd78c
-SIZE (streamtuner-0.11.1.tar.gz) = 517025
+MD5 (streamtuner-0.12.1.tar.gz) = 2bacb5f2d129cacdda96adfd04f81646
+SIZE (streamtuner-0.12.1.tar.gz) = 664551
diff -ruN /usr/ports/audio/streamtuner/pkg-plist streamtuner/pkg-plist
--- /usr/ports/audio/streamtuner/pkg-plist	Sun Feb  1 08:47:53 2004
+++ streamtuner/pkg-plist	Tue Mar 30 16:21:49 2004
@@ -1,5 +1,4 @@
 bin/streamtuner
-bin/streamtuner-theme-convert
 include/streamtuner/st-action-api.h
 include/streamtuner/st-category-api.h
 include/streamtuner/st-dialog-api.h
@@ -11,6 +10,7 @@
 include/streamtuner/st-programs-api.h
 include/streamtuner/st-re-api.h
 include/streamtuner/st-settings-api.h
+include/streamtuner/st-sgml-ref-api.h
 include/streamtuner/st-state-api.h
 include/streamtuner/st-stream-api.h
 include/streamtuner/st-transfer-api.h
@@ -18,10 +18,23 @@
 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/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
 @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
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-03-31 16:24:00 UTC
State Changed
From-To: open->closed

Committed, thanks!