mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= greed
|
PORTNAME= greed
|
||||||
PORTVERSION= 4.1
|
PORTVERSION= 4.2
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://catb.org/~esr/greed/
|
MASTER_SITES= http://catb.org/~esr/greed/
|
||||||
PKGNAMESUFFIX= -game
|
PKGNAMESUFFIX= -game
|
||||||
|
@ -10,7 +10,7 @@ PKGNAMESUFFIX= -game
|
||||||
MAINTAINER= culot@FreeBSD.org
|
MAINTAINER= culot@FreeBSD.org
|
||||||
COMMENT= Text puzzle game with the aim of clearing the game field
|
COMMENT= Text puzzle game with the aim of clearing the game field
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= ncurses
|
USES= ncurses
|
||||||
SCOREFILE?= /var/games/greed.hs
|
SCOREFILE?= /var/games/greed.hs
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (greed-4.1.tar.gz) = 2356151b2f95badcb8ad413ca88ee7022a46b11b2edab5b096de6d033778b1ea
|
TIMESTAMP = 1501248009
|
||||||
SIZE (greed-4.1.tar.gz) = 15086
|
SHA256 (greed-4.2.tar.gz) = 702bc0314ddedb2ba17d4b55d873384a1606886e8d69f35ce67f6e3024a8d3fd
|
||||||
|
SIZE (greed-4.2.tar.gz) = 15373
|
||||||
|
|
|
@ -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;
|
|
Loading…
Add table
Reference in a new issue