Skip to content

Commit

Permalink
games/greed: Update to 4.3
Browse files Browse the repository at this point in the history
- Switch to DISTVERSION
- Define LICENSE_FILE
- Take maintainership

ChangeLog: https://gitlab.com/esr/greed/-/blob/master/NEWS.adoc
  • Loading branch information
nunotexbsd committed Feb 7, 2024
1 parent f0dbfc2 commit a4a12bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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}

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit a4a12bb

Please sign in to comment.