Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 06:02:48 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306591 - head/x11-themes/thewidgetfactory
Message-ID:  <201210290602.q9T62mJN091772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Jeremy Messenger <mezz@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@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>



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