From owner-svn-ports-head@FreeBSD.ORG Tue Sep 17 13:10:01 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 21842162; Tue, 17 Sep 2013 13:10:01 +0000 (UTC) (envelope-from bapt@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 0F6A024D2; Tue, 17 Sep 2013 13:10:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8HDA0Hf038337; Tue, 17 Sep 2013 13:10:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8HDA0qY038329; Tue, 17 Sep 2013 13:10:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309171310.r8HDA0qY038329@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 17 Sep 2013 13:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327478 - in head/x11: gtk-theme-switch gtk-theme-switch2 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, 17 Sep 2013 13:10:01 -0000 Author: bapt Date: Tue Sep 17 13:10:00 2013 New Revision: 327478 URL: http://svnweb.freebsd.org/changeset/ports/327478 Log: Rename gtk-theme-switch into gtk-themes-witch1 to avoid confusion with the gtk2 version While here remove the now useless LATEST_LINK Modified: head/x11/gtk-theme-switch/Makefile head/x11/gtk-theme-switch2/Makefile Modified: head/x11/gtk-theme-switch/Makefile ============================================================================== --- head/x11/gtk-theme-switch/Makefile Tue Sep 17 13:05:12 2013 (r327477) +++ head/x11/gtk-theme-switch/Makefile Tue Sep 17 13:10:00 2013 (r327478) @@ -6,12 +6,13 @@ PORTVERSION= 1.0.1 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ +PKGNAMESUFFIX= 1 MAINTAINER= ports@FreeBSD.org -COMMENT= A command line tool for switching GTK+ themes +COMMENT= Command line tool for switching GTK+ themes USE_GNOME= gtk12 -USE_GMAKE= yes +USES= gmake MAN1= gtk-theme-switch.1 Modified: head/x11/gtk-theme-switch2/Makefile ============================================================================== --- head/x11/gtk-theme-switch2/Makefile Tue Sep 17 13:05:12 2013 (r327477) +++ head/x11/gtk-theme-switch2/Makefile Tue Sep 17 13:10:00 2013 (r327478) @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ MAINTAINER= oleg@bsdpower.com -COMMENT= A command line tool for switching GTK+ 2.0 themes +COMMENT= Command line tool for switching GTK+ 2.0 themes USES= gmake pkgconfig USE_XORG= x11 @@ -17,6 +17,4 @@ USE_GNOME= gtk20 MAN1= switch2.1 PLIST_FILES= bin/switch2 -LATEST_LINK= gtk-theme-switch2 - .include