ports/56272: Update games/bsdtris port

Yonatan at xpert.com Yonatan at xpert.com
Mon Sep 1 13:00:36 UTC 2003


>Number:         56272
>Category:       ports
>Synopsis:       Update games/bsdtris port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 01 06:00:30 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Yonatan at xpert.com
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD Temujin 4.8-RC FreeBSD 4.8-RC #1: Sat Apr 12 03:02:22 GMT 2003 root at Temujin:/usr/obj/usr/src/sys/TEMUJIN-G i386
>Description:
	This update consists mainly of removing strdup/sprintf/strcpy and
license change.
	Commiter, please grab the tarball here:
http://j.xpert.com/FreeBSD/bsdtris-01092003.tar.gz
	Please put it up somewhere stable. Don't fix the MASTERSITE to point
to this address. The last commiter to handle this was edwin, and it's his address that's listed in the Makefile.
	Tarball name changed from tetris- to bsdtris, and changes to the
tarball making script included.
	There were reports about failure to run in several environments. I
could not reproduce those, but I intend to see if they are magically fixed by
this update.
>How-To-Repeat:
	N/A
>Fix:

--- bsdtris.update begins here ---
diff -urN bsdtris.orig/Makefile bsdtris/Makefile
--- bsdtris.orig/Makefile	Wed Apr  2 13:02:40 2003
+++ bsdtris/Makefile	Mon Sep  1 15:32:59 2003
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	bsdtris
-PORTVERSION=	1
+PORTVERSION=	1.1
 CATEGORIES=	games
 MASTER_SITES=	http://www.mavetju.org/download/adopted/
-DISTNAME=	${PORTNAME}-01042003
+DISTNAME=	${PORTNAME}-01092003
 
 MAINTAINER=	yonatan at xpert.com
 COMMENT=	BSD version of Text-based tetris game
diff -urN bsdtris.orig/distinfo bsdtris/distinfo
--- bsdtris.orig/distinfo	Wed Apr  2 13:02:40 2003
+++ bsdtris/distinfo	Mon Sep  1 15:33:09 2003
@@ -1 +1 @@
-MD5 (bsdtris-01042003.tar.gz) = 48447120fc2b371b91184fe1cc61dd47
+MD5 (bsdtris-01092003.tar.gz) = 9881e57405dd069df26582a5caacb241
diff -urN bsdtris.orig/files/mkbsdtristarball bsdtris/files/mkbsdtristarball
--- bsdtris.orig/files/mkbsdtristarball	Thu Jan  1 00:00:00 1970
+++ bsdtris/files/mkbsdtristarball	Mon Sep  1 15:29:07 2003
@@ -0,0 +1,11 @@
+#!/bin/sh
+touch test || exit 1			# i need write perms
+rm test || exit 1			# if this fails - you'r in limbo
+echo enter "anoncvs"
+cvs -d :pserver:anoncvs at anoncvs1.usa.openbsd.org:/cvs login || exit 1			# please login again
+cvs -d :pserver:anoncvs at anoncvs1.usa.openbsd.org:/cvs get src/games/tetris || exit 1	# it's important this succeeds
+cvs -d :pserver:anoncvs at anoncvs1.usa.openbsd.org:/cvs logout				# don't care if this fails
+rm -rf ./src/games/tetris/CVS/ || exit 1
+rm -rf ./src/games/tetris/Makefile || exit 1
+tar -czpf bsdtris-`date "+%d%m%Y"`.tar.gz  -C ./src/games/tetris/ . || exit 1 
+rm -rf ./src
diff -urN bsdtris.orig/files/mktetristarball bsdtris/files/mktetristarball
--- bsdtris.orig/files/mktetristarball	Wed Apr  2 13:02:40 2003
+++ bsdtris/files/mktetristarball	Thu Jan  1 00:00:00 1970
@@ -1,12 +0,0 @@
-#!/bin/sh
-touch test || exit 1			# i need write perms
-rm test || exit 1			# if this fails - you'r in limbo
-export CVSROOT=:pserver:anoncvs at anoncvs1.usa.openbsd.org:/cvs
-echo enter "anoncvs"
-cvs login || exit 1			# please login again
-cvs get src/games/tetris || exit 1	# it's important this succeeds
-cvs logout				# don't care if this fails
-rm -rf ./src/games/tetris/CVS/ || exit 1
-rm -rf ./src/games/tetris/Makefile || exit 1
-tar -czpf tetris-`date "+%d%m%Y"`.tar.gz  -C ./src/games/tetris/ . || exit 1 
-rm -rf ./src
--- bsdtris.update ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list