From owner-svn-ports-all@FreeBSD.ORG Mon Nov 18 23:26:10 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B924ACA; Mon, 18 Nov 2013 23:26:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC4A2223; Mon, 18 Nov 2013 23:26:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAINQAxv012600; Mon, 18 Nov 2013 23:26:10 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAINQ9Fx012594; Mon, 18 Nov 2013 23:26:09 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311182326.rAINQ9Fx012594@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 18 Nov 2013 23:26:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334274 - in head/games/hitori: . files 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.16 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, 18 Nov 2013 23:26:10 -0000 Author: nemysis Date: Mon Nov 18 23:26:09 2013 New Revision: 334274 URL: http://svnweb.freebsd.org/changeset/ports/334274 Log: - Update to 0.4.2 - Add dependency for textproc/p5-XML-Parser - USE_GNOME cairo instead of graphics/cairo - Support STAGEDIR - Use patch-src__interface.c instead of patch-src-interface.c Approved by: pawel / wg (mentors, implicit Added: head/games/hitori/files/patch-src__interface.c (contents, props changed) Deleted: head/games/hitori/files/patch-src-interface.c Modified: head/games/hitori/Makefile head/games/hitori/distinfo Modified: head/games/hitori/Makefile ============================================================================== --- head/games/hitori/Makefile Mon Nov 18 23:06:27 2013 (r334273) +++ head/games/hitori/Makefile Mon Nov 18 23:26:09 2013 (r334274) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hitori -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= games MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,13 +16,13 @@ LICENSE_NAME_CCbyNCSA3= Attribution-NonC LICENSE_FILE_CCbyNCSA3= ${WRKSRC}/COPYING-DOCS LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept -BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils \ +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + xml2po:${PORTSDIR}/textproc/gnome-doc-utils \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo USE_XZ= yes USES= gmake pkgconfig desktop-file-utils -USE_GNOME= glib20 gtk30 +USE_GNOME= cairo glib20 gtk30 GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -34,21 +34,19 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext -NO_STAGE= yes .include post-patch: .if ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \ + @${REINPLACE_CMD} -e 's|$$(DATADIRNAME)/locale|share/locale|' \ ${WRKSRC}/po/Makefile.in.in .endif post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/hitori/distinfo ============================================================================== --- head/games/hitori/distinfo Mon Nov 18 23:06:27 2013 (r334273) +++ head/games/hitori/distinfo Mon Nov 18 23:26:09 2013 (r334274) @@ -1,2 +1,2 @@ -SHA256 (gnome2/hitori-0.4.1.tar.xz) = 7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af -SIZE (gnome2/hitori-0.4.1.tar.xz) = 456752 +SHA256 (gnome2/hitori-0.4.2.tar.xz) = 0df62df7f41ca1648d6a53362aa3c00d90406e39f5d063f9b9d51dbc465c77eb +SIZE (gnome2/hitori-0.4.2.tar.xz) = 461932 Added: head/games/hitori/files/patch-src__interface.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/hitori/files/patch-src__interface.c Mon Nov 18 23:26:09 2013 (r334274) @@ -0,0 +1,10 @@ +--- ./src/interface.c.orig 2013-10-10 10:27:44.000000000 +0200 ++++ ./src/interface.c 2013-11-12 19:36:25.000000000 +0100 +@@ -26,6 +26,7 @@ + #include "main.h" + #include "interface.h" + #include "rules.h" ++#include + + #define NORMAL_FONT_SCALE 0.9 + #define PAINTED_FONT_SCALE 0.6