Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 16:22:30 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326523 - head/games/zoom
Message-ID:  <201309061622.r86GMUfb010469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Sep  6 16:22:29 2013
New Revision: 326523
URL: http://svnweb.freebsd.org/changeset/ports/326523

Log:
  - Trim Makefile header down to two lines
  - Remove defunct mirror from MASTER_SITES
  - Use modern LIB_DEPENDS syntax
  - Convert USE_GMAKE and USE_PERL5 to USES
  - Kill EOL space, fix formatting in pkg-descr

Modified:
  head/games/zoom/Makefile
  head/games/zoom/pkg-descr

Modified: head/games/zoom/Makefile
==============================================================================
--- head/games/zoom/Makefile	Fri Sep  6 16:11:30 2013	(r326522)
+++ head/games/zoom/Makefile	Fri Sep  6 16:22:29 2013	(r326523)
@@ -1,28 +1,23 @@
-# New ports collection makefile for:	zoom
-# Date created:				May 07 2003
-# Whom:					Jan Stocker <Jan.Stocker@t-online.de>
-#
+# Created by: Jan Stocker <Jan.Stocker@t-online.de>
 # $FreeBSD$
-#
 
 PORTNAME=	zoom
 PORTVERSION=	1.1.5
 PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	http://www.logicalshift.co.uk/unix/zoom/ \
-		http://mirror.4bit.ws/
+MASTER_SITES=	http://www.logicalshift.co.uk/unix/zoom/
 
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Z-Interpreter for X with full V6 support
 
-LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib \
-		png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libt1.so:${PORTSDIR}/devel/t1lib \
+		libpng15.so:${PORTSDIR}/graphics/png
 
+USES=		gmake perl5
+GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
-USE_PERL5=	yes
 USE_XORG=	xft
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 

Modified: head/games/zoom/pkg-descr
==============================================================================
--- head/games/zoom/pkg-descr	Fri Sep  6 16:11:30 2013	(r326522)
+++ head/games/zoom/pkg-descr	Fri Sep  6 16:22:29 2013	(r326523)
@@ -1,6 +1,6 @@
-Zoom is a Z-Machine, which means that it plays text adventure games written in
-ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from 
+Zoom is a Z-Machine, which means that it plays text adventure games written
+in ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from
 http://www.ifarchive.org/indexes/if-archiveXinfocomXmediaXblorb.html for
-original Infocom V6 games)
+original Infocom V6 games).
 
 WWW: http://www.logicalshift.demon.co.uk/unix/zoom/



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