aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2024-05-06 13:54:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2024-05-15 19:23:04 +0000
commit0900d2cf56e6b6e38c927c5c6552d53f9b946d5f (patch)
tree7fa437f5eafcc73d3c430e248ea48531281c6c35 /games
parent4e2fc11b003d2c80e812943a6491382b956d63a0 (diff)
downloadports-0900d2cf56e6b6e38c927c5c6552d53f9b946d5f.tar.gz
ports-0900d2cf56e6b6e38c927c5c6552d53f9b946d5f.zip
games/lbreakouthd: update 1.1.7 → 1.1.8
Diffstat (limited to 'games')
-rw-r--r--games/lbreakouthd/Makefile2
-rw-r--r--games/lbreakouthd/distinfo6
-rw-r--r--games/lbreakouthd/files/patch-Makefile.am18
3 files changed, 22 insertions, 4 deletions
diff --git a/games/lbreakouthd/Makefile b/games/lbreakouthd/Makefile
index bb55b1748e26..bb0a39013cac 100644
--- a/games/lbreakouthd/Makefile
+++ b/games/lbreakouthd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lbreakouthd
-PORTVERSION= 1.1.7
+PORTVERSION= 1.1.8
CATEGORIES= games
MASTER_SITES= SF/lgames/${PORTNAME}/
diff --git a/games/lbreakouthd/distinfo b/games/lbreakouthd/distinfo
index f95ee97956b1..10d28598bdc4 100644
--- a/games/lbreakouthd/distinfo
+++ b/games/lbreakouthd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712669547
-SHA256 (lbreakouthd-1.1.7.tar.gz) = 8af813f3260414ae24109922963dcd3f838eda6064936671e88f8495d7b44e41
-SIZE (lbreakouthd-1.1.7.tar.gz) = 4159254
+TIMESTAMP = 1715001170
+SHA256 (lbreakouthd-1.1.8.tar.gz) = dd667beca543362b5d21c5cf15fd02317b630ef1178bdd49afb9a9795d3d5ade
+SIZE (lbreakouthd-1.1.8.tar.gz) = 4169496
diff --git a/games/lbreakouthd/files/patch-Makefile.am b/games/lbreakouthd/files/patch-Makefile.am
new file mode 100644
index 000000000000..865ed94680f8
--- /dev/null
+++ b/games/lbreakouthd/files/patch-Makefile.am
@@ -0,0 +1,18 @@
+This patch comes from upstream
+
+--- Makefile.am.orig 2024-04-28 07:33:53 UTC
++++ Makefile.am
+@@ -5,9 +5,11 @@ install-data-local:
+ lbreakouthd.desktop lbreakouthd256.png lbreakouthd48.png
+
+ install-data-local:
+- $(mkinstalldirs) $(DESTDIR)$(datadir)/icons
++ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps
++ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/applications
+- $(INSTALL_DATA) lbreakouthd256.png $(DESTDIR)$(datadir)/icons/lbreakouthd.png
++ $(INSTALL_DATA) lbreakouthd256.png $(DESTDIR)$(datadir)/icons/hicolor/256x256/apps/lbreakouthd.png
++ $(INSTALL_DATA) lbreakouthd48.png $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/lbreakouthd.png
+ $(INSTALL_DATA) lbreakouthd.desktop $(DESTDIR)$(datadir)/applications
+
+