- Update to 4.2

Changes:	http://www.catb.org/~esr/greed/NEWS
This commit is contained in:
Frederic Culot 2017-07-28 13:31:49 +00:00
parent 609705dfd9
commit 93a78e90c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446832
3 changed files with 5 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= greed
PORTVERSION= 4.1
PORTVERSION= 4.2
CATEGORIES= games
MASTER_SITES= http://catb.org/~esr/greed/
PKGNAMESUFFIX= -game
@ -10,7 +10,7 @@ PKGNAMESUFFIX= -game
MAINTAINER= culot@FreeBSD.org
COMMENT= Text puzzle game with the aim of clearing the game field
LICENSE= BSD3CLAUSE
LICENSE= BSD2CLAUSE
USES= ncurses
SCOREFILE?= /var/games/greed.hs

View File

@ -1,2 +1,3 @@
SHA256 (greed-4.1.tar.gz) = 2356151b2f95badcb8ad413ca88ee7022a46b11b2edab5b096de6d033778b1ea
SIZE (greed-4.1.tar.gz) = 15086
TIMESTAMP = 1501248009
SHA256 (greed-4.2.tar.gz) = 702bc0314ddedb2ba17d4b55d873384a1606886e8d69f35ce67f6e3024a8d3fd
SIZE (greed-4.2.tar.gz) = 15373

View File

@ -1,10 +0,0 @@
--- greed.c.orig 2015-06-18 05:00:09 UTC
+++ greed.c
@@ -176,7 +176,6 @@ void showmoves(bool, int*);
main(int argc, char **argv)
{
int val = 1;
- extern long time();
int attribs[9];
#ifdef A_COLOR
char *colors;