From owner-svn-ports-all@FreeBSD.ORG Mon Oct 29 06:02:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BEEE2C6; Mon, 29 Oct 2012 06:02:48 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 819618FC0A; Mon, 29 Oct 2012 06:02:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9T62mOx091774; Mon, 29 Oct 2012 06:02:48 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9T62mJN091772; Mon, 29 Oct 2012 06:02:48 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201210290602.q9T62mJN091772@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 29 Oct 2012 06:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306591 - head/x11-themes/thewidgetfactory X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 06:02:48 -0000 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 -# +# Created by: Jeremy Messenger # $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