Index: head/games/hitori/Makefile =================================================================== --- head/games/hitori/Makefile (revision 334273) +++ head/games/hitori/Makefile (revision 334274) @@ -1,54 +1,52 @@ # Created by: nemysis # $FreeBSD$ PORTNAME= hitori -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= games MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= nemysis@FreeBSD.org COMMENT= Logic game similar to Sudoku LICENSE= GPLv3 CCbyNCSA3 LICENSE_COMB= dual LICENSE_NAME_CCbyNCSA3= Attribution-NonCommercial-ShareAlike 3.0 Unported 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 PORTDOCS= AUTHORS ChangeLog MAINTAINERS NEWS README OPTIONS_DEFINE= DOCS NLS 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 Index: head/games/hitori/distinfo =================================================================== --- head/games/hitori/distinfo (revision 334273) +++ head/games/hitori/distinfo (revision 334274) @@ -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 Index: head/games/hitori/files/patch-src-interface.c =================================================================== --- head/games/hitori/files/patch-src-interface.c (revision 334273) +++ head/games/hitori/files/patch-src-interface.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/interface.c.orig 2012-09-29 03:47:48.000000000 +0200 -+++ src/interface.c 2012-11-02 15:11:34.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 Property changes on: head/games/hitori/files/patch-src-interface.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/hitori/files/patch-src__interface.c =================================================================== --- head/games/hitori/files/patch-src__interface.c (nonexistent) +++ head/games/hitori/files/patch-src__interface.c (revision 334274) @@ -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 Property changes on: head/games/hitori/files/patch-src__interface.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property