Date: Thu, 14 Apr 2011 20:24:19 GMT From: Benedict Reuschling <bcr@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/156407: Update games/greed to version 3.7 Message-ID: <201104142024.p3EKOJBM064006@red.freebsd.org> Resent-Message-ID: <201104142030.p3EKU9HF071064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 156407 >Category: ports >Synopsis: Update games/greed to version 3.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Apr 14 20:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Benedict Reuschling >Release: 8.2-STABLE >Organization: >Environment: >Description: I've updated the port games/greed to version 3.7, see attached shar-file. It's my first port (update), so let me know if anything is missing. I've checked it with portlint and it found no errors. >How-To-Repeat: Compare versions of games/greed with the latest version on its homepage (or use portscout). >Fix: See attached shar-file. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # greed # greed/Makefile # greed/distinfo # greed/pkg-descr # greed/files # echo c - greed mkdir -p greed > /dev/null 2>&1 echo x - greed/Makefile sed 's/^X//' >greed/Makefile << '92e1b7b822d51824d492acd08c1c08da' X# New ports collection makefile for: greed X# Date created: Apr 2, 2001 X# Whom: Mark Pulford <mark@kyne.com.au> X# X# $FreeBSD: ports/games/greed/Makefile,v 1.9 2007/08/03 06:42:12 sat Exp $ X# X XPORTNAME= greed XPORTVERSION= 3.7 XCATEGORIES= games XMASTER_SITES= http://catb.org/~esr/greed/ CENKES XPKGNAMESUFFIX= -game X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A text puzzle game with the aim of clearing the game field X XMAN6= greed.6 XPLIST_FILES= bin/greed XSCOREFILE?= /var/games/greed.hs XCFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\" XLDFLAGS= -lcurses X Xdo-build: X @cd ${WRKSRC}&&${CC} ${CFLAGS} -o greed greed.c ${LDFLAGS} X Xdo-install: X ${INSTALL_PROGRAM} -m 2555 -o root -g games ${WRKSRC}/greed ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/greed.6 ${MAN6PREFIX}/man/man6/ X @a=${SCOREFILE};[ -f $$a ]||:>$$a&&${CHOWN} root:games $$a&&${CHMOD} 664 $$a X @${ECHO_CMD} '@exec a=${SCOREFILE};[ -f $$a ]||:>$$a&&\ X ${CHOWN} root:games $$a&&${CHMOD} 664 $$a' >> ${TMPPLIST} X @${ECHO_CMD} '@unexec a=${SCOREFILE};[ -s $$a ]||${RM} -f $$a' >> ${TMPPLIST} X X.include <bsd.port.mk> 92e1b7b822d51824d492acd08c1c08da echo x - greed/distinfo sed 's/^X//' >greed/distinfo << '1d49d0898931c544ad85100e64a3459d' XSHA256 (greed-3.7.tar.gz) = 9d07a790a7f03e81be0154dfbce6bd8b8ecd187b30e167d560ae0fa1e4c7d9ed XSIZE (greed-3.7.tar.gz) = 11742 1d49d0898931c544ad85100e64a3459d echo x - greed/pkg-descr sed 's/^X//' >greed/pkg-descr << 'b43f3cb558fea2dda7490b316aadc2ce' XGreed is a unique text puzzle game where the object is to move around Xthe game field clearing the most numbers. X XWWW: http://catb.org/~esr/greed/ b43f3cb558fea2dda7490b316aadc2ce echo c - greed/files mkdir -p greed/files > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104142024.p3EKOJBM064006>