Date: Mon, 17 Mar 2014 12:17:15 +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: r348465 - head/games/xinfocom Message-ID: <201403171217.s2HCHFUj035853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Mar 17 12:17:15 2014 New Revision: 348465 URL: http://svnweb.freebsd.org/changeset/ports/348465 QAT: https://qat.redports.org/buildarchive/r348465/ Log: Remove defunct master site; tighten COMMENT; convert EXTRACT_SUFX to USES. Modified: head/games/xinfocom/Makefile head/games/xinfocom/pkg-descr Modified: head/games/xinfocom/Makefile ============================================================================== --- head/games/xinfocom/Makefile Mon Mar 17 11:57:33 2014 (r348464) +++ head/games/xinfocom/Makefile Mon Mar 17 12:17:15 2014 (r348465) @@ -5,17 +5,15 @@ PORTNAME= xinfocom PORTVERSION= 1.8m PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://ftp.giga.or.at/pub/ifarchive/interpreters-infocom-zcode/old/itf/ -MASTER_SITE_SUBDIR= mph +MASTER_SITES= LOCAL/mph DISTNAME= unix8m -EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org -COMMENT= An Infocom game interpreter for X11 +COMMENT= Infocom game interpreter for X11 -USES= imake +USES= imake tar:tgz USE_XORG= xt sm ice xext x11 + WRKSRC= ${WRKDIR}/xinfocom PLIST_FILES= bin/xinfocom Modified: head/games/xinfocom/pkg-descr ============================================================================== --- head/games/xinfocom/pkg-descr Mon Mar 17 11:57:33 2014 (r348464) +++ head/games/xinfocom/pkg-descr Mon Mar 17 12:17:15 2014 (r348465) @@ -1,12 +1,13 @@ This software interprets Infocom text-adventure games. This port does not install any games; you can install them yourself if you own the games, or you can legally obtain the Zork series from: + http://www.csd.uwo.ca/~pete/Infocom/download.html More games can be found at: + http://www.ifarchive.org/indexes/if-archiveXgamesXzcode.html LICENSE: copy freely, do not distribute modified versions WWW: http://www.csd.uwo.ca/Infocom/ -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403171217.s2HCHFUj035853>