Date: Wed, 7 Feb 2024 09:27:30 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4a12bbbbe7b - main - games/greed: Update to 4.3 Message-ID: <202402070927.4179RUgh081143@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4a12bbbbe7bfab55914c3bf790a6391b7bf2f6e commit a4a12bbbbe7bfab55914c3bf790a6391b7bf2f6e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-02-07 09:17:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-02-07 09:27:16 +0000 games/greed: Update to 4.3 - Switch to DISTVERSION - Define LICENSE_FILE - Take maintainership ChangeLog: https://gitlab.com/esr/greed/-/blob/master/NEWS.adoc --- games/greed/Makefile | 8 ++++---- games/greed/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/games/greed/Makefile b/games/greed/Makefile index 98ab76f9168f..f7c5b5aedf93 100644 --- a/games/greed/Makefile +++ b/games/greed/Makefile @@ -1,19 +1,19 @@ PORTNAME= greed -PORTVERSION= 4.2 -PORTREVISION= 1 +DISTVERSION= 4.3 CATEGORIES= games MASTER_SITES= http://catb.org/~esr/greed/ PKGNAMESUFFIX= -game -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Text puzzle game with the aim of clearing the game field WWW= http://catb.org/~esr/greed/ LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses SCOREFILE?= /var/games/greed.hs -CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\" +CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${DISTVERSION}\" LDFLAGS+= -lncurses PLIST_SUB+= SCOREFILE=${SCOREFILE} diff --git a/games/greed/distinfo b/games/greed/distinfo index 1e065fa47d75..607bdbd1a3e6 100644 --- a/games/greed/distinfo +++ b/games/greed/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501248009 -SHA256 (greed-4.2.tar.gz) = 702bc0314ddedb2ba17d4b55d873384a1606886e8d69f35ce67f6e3024a8d3fd -SIZE (greed-4.2.tar.gz) = 15373 +TIMESTAMP = 1707295885 +SHA256 (greed-4.3.tar.gz) = 60433afaef3eb8e20e4aa33d4b5538f6ea661b1880c98cd9d7c6df86c91d4baa +SIZE (greed-4.3.tar.gz) = 15161
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402070927.4179RUgh081143>