Bug 171239 - [MAINTAINER] games/kye: Makefile and pkg-plist changed
Summary: [MAINTAINER] games/kye: Makefile and pkg-plist changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jase Thew
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 02:20 UTC by nemysis
Modified: 2012-09-20 01:15 UTC (History)
1 user (show)

See Also:


Attachments
py27-kye-1.0_1.patch (956 bytes, patch)
2012-09-02 02:20 UTC, nemysis
no flags Details | Diff
kye.diff (1.29 KB, patch)
2012-09-02 22:42 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-09-02 02:20:09 UTC
Makefile changed

Removed

-PORTDATA=	*

pkg-plist changed

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-09-02 17:50:46 UTC
Don't you need to bump PORTREVISION due to the plist changes?
Comment 2 Jase Thew freebsd_committer freebsd_triage 2012-09-04 17:15:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jase

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-20 00:50:28 UTC
Author: jase
Date: Wed Sep 19 23:50:13 2012
New Revision: 304551
URL: http://svn.freebsd.org/changeset/ports/304551

Log:
  - Remove PORTDATA and tidy-up pkg-plist
  
  PR:		ports/171239
  Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
  Approved by:	flo (mentor)

Modified:
  head/games/kye/Makefile
  head/games/kye/pkg-plist   (contents, props changed)

Modified: head/games/kye/Makefile
==============================================================================
--- head/games/kye/Makefile	Wed Sep 19 22:41:14 2012	(r304550)
+++ head/games/kye/Makefile	Wed Sep 19 23:50:13 2012	(r304551)
@@ -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_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 NO_BUILD=	yes
 
-PORTDATA=	*
 PORTDOCS=	NEWS README
 
 SUB_FILES=	pkg-message

Modified: head/games/kye/pkg-plist
==============================================================================
--- head/games/kye/pkg-plist	Wed Sep 19 22:41:14 2012	(r304550)
+++ head/games/kye/pkg-plist	Wed Sep 19 23:50:13 2012	(r304551)
@@ -42,7 +42,13 @@ bin/Kye-edit
 %%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 %%PYTHON_LIBDIR%%
_______________________________________________
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"
Comment 4 Jase Thew freebsd_committer freebsd_triage 2012-09-20 01:15:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!