From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 2 21:50:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F2AA106566C for ; Sun, 2 Sep 2012 21:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 59FA38FC18 for ; Sun, 2 Sep 2012 21:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q82LoB5c084188 for ; Sun, 2 Sep 2012 21:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q82LoBTa084174; Sun, 2 Sep 2012 21:50:11 GMT (envelope-from gnats) Date: Sun, 2 Sep 2012 21:50:11 GMT Message-Id: <201209022150.q82LoBTa084174@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: nemysis Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 21:50:12 -0000 The following reply was made to PR ports/171239; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/171239: [MAINTAINER] games/kye: Makefile and pkg-plist changed Date: Sun, 2 Sep 2012 23:42:58 +0200 --MP_/DlUSMgVB.=aPhRUGnkdRhdd Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/DlUSMgVB.=aPhRUGnkdRhdd Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=kye.diff Original version does not exist at /usr/ports/games/py-kye Using /usr/ports/games/kye instead ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/games/kye/Makefile ./Makefile --- /usr/ports/games/kye/Makefile 2012-08-25 08:22:11.000000000 +0200 +++ ./Makefile 2012-09-02 23:40:26.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= kye PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://games.moria.org.uk/kye/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,6 @@ USE_PYDISTUTILS= yes NO_BUILD= yes -PORTDATA= * PORTDOCS= NEWS README SUB_FILES= pkg-message diff -ruN --exclude=CVS /usr/ports/games/kye/pkg-plist ./pkg-plist --- /usr/ports/games/kye/pkg-plist 2012-08-04 23:59:15.000000000 +0200 +++ ./pkg-plist 2012-09-02 02:59:35.000000000 +0200 @@ -42,7 +42,13 @@ %%PYTHON_SITELIBDIR%%/kye/stbar.py %%PYTHON_SITELIBDIR%%/kye/stbar.pyc %%PYTHON_SITELIBDIR%%/kye/stbar.pyo +%%DATADIR%%/images.tar.gz +%%DATADIR%%/intro.kye +%%DATADIR%%/quests.kye +%%DATADIR%%/template.kye share/pixmaps/Kye-edit.png share/pixmaps/Kye.png -@dirrmtry share/applications -@dirrm %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%DATADIR%% +@dirrmtry %%PYTHON_SITELIBDIR%%/kye +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry lib/python2.7 ===> Done --MP_/DlUSMgVB.=aPhRUGnkdRhdd--