aboutsummaryrefslogtreecommitdiff
path: root/games/greed
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2017-07-28 13:31:49 +0000
committerFrederic Culot <culot@FreeBSD.org>2017-07-28 13:31:49 +0000
commit93a78e90c217730e34ee0eb115fa55ec4f1f2c33 (patch)
treed19ecfa3903ce384bad5f80784674654b0cfce2a /games/greed
parent609705dfd9617cee4f62b2cc258d86b0fb7860ef (diff)
downloadports-93a78e90c217730e34ee0eb115fa55ec4f1f2c33.tar.gz
ports-93a78e90c217730e34ee0eb115fa55ec4f1f2c33.zip
- Update to 4.2
Notes
Notes: svn path=/head/; revision=446832
Diffstat (limited to 'games/greed')
-rw-r--r--games/greed/Makefile4
-rw-r--r--games/greed/distinfo5
-rw-r--r--games/greed/files/patch-greed.c10
3 files changed, 5 insertions, 14 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile
index 68305fd1cd89..f0710b4efb9d 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -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
diff --git a/games/greed/distinfo b/games/greed/distinfo
index 394fc559e1b8..1e065fa47d75 100644
--- a/games/greed/distinfo
+++ b/games/greed/distinfo
@@ -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
diff --git a/games/greed/files/patch-greed.c b/games/greed/files/patch-greed.c
deleted file mode 100644
index ec1ca8ff215f..000000000000
--- a/games/greed/files/patch-greed.c
+++ /dev/null
@@ -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;