From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 15 06:20:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C3501065678 for ; Mon, 15 Aug 2011 06:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4CAB08FC14 for ; Mon, 15 Aug 2011 06:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7F6K7Qh016067 for ; Mon, 15 Aug 2011 06:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7F6K7Go016066; Mon, 15 Aug 2011 06:20:07 GMT (envelope-from gnats) Resent-Date: Mon, 15 Aug 2011 06:20:07 GMT Resent-Message-Id: <201108150620.p7F6K7Go016066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicole Reid Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D2F1106566B for ; Mon, 15 Aug 2011 06:13:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 03F748FC1B for ; Mon, 15 Aug 2011 06:13:10 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7F6D9sq016645 for ; Mon, 15 Aug 2011 06:13:09 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p7F6D9nF016644; Mon, 15 Aug 2011 06:13:09 GMT (envelope-from nobody) Message-Id: <201108150613.p7F6D9nF016644@red.freebsd.org> Date: Mon, 15 Aug 2011 06:13:09 GMT From: Nicole Reid To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159781: [maintainer update] www/subsonic to 4.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 06:20:10 -0000 >Number: 159781 >Category: ports >Synopsis: [maintainer update] www/subsonic to 4.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 15 06:20:06 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Nicole Reid >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN subsonic-4.4/Makefile subsonic/Makefile --- subsonic-4.4/Makefile 2011-08-15 00:52:02.863907274 -0400 +++ subsonic/Makefile 2011-08-15 01:12:36.113041875 -0400 @@ -6,7 +6,7 @@ # PORTNAME= subsonic -PORTVERSION= 4.4 +PORTVERSION= 4.5 CATEGORIES= www java MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-war diff -ruN subsonic-4.4/distinfo subsonic/distinfo --- subsonic-4.4/distinfo 2011-08-15 00:52:02.863907274 -0400 +++ subsonic/distinfo 2011-08-15 01:21:51.090948460 -0400 @@ -1,2 +1,2 @@ -SHA256 (subsonic-4.4-war.zip) = 6ad572f6e94620f03d2a39d84d56e790884c5100aa92b3ec7c7310e23ab684ca -SIZE (subsonic-4.4-war.zip) = 18254238 +SHA256 (subsonic-4.5-war.zip) = ff5ee8011c174ac5531f8751875dfe2cdd99ebb447c643726c2bce8b522f11bb +SIZE (subsonic-4.5-war.zip) = 18311536 diff -ruN subsonic-4.4/files/pkg-message.in subsonic/files/pkg-message.in --- subsonic-4.4/files/pkg-message.in 2011-08-15 00:52:02.862906021 -0400 +++ subsonic/files/pkg-message.in 2011-08-15 01:01:51.298918702 -0400 @@ -1,7 +1,7 @@ ======================================================================== -Access Subsonic at http://localhost:8180/subsonic/ (if using the default +Access Subsonic at http://127.0.0.1:8180/subsonic/ (if using the default Tomcat HTTP port). If you encounter problems with thumbnails, start tomcat with diff -ruN subsonic-4.4/pkg-plist subsonic/pkg-plist --- subsonic-4.4/pkg-plist 2011-08-15 02:06:51.912413426 -0400 +++ subsonic/pkg-plist 2011-08-15 02:10:25.509469027 -0400 @@ -1,8 +1,8 @@ %%WEBAPPS%%/subsonic.war -@unexec if [ ! -d %%WEBAPPS%%/subsonic ]; then rm -f %%WEBAPPS%%/subsonic; fi +@unexec if [ -d %%WEBAPPS%%/subsonic ]; then rm -Rf %%WEBAPPS%%/subsonic; fi @unexec test -d %%SUBSONIC_HOME%% && (echo "Configuration information saved. If you will *NOT* use this package anymore," && echo "please remove %%SUBSONIC_HOME%% and its contents manually.") @exec mkdir -p %%SUBSONIC_HOME%% -%%TRANSCODING%%@exec ln -sf %%PREFIX/bin/ffmpeg %%SUBSONIC_HOME%%/transcode/ffmpeg +%%TRANSCODING%%@exec ln -sf %%PREFIX%%/bin/ffmpeg %%SUBSONIC_HOME%%/transcode/ffmpeg %%TRANSCODING%%@exec ln -sf %%PREFIX%%/bin/lame %%SUBSONIC_HOME%%/transcode/lame %%TRANSCODING%%@unexec rm -f %%SUBSONIC_HOME%%/transcode/ffmpeg %%TRANSCODING%%@unexec rm -f %%SUBSONIC_HOME%%/transcode/lame >Release-Note: >Audit-Trail: >Unformatted: