Date: Wed, 2 Mar 2011 11:23:49 GMT From: RyoTa SimaMoto <liangtai.s4@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/155185: audio/xmms2-scrobbler: Bump PORTREVISION after audio/xmms2 upgrade Message-ID: <201103021123.p22BNnB5067936@red.freebsd.org> Resent-Message-ID: <201103021130.p22BUBdR061289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103021123.p22BNnB5067936>