git: fa8c724be940 - main - games/sgt-puzzles: update to 20210420

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 23 09:19:55 UTC 2021


The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fa8c724be940fe7b6a689b19ff760db915350773

commit fa8c724be940fe7b6a689b19ff760db915350773
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-22 17:03:58 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-23 09:18:24 +0000

    games/sgt-puzzles: update to 20210420
    
    - shebangfix is no longer needed as upstream now detects perl excutable
      instead of using hardcoded path
---
 games/sgt-puzzles/Makefile | 7 +++----
 games/sgt-puzzles/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile
index 888d79f24a74..58a3235e2c05 100644
--- a/games/sgt-puzzles/Makefile
+++ b/games/sgt-puzzles/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	puzzles
-PORTVERSION=	20210409
+PORTVERSION=	20210420
 CATEGORIES=	games
 MASTER_SITES=	https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ \
 		https://mirror.amdmi3.ru/distfiles/
@@ -12,13 +12,12 @@ COMMENT=	Simon Tatham's Portable Puzzle Collection
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-COMMITHASH=	69b5e75
+COMMITHASH=	3cf0a3b
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick6-nox11
 
-USES=		cmake gnome perl5 pkgconfig shebangfix
+USES=		cmake gnome perl5 pkgconfig
 USE_PERL5=	build
-SHEBANG_FILES=	icons/square.pl icons/cicon.pl
 CMAKE_ARGS=	-DNAME_PREFIX:STRING=sgt-
 
 OPTIONS_SINGLE=	GTK
diff --git a/games/sgt-puzzles/distinfo b/games/sgt-puzzles/distinfo
index f8671aaaf594..5814da55e0e3 100644
--- a/games/sgt-puzzles/distinfo
+++ b/games/sgt-puzzles/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618146438
-SHA256 (puzzles-20210409.69b5e75.tar.gz) = 6efc4939f8731d0613e47f9efdb01f0481d0a0c29c85435f59d78eae0fc444d1
-SIZE (puzzles-20210409.69b5e75.tar.gz) = 1669990
+TIMESTAMP = 1619110782
+SHA256 (puzzles-20210420.3cf0a3b.tar.gz) = 461ff64b1ed911f5a96c8db9cb36e568782eb715a3ef6ca7057fb31e0b96cbab
+SIZE (puzzles-20210420.3cf0a3b.tar.gz) = 1670391


More information about the dev-commits-ports-main mailing list