svn commit: r327478 - in head/x11: gtk-theme-switch gtk-theme-switch2

Baptiste Daroussin bapt at FreeBSD.org
Tue Sep 17 13:10:01 UTC 2013


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 at 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 at 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>


More information about the svn-ports-head mailing list