svn commit: r376894 - head/games/traingame

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 13 00:25:32 UTC 2015


Author: amdmi3
Date: Tue Jan 13 00:25:30 2015
New Revision: 376894
URL: https://svnweb.freebsd.org/changeset/ports/376894
QAT: https://qat.redports.org/buildarchive/r376894/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove @dirrm* from pkg-plist
  - Pet portlint (fix statement order)
  
  PR:		196213
  Submitted by:	amdmi3
  Approved by:	maintainer timeout (nemysis)

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

Modified: head/games/traingame/Makefile
==============================================================================
--- head/games/traingame/Makefile	Tue Jan 13 00:15:35 2015	(r376893)
+++ head/games/traingame/Makefile	Tue Jan 13 00:25:30 2015	(r376894)
@@ -12,7 +12,12 @@ DISTFILES=	${PORTNAME}-${DISTVERSION}${E
 MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Game about Trains
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
+
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
+		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	nickg
@@ -20,10 +25,6 @@ GH_PROJECT=	traingame
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	eacfbc3
 
-LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
-		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
-
 USES=		cmake compiler:c++11-lib dos2unix pkgconfig
 DOS2UNIX_GLOB=	*.mtl *.obj
 USE_CXXSTD=	c++11

Modified: head/games/traingame/pkg-plist
==============================================================================
--- head/games/traingame/pkg-plist	Tue Jan 13 00:15:35 2015	(r376893)
+++ head/games/traingame/pkg-plist	Tue Jan 13 00:25:30 2015	(r376894)
@@ -112,37 +112,3 @@ share/pixmaps/traingame.png
 %%DATADIR%%/waggons/coal_truck/coal_truck.wings
 %%DATADIR%%/waggons/coal_truck/coal_truck.xml
 %%DATADIR%%/waggons/waggon_base.wings
- at dirrm %%DATADIR%%/waggons/coal_truck
- at dirrm %%DATADIR%%/waggons
- at dirrm %%DATADIR%%/trees/pine
- at dirrm %%DATADIR%%/trees/apple
- at dirrm %%DATADIR%%/trees
- at dirrm %%DATADIR%%/schemas
- at dirrm %%DATADIR%%/maps/villages
- at dirrm %%DATADIR%%/maps/uphill
- at dirrm %%DATADIR%%/maps/sbends
- at dirrm %%DATADIR%%/maps/power_plant
- at dirrm %%DATADIR%%/maps/points
- at dirrm %%DATADIR%%/maps/long_map
- at dirrm %%DATADIR%%/maps/goods_demo
- at dirrm %%DATADIR%%/maps/gen_track
- at dirrm %%DATADIR%%/maps/figure8
- at dirrm %%DATADIR%%/maps/demo
- at dirrm %%DATADIR%%/maps/coal_mine
- at dirrm %%DATADIR%%/maps
- at dirrm %%DATADIR%%/layouts
- at dirrm %%DATADIR%%/images/icons
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/fonts
- at dirrm %%DATADIR%%/engines/tank
- at dirrm %%DATADIR%%/engines/saddle
- at dirrm %%DATADIR%%/engines/red
- at dirrm %%DATADIR%%/engines
- at dirrm %%DATADIR%%/buildings/white_house
- at dirrm %%DATADIR%%/buildings/power_plant
- at dirrm %%DATADIR%%/buildings/platform_middle
- at dirrm %%DATADIR%%/buildings/platform_end
- at dirrm %%DATADIR%%/buildings/house2
- at dirrm %%DATADIR%%/buildings/coal_mine
- at dirrm %%DATADIR%%/buildings
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list