From owner-svn-ports-all@FreeBSD.ORG Mon Mar 17 12:17:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6419A547; Mon, 17 Mar 2014 12:17:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 508A9C31; Mon, 17 Mar 2014 12:17:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HCHG92035855; Mon, 17 Mar 2014 12:17:16 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2HCHFUj035853; Mon, 17 Mar 2014 12:17:15 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201403171217.s2HCHFUj035853@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 17 Mar 2014 12:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348465 - head/games/xinfocom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 12:17:16 -0000 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/ -