1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- Update to 1.2.1

- Fix build with clang, While I'am here ;)

Submitted by:	maintainer (via irc)
This commit is contained in:
Dennis Herrmann 2011-08-26 12:04:17 +00:00
parent 4eb8a4d319
commit 16ed5f1b2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280515
3 changed files with 14 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= nsnake
PORTVERSION= 1.1
PORTVERSION= 1.2.1
CATEGORIES= games
MASTER_SITES= http://softs.malikania.fr/releases/
EXTRACT_SUFX= .tgz
@ -17,6 +17,7 @@ COMMENT= A snake game written in C and ncurses
MAN6= nsnake.6
PLIST_FILES= bin/nsnake
PORTDOCS= LICENSE CHANGELOG
USE_NCURSES= yes
post-install:
.if !defined(NOPORTDOCS)

View File

@ -1,2 +1,2 @@
SHA256 (nsnake-1.1.tgz) = d975478ae22115c80d6cc32db5e0c123fd0db8b11113d8939e34e27b0d4658e0
SIZE (nsnake-1.1.tgz) = 6269
SHA256 (nsnake-1.2.1.tgz) = 7d75d16f071dcdf5dadb959f04a83c4df52c6879604ba9fb1ff354069d84b1d2
SIZE (nsnake-1.2.1.tgz) = 6207

View File

@ -1,6 +1,13 @@
--- Makefile.orig 2011-03-08 18:04:22.000000000 +0100
+++ Makefile 2011-03-08 18:04:41.000000000 +0100
@@ -27,7 +27,7 @@
--- ./Makefile.orig 2011-08-26 11:17:35.000000000 +0200
+++ ./Makefile 2011-08-26 13:53:40.000000000 +0200
@@ -21,13 +21,13 @@
USER= games
GROUP= games
-CC= gcc
+CC?= gcc
CFLAGS= -Wall
LDFLAGS= -lcurses
INSTALL= install
PREFIX= /usr/local
VARBASE= /var