Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 13:10:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201309171310.r8HDA0qY038329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171310.r8HDA0qY038329>