ports/155185: audio/xmms2-scrobbler: Bump PORTREVISION after audio/xmms2 upgrade
RyoTa SimaMoto
liangtai.s4 at gmail.com
Wed Mar 2 11:30:12 UTC 2011
>Number: 155185
>Category: ports
>Synopsis: audio/xmms2-scrobbler: Bump PORTREVISION after audio/xmms2 upgrade
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 02 11:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: RyoTa SimaMoto
>Release: 8.2-STABLE
>Organization:
>Environment:
FreeBSD takiba.fakenet 8.2-STABLE FreeBSD 8.2-STABLE #12: Fri Feb 25 20:20:15 JST 2011 liangtai at takiba.fakenet:/usr/obj/usr/src/sys/VAIO i386
>Description:
xmms2-scrobbler depends on libxmmsclient.so which library version steps up to 6,
that's why this port also needs to rebuild.
Attached patch acts to:
* Chase upgrade of audio/xmms2, increment PORTREVISION,
* Set LICENSE as MIT.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/xmms2-scrobbler/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 17 Nov 2010 10:27:08 -0000 1.12
+++ Makefile 1 Mar 2011 07:09:13 -0000
@@ -6,13 +6,16 @@
PORTNAME= xmms2-scrobbler
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.code-monkey.de/pub/${PORTNAME}/
MAINTAINER= ports at FreeBSD.org
COMMENT= A last.fm submission client for XMMS2
-LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2 \
+LICENSE= MIT
+
+LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \
curl.6:${PORTSDIR}/ftp/curl
USE_GMAKE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list