mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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
This commit is contained in:
parent
0294efc542
commit
df6fbfe7bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306591
@ -1,9 +1,5 @@
|
|||||||
# New ports collection makefile for: The Widget Factory
|
# Created by: Jeremy Messenger <mezz@FreeBSD.org>
|
||||||
# Date created: 12 October 2006
|
|
||||||
# Whom: Jeremy Messenger <mezz@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= thewidgetfactory
|
PORTNAME= thewidgetfactory
|
||||||
PORTVERSION= 0.2.1
|
PORTVERSION= 0.2.1
|
||||||
@ -12,7 +8,7 @@ CATEGORIES= x11-themes
|
|||||||
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
|
MASTER_SITES= http://www.stellingwerff.com/TheWidgetFactory/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
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
|
LICENSE= GPLv2
|
||||||
|
|
||||||
@ -22,4 +18,9 @@ USE_PKGCONFIG= build
|
|||||||
|
|
||||||
PLIST_FILES= bin/twf
|
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>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user