Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2003 22:11:18 +0200 (CEST)
From:      Jan Stocker <Jan.Stocker@t-online.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53795: MAINTAINER-UPDATE: games/zoom 1.0.1a
Message-ID:  <200306262011.h5QKBIUW020227@Twoflower.liebende.de>
Resent-Message-ID: <200306262020.h5QKK11M050120@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53795
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: games/zoom 1.0.1a
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 26 13:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jan Stocker
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD Twoflower 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Jun 26 17:40:53 CEST 2003 root@:/usr/obj/usr/src/sys/Twoflower50 i386

>Description:
Update to 1.0.1a

>How-To-Repeat:
>Fix:

diff -urN games/zoom.orig/Makefile games/zoom/Makefile
--- games/zoom.orig/Makefile	Sat Jun 21 12:08:42 2003
+++ games/zoom/Makefile	Thu Jun 26 21:40:10 2003
@@ -6,10 +6,11 @@
 #
 
 PORTNAME=	zoom
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.1a
 CATEGORIES=	games
 MASTER_SITES=	http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
-DISTNAME=	${PORTNAME}-${PORTVERSION}
+DISTFILES=	${DISTFILE_SRC} ${DISTFILE_PATCH}
+EXTRACT_ONLY=	${DISTFILE_SRC}
 
 MAINTAINER=	Jan.Stocker@t-online.de
 COMMENT=	Z-Interpreter for X with full V6 support
@@ -18,14 +19,23 @@
 
 NOT_FOR_ARCHS=	sparc64
 
+USE_PERL5=	yes
+USE_XLIB=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 
+DISTFILE_SRC=	${PORTNAME}-1.0.1.tar.gz
+DISTFILE_PATCH=	zoom-1.0.1-1.0.1a.patch
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 MAKE_ENV=	${CONFIGURE_ENV}
+
+post-extract:
+	${MV} ${WRKDIR}/${PORTNAME}-1.0.1 ${WRKSRC}
+	@cd ${WRKDIR} && \
+		${PATCH} < ${DISTDIR}/${DISTFILE_PATCH}
 
 .include <bsd.port.mk>
diff -urN games/zoom.orig/distinfo games/zoom/distinfo
--- games/zoom.orig/distinfo	Mon May  5 09:25:24 2003
+++ games/zoom/distinfo	Thu Jun 26 21:06:49 2003
@@ -1 +1,2 @@
 MD5 (zoom-1.0.1.tar.gz) = 94c1a4a485d27391f04a1a608dbaceee
+MD5 (zoom-1.0.1-1.0.1a.patch) = 937e2d978c1c6b16464e243373fe5c7e



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306262011.h5QKBIUW020227>