From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 21 21:20:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5763A3AF for ; Mon, 21 Apr 2014 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3847A1819 for ; Mon, 21 Apr 2014 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LLK1Sm086308 for ; Mon, 21 Apr 2014 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LLK103086307; Mon, 21 Apr 2014 21:20:01 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 21:20:01 GMT Message-Id: <201404212120.s3LLK103086307@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188294: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 21:20:02 -0000 The following reply was made to PR ports/188294; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188294: commit references a PR Date: Mon, 21 Apr 2014 21:16:01 +0000 (UTC) Author: pawel Date: Mon Apr 21 21:15:57 2014 New Revision: 351718 URL: http://svnweb.freebsd.org/changeset/ports/351718 QAT: https://qat.redports.org/buildarchive/r351718/ Log: - This port need linux terminfo databases to run, add dependency on it - Remove leading article from COMMENT - Remove misleading info about terminfo from pkg-descr - Move info about game manual to pkg-message PR: ports/188294 Submitted by: myself Approved by: maintainer timeout Added: head/games/adom/pkg-message.in (contents, props changed) Modified: head/games/adom/Makefile head/games/adom/pkg-descr Modified: head/games/adom/Makefile ============================================================================== --- head/games/adom/Makefile Mon Apr 21 21:15:08 2014 (r351717) +++ head/games/adom/Makefile Mon Apr 21 21:15:57 2014 (r351718) @@ -3,13 +3,13 @@ PORTNAME= adom PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf MAINTAINER= sr-13@mail.ru -COMMENT= An rogue-like advanced rpg with color support (binary port) +COMMENT= Rogue-like advanced rpg with color support (binary port) LICENSE= unknown LICENSE_NAME= The ADOM License @@ -22,13 +22,13 @@ OPTIONS_DEFINE= DOCS ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes -USE_LINUX_APPS= xorglibs +USE_LINUX_APPS= ncurses-base xorglibs WRKSRC= ${WRKDIR}/adom NO_BUILD= yes STRIP= # empty: do not strip linux binary! -.include +SUB_FILES= pkg-message do-install: @${INSTALL_PROGRAM} ${WRKSRC}/adom ${STAGEDIR}${PREFIX}/bin Modified: head/games/adom/pkg-descr ============================================================================== --- head/games/adom/pkg-descr Mon Apr 21 21:15:08 2014 (r351717) +++ head/games/adom/pkg-descr Mon Apr 21 21:15:57 2014 (r351718) @@ -10,10 +10,4 @@ quest, you have to explore previously un dungeons, fight hideous monsters, uncover long forgotten secrets, and find treasures of all kind. -Please read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was -pointing) after installation. - -You may have to build terminfo database in order to run ADOM. Read "readme.1st" -section VI.E for details. - WWW: http://www.adom.de/ Added: head/games/adom/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/adom/pkg-message.in Mon Apr 21 21:15:57 2014 (r351718) @@ -0,0 +1,2 @@ + +After installation please read manual in %%DOCSDIR%%. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"