Bug 186319 - stagify games/xbat
Summary: stagify games/xbat
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 04:20 UTC by TsurutaniNaoki
Modified: 2014-02-02 13:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.04 KB, patch)
2014-02-01 04:20 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-02-01 04:20:00 UTC
	stagify.
Comment 1 TsurutaniNaoki 2014-02-01 04:39:01 UTC
ports/LEGAL file misses an entry about this port.
	NO_CDROM= "Possible copyright infringement"
Please someone add an entry.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2014-02-01 20:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-01 20:08:42 UTC
Author: pawel
Date: Sat Feb  1 20:08:35 2014
New Revision: 342210
URL: http://svnweb.freebsd.org/changeset/ports/342210
QAT: https://qat.redports.org/buildarchive/r342210/

Log:
  Stage support
  
  PR:		ports/186319
  Submitted by:	maintainer

Modified:
  head/games/xbat/Makefile
  head/games/xbat/pkg-plist

Modified: head/games/xbat/Makefile
==============================================================================
--- head/games/xbat/Makefile	Sat Feb  1 19:56:55 2014	(r342209)
+++ head/games/xbat/Makefile	Sat Feb  1 20:08:35 2014	(r342210)
@@ -19,12 +19,4 @@ USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/Xev111
 ALL_TARGET=	xbat
 
-NO_STAGE=	yes
-post-install:
-	${CHOWN} root:games ${PREFIX}/bin/xbat
-	${CHMOD} 2755 ${PREFIX}/bin/xbat
-	${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/
-	${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/*
-	${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/
-
 .include <bsd.port.mk>

Modified: head/games/xbat/pkg-plist
==============================================================================
--- head/games/xbat/pkg-plist	Sat Feb  1 19:56:55 2014	(r342209)
+++ head/games/xbat/pkg-plist	Sat Feb  1 20:08:35 2014	(r342210)
@@ -1,4 +1,8 @@
+@owner root
+@group games
+@mode 2755
 bin/xbat
+@mode 0664
 lib/X11/Xbat/Domo/domoX0201.dat
 lib/X11/Xbat/Domo/domoX0202.dat
 lib/X11/Xbat/Domo/domoX0203.dat
@@ -690,6 +694,7 @@ lib/X11/Xbat/Map/kuuchuu_map6.dat
 lib/X11/Xbat/Map/kuuchuu_map7.dat
 lib/X11/Xbat/Map/kuuchuu_map8.dat
 lib/X11/Xbat/Map/kuuchuu_map9.dat
+@mode 0666
 lib/X11/Xbat/Score/top10-0.txt
 lib/X11/Xbat/Score/top10-1.txt
 lib/X11/Xbat/Score/top10-2.txt
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2014-02-01 20:10:36 UTC
I can't find anything related to NO_CDROM message.
Why it was set I don't know. No homepage, nothing in
commit logs and nothing in tarball. If you have any informations
about this legal controversy let me now and I will add
appropriate LEGAL entry.

--=20
pozdrawiam / with regards
Pawe=B3 P=EAkala
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-02-01 20:11:39 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 TsurutaniNaoki 2014-02-02 01:38:44 UTC
I am sorry for missing COPYING file in distributed code.
This program is under GPLv2 license.
Please fix Makefile, please.
Comment 7 dfilter service freebsd_committer freebsd_triage 2014-02-02 13:42:29 UTC
Author: pawel
Date: Sun Feb  2 13:42:22 2014
New Revision: 342289
URL: http://svnweb.freebsd.org/changeset/ports/342289
QAT: https://qat.redports.org/buildarchive/r342289/

Log:
  Add LICENSE (requested by maintainer in PR)
  
  PR:		ports/186319
  Submitted by:	maintainer

Modified:
  head/games/xbat/Makefile

Modified: head/games/xbat/Makefile
==============================================================================
--- head/games/xbat/Makefile	Sun Feb  2 13:35:30 2014	(r342288)
+++ head/games/xbat/Makefile	Sun Feb  2 13:42:22 2014	(r342289)
@@ -12,6 +12,8 @@ DISTNAME=	xev111
 MAINTAINER=	turutani@scphys.kyoto-u.ac.jp
 COMMENT=	XEVIOUS like shooting game
 
+LICENSE=	GPLv2
+
 NO_CDROM=	Possible copyright infringement
 
 USES=		imake
_______________________________________________
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"