Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2014 21:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/188294: commit references a PR
Message-ID:  <201404212120.s3LLK103086307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 +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"
 



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