Index: head/games/jumpnbump/Makefile =================================================================== --- head/games/jumpnbump/Makefile (revision 518110) +++ head/games/jumpnbump/Makefile (revision 518111) @@ -1,41 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= jumpnbump -PORTVERSION= 1.60 +PORTVERSION= 1.61 CATEGORIES= games MASTER_SITES= https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/ MAINTAINER= amdmi3@FreeBSD.org -COMMENT= Play cute bunnies jumping on each other's heads +COMMENT= Play cute bunnies jumping on each other's heads #' LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake sdl shebangfix tar:bzip2 +USES= gettext-tools gmake sdl shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/menu/jumpnbump_menu.py.pre USE_SDL= sdl2 mixer2 net2 +ALL_TARGET= all +INSTALL_TARGET= install -WRKSRC= ${WRKDIR}/${DISTNAME}-3b37e6f8951419bfce4601cda0ed500622d5bedf +WRKSRC= ${WRKDIR}/${DISTNAME}-7a0a7ab7491680338bb13058adafdfaac03a1f6d PORTDOCS= AUTHORS ChangeLog README.md OPTIONS_DEFINE= LAUNCHER DOCS NLS OPTIONS_DEFAULT=LAUNCHER OPTIONS_SUB= yes LAUNCHER_DESC= Install pygtk launcher LAUNCHER_USES= python:2.7,run -LAUNCHER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} +LAUNCHER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} +LAUNCHER_ALL_TARGET= jnbmenu +LAUNCHER_INSTALL_TARGET=jnbmenuinstall post-install: .for f in jnbpack gobpack jnbunpack jumpnbump @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/jumpnbump/distinfo =================================================================== --- head/games/jumpnbump/distinfo (revision 518110) +++ head/games/jumpnbump/distinfo (revision 518111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513863624 -SHA256 (jumpnbump-1.60.tar.bz2) = b156d1ecd35fd02281f55787ebf1c33e74adcaea2773a3450bf2554120774a2c -SIZE (jumpnbump-1.60.tar.bz2) = 377991 +TIMESTAMP = 1574265214 +SHA256 (jumpnbump-1.61.tar.bz2) = b6da729d4a7bdea81210b69cbf4d1f472b3aadf879d3e7b794b0fd70e5f291db +SIZE (jumpnbump-1.61.tar.bz2) = 377685 Index: head/games/jumpnbump/files/patch-Makefile =================================================================== --- head/games/jumpnbump/files/patch-Makefile (nonexistent) +++ head/games/jumpnbump/files/patch-Makefile (revision 518111) @@ -0,0 +1,12 @@ +--- Makefile.orig 2019-09-02 11:30:08 UTC ++++ Makefile +@@ -75,7 +75,8 @@ install: + $(DESTDIR)$(DATADIR)/icons/jumpnbump.png + install -m 644 dist/jumpnbump.6 $(DESTDIR)$(DATADIR)/man/man6/ + +-# $(MAKE) -C menu install ++jnbmenuinstall: ++ $(MAKE) -C menu install + + uninstall: + for bin in $(BINARIES); do $(RM) $(DESTDIR)$(BINDIR)/$$bin; done Property changes on: head/games/jumpnbump/files/patch-Makefile ___________________________________________________________________ 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 Index: head/games/jumpnbump/files/patch-menu_Makefile =================================================================== --- head/games/jumpnbump/files/patch-menu_Makefile (revision 518110) +++ head/games/jumpnbump/files/patch-menu_Makefile (revision 518111) @@ -1,15 +1,17 @@ ---- menu/Makefile.orig 2017-05-24 18:01:25 UTC +--- menu/Makefile.orig 2019-09-02 11:30:08 UTC +++ menu/Makefile -@@ -20,8 +20,10 @@ clean: +@@ -20,9 +20,11 @@ clean: $(MAKE) -C po clean install: - install -D -m 644 jumpnbump_menu.glade $(DESTDIR)$(GAMEDATADIR)/jumpnbump/jumpnbump_menu.glade - install -D -m 755 jumpnbump_menu.py $(DESTDIR)$(BINDIR)/jumpnbump-menu +- install -D -m 644 ../dist/jumpnbump-menu.desktop $(DESTDIR)$(DATADIR)/applications/jumpnbump-menu.desktop + install -d $(DESTDIR)$(GAMEDATADIR)/jumpnbump/ + install -m 644 jumpnbump_menu.glade $(DESTDIR)$(GAMEDATADIR)/jumpnbump/jumpnbump_menu.glade + install -d $(DESTDIR)$(BINDIR) + install -m 755 jumpnbump_menu.py $(DESTDIR)$(BINDIR)/jumpnbump-menu ++ install -m 644 ../dist/jumpnbump-menu.desktop $(DESTDIR)$(DATADIR)/applications/jumpnbump-menu.desktop $(MAKE) -C po install Index: head/games/jumpnbump/pkg-plist =================================================================== --- head/games/jumpnbump/pkg-plist (revision 518110) +++ head/games/jumpnbump/pkg-plist (revision 518111) @@ -1,13 +1,13 @@ bin/gobpack bin/jnbpack bin/jnbunpack bin/jumpnbump %%LAUNCHER%%bin/jumpnbump-menu -share/appdata/jumpnbump.appdata.xml %%LAUNCHER%%share/applications/jumpnbump-menu.desktop share/applications/jumpnbump.desktop share/icons/jumpnbump.png %%DATADIR%%/jumpbump.dat %%LAUNCHER%%%%DATADIR%%/jumpnbump_menu.glade %%NLS%%share/locale/fr/LC_MESSAGES/jumpnbump-menu.mo share/man/man6/jumpnbump.6 +share/metainfo/jumpnbump.appdata.xml