svn commit: r306591 - head/x11-themes/thewidgetfactory

Alexey Dokuchaev danfe at FreeBSD.org
Mon Oct 29 06:02:48 UTC 2012


Author: danfe
Date: Mon Oct 29 06:02:47 2012
New Revision: 306591
URL: http://svn.freebsd.org/changeset/ports/306591

Log:
  - Fix console warnings of "GtkSpinButton: setting an adjustment with non-zero
    page size is deprecated" (do not bump port revision due to unimportance of
    this issue)
  - While here, trim Makefile header and drop leading indefinite article from
    the COMMENT line
  
  Feature safe:	yes

Modified:
  head/x11-themes/thewidgetfactory/Makefile

Modified: head/x11-themes/thewidgetfactory/Makefile
==============================================================================
--- head/x11-themes/thewidgetfactory/Makefile	Mon Oct 29 04:56:14 2012	(r306590)
+++ head/x11-themes/thewidgetfactory/Makefile	Mon Oct 29 06:02:47 2012	(r306591)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	The Widget Factory
-# Date created:				12 October 2006
-# Whom:					Jeremy Messenger <mezz at FreeBSD.org>
-#
+# Created by: Jeremy Messenger <mezz at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	thewidgetfactory
 PORTVERSION=	0.2.1
@@ -12,7 +8,7 @@ CATEGORIES=	x11-themes
 MASTER_SITES=	http://www.stellingwerff.com/TheWidgetFactory/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tool for previewing GTK+ widgets and testing new themes
+COMMENT=	Tool for previewing GTK+ widgets and testing new themes
 
 LICENSE=	GPLv2
 
@@ -22,4 +18,9 @@ USE_PKGCONFIG=	build
 
 PLIST_FILES=	bin/twf
 
+post-patch:
+# Fix console warnings of "GtkSpinButton: setting an adjustment with non-zero
+# page size is deprecated"
+	@${REINPLACE_CMD} -e 's/10, 10/10, 0/' ${WRKSRC}/src/interface.c
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list