From owner-svn-ports-head@FreeBSD.ORG Tue Oct 8 15:10:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7B048560; Tue, 8 Oct 2013 15:10:34 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 685992959; Tue, 8 Oct 2013 15:10:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r98FAYPI079834; Tue, 8 Oct 2013 15:10:34 GMT (envelope-from theraven@svn.freebsd.org) Received: (from theraven@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r98FAXcL079826; Tue, 8 Oct 2013 15:10:33 GMT (envelope-from theraven@svn.freebsd.org) Message-Id: <201310081510.r98FAXcL079826@svn.freebsd.org> From: David Chisnall Date: Tue, 8 Oct 2013 15:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329797 - in head/audio/mpdcon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 15:10:34 -0000 Author: theraven Date: Tue Oct 8 15:10:33 2013 New Revision: 329797 URL: http://svnweb.freebsd.org/changeset/ports/329797 Log: Update MPDCon to the latest release. Switch upstream to GAP, which has taken over maintaining it. Approved by: bapt (mentor) Added: head/audio/mpdcon/files/ head/audio/mpdcon/files/patch-SQLiteAdaptor.m (contents, props changed) Modified: head/audio/mpdcon/Makefile head/audio/mpdcon/distinfo head/audio/mpdcon/pkg-plist Modified: head/audio/mpdcon/Makefile ============================================================================== --- head/audio/mpdcon/Makefile Tue Oct 8 15:09:18 2013 (r329796) +++ head/audio/mpdcon/Makefile Tue Oct 8 15:10:33 2013 (r329797) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= mpdcon -PORTVERSION= 1.1.99 -PORTREVISION= 2 +PORTVERSION= 1.4 CATEGORIES= audio gnustep -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.2%20beta%201 -DISTNAME= MPDCon-${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gap -MAINTAINER= ports@FreeBSD.org +MAINTAINER= theraven@FreeBSD.org COMMENT= MPD client for GNUstep LICENSE= GPLv2 USE_GNUSTEP= yes -NO_STAGE= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_LOCAL_LIBS+= SQLClient:databases/sqlclient + +LIB_DEPENDS+= libmpdclient.so.2:${PORTSDIR}/audio/libmpdclient post-patch: ${REINPLACE_CMD} -e \ Modified: head/audio/mpdcon/distinfo ============================================================================== --- head/audio/mpdcon/distinfo Tue Oct 8 15:09:18 2013 (r329796) +++ head/audio/mpdcon/distinfo Tue Oct 8 15:10:33 2013 (r329797) @@ -1,2 +1,2 @@ -SHA256 (MPDCon-1.1.99.tar.gz) = d4a4965d54bc03f238f54719afe055299f8283ef8882e19840ab7f735df670a2 -SIZE (MPDCon-1.1.99.tar.gz) = 71502 +SHA256 (MPDCon-1.4.tar.gz) = e2a4b1737c87aff7dc465b466fd988a5dae442efc9b1a53e1fada180f314be4c +SIZE (MPDCon-1.4.tar.gz) = 87751 Added: head/audio/mpdcon/files/patch-SQLiteAdaptor.m ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mpdcon/files/patch-SQLiteAdaptor.m Tue Oct 8 15:10:33 2013 (r329797) @@ -0,0 +1,12 @@ +--- ./SQLiteAdaptor.m.orig 2013-10-07 00:51:38.000000000 +0100 ++++ ./SQLiteAdaptor.m 2013-10-07 00:51:54.000000000 +0100 +@@ -24,8 +24,8 @@ + + #import "SQLiteAdaptor.h" + +-@interface SQLiteAdaptor(Private) + static NSString* SongRatingStorageDirectory = nil; ++@interface SQLiteAdaptor(Private) + -(NSString *)_getMPDConDBName; + @end + Modified: head/audio/mpdcon/pkg-plist ============================================================================== --- head/audio/mpdcon/pkg-plist Tue Oct 8 15:09:18 2013 (r329796) +++ head/audio/mpdcon/pkg-plist Tue Oct 8 15:10:33 2013 (r329797) @@ -11,6 +11,9 @@ GNUstep/Local/Applications/MPDCon.app/Re GNUstep/Local/Applications/MPDCon.app/Resources/GNUstep.tiff GNUstep/Local/Applications/MPDCon.app/Resources/Info-gnustep.plist GNUstep/Local/Applications/MPDCon.app/Resources/Install +GNUstep/Local/Applications/MPDCon.app/Resources/LyricsInspector.gorm/data.classes +GNUstep/Local/Applications/MPDCon.app/Resources/LyricsInspector.gorm/data.info +GNUstep/Local/Applications/MPDCon.app/Resources/LyricsInspector.gorm/objects.gorm GNUstep/Local/Applications/MPDCon.app/Resources/MPDCon.desktop GNUstep/Local/Applications/MPDCon.app/Resources/MPDCon.tiff GNUstep/Local/Applications/MPDCon.app/Resources/MoveSong.tiff @@ -31,6 +34,9 @@ GNUstep/Local/Applications/MPDCon.app/Re GNUstep/Local/Applications/MPDCon.app/Resources/Player.gorm/data.info GNUstep/Local/Applications/MPDCon.app/Resources/Player.gorm/objects.gorm GNUstep/Local/Applications/MPDCon.app/Resources/Playlist.tiff +GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistInspector.gorm/data.classes +GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistInspector.gorm/data.info +GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistInspector.gorm/objects.gorm GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistViewer.gorm/Current.tiff GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistViewer.gorm/data.classes GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistViewer.gorm/data.info @@ -44,18 +50,25 @@ GNUstep/Local/Applications/MPDCon.app/Re GNUstep/Local/Applications/MPDCon.app/Resources/Prev.tiff GNUstep/Local/Applications/MPDCon.app/Resources/Repeat.tiff GNUstep/Local/Applications/MPDCon.app/Resources/Shuffle.tiff +GNUstep/Local/Applications/MPDCon.app/Resources/SongInspector.gorm/data.classes +GNUstep/Local/Applications/MPDCon.app/Resources/SongInspector.gorm/data.info +GNUstep/Local/Applications/MPDCon.app/Resources/SongInspector.gorm/objects.gorm +GNUstep/Local/Applications/MPDCon.app/Resources/Star.tiff GNUstep/Local/Applications/MPDCon.app/Resources/StatisticsViewer.gorm/data.classes GNUstep/Local/Applications/MPDCon.app/Resources/StatisticsViewer.gorm/data.info GNUstep/Local/Applications/MPDCon.app/Resources/StatisticsViewer.gorm/objects.gorm GNUstep/Local/Applications/MPDCon.app/Resources/Stop.tiff GNUstep/Local/Applications/MPDCon.app/stamp.make GNUstep/Local/Tools/MPDCon -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/StatisticsViewer.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/Preferences.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistsManager.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistViewer.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/Player.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/CrossfadeView.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources/Collection.gorm -@dirrm GNUstep/Local/Applications/MPDCon.app/Resources -@dirrm GNUstep/Local/Applications/MPDCon.app +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/StatisticsViewer.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/SongInspector.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/Preferences.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistsManager.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistViewer.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/PlaylistInspector.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/Player.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/LyricsInspector.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/CrossfadeView.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources/Collection.gorm +@dirrmtry GNUstep/Local/Applications/MPDCon.app/Resources +@dirrmtry GNUstep/Local/Applications/MPDCon.app