svn commit: r394381 - head/games/pioneers

Jan Beich jbeich at FreeBSD.org
Sun Aug 16 02:51:50 UTC 2015


Author: jbeich
Date: Sun Aug 16 02:51:48 2015
New Revision: 394381
URL: https://svnweb.freebsd.org/changeset/ports/394381

Log:
  games/pioneers: minor cleanup
  
  - Use LDFLAGS for -L/foo
  - Sort plist to avoid noise on the next update
  - Drop redundant slash in MASTER_SITES
  - Clarify LICENSE
  
  PR:		201843
  Submitted by:	tkato432 at yahoo.com

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

Modified: head/games/pioneers/Makefile
==============================================================================
--- head/games/pioneers/Makefile	Sun Aug 16 02:51:29 2015	(r394380)
+++ head/games/pioneers/Makefile	Sun Aug 16 02:51:48 2015	(r394381)
@@ -4,12 +4,12 @@
 PORTNAME=	pioneers
 PORTVERSION=	15.3
 CATEGORIES=	games gnome
-MASTER_SITES=	SF/pio/Source/
+MASTER_SITES=	SF/pio/Source
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Internet playable version of the Settlers of Catan
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or any later version
 
 RUN_DEPENDS=	yelp:${PORTSDIR}/x11/yelp
 
@@ -19,6 +19,6 @@ INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>

Modified: head/games/pioneers/pkg-plist
==============================================================================
--- head/games/pioneers/pkg-plist	Sun Aug 16 02:51:29 2015	(r394380)
+++ head/games/pioneers/pkg-plist	Sun Aug 16 02:51:48 2015	(r394381)
@@ -4,12 +4,12 @@ bin/pioneers-metaserver
 bin/pioneers-server-console
 bin/pioneers-server-gtk
 bin/pioneersai
-man/man6/pioneers.6.gz
-man/man6/pioneersai.6.gz
 man/man6/pioneers-editor.6.gz
 man/man6/pioneers-metaserver.6.gz
 man/man6/pioneers-server-console.6.gz
 man/man6/pioneers-server-gtk.6.gz
+man/man6/pioneers.6.gz
+man/man6/pioneersai.6.gz
 share/applications/pioneers-editor.desktop
 share/applications/pioneers-server.desktop
 share/applications/pioneers.desktop
@@ -41,8 +41,6 @@ share/games/pioneers/small.game
 share/games/pioneers/south_africa.game
 share/games/pioneers/square.game
 share/games/pioneers/star.game
-share/games/pioneers/ubuntuland.game
-share/games/pioneers/x.game
 share/games/pioneers/themes/Classic/board.png
 share/games/pioneers/themes/Classic/desert.png
 share/games/pioneers/themes/Classic/field.png
@@ -115,6 +113,8 @@ share/games/pioneers/themes/ccFlickr/por
 share/games/pioneers/themes/ccFlickr/sea.png
 share/games/pioneers/themes/ccFlickr/theme.cfg
 share/games/pioneers/themes/ccFlickr/wool.png
+share/games/pioneers/ubuntuland.game
+share/games/pioneers/x.game
 share/gnome/help/pioneers/C/images/actions.png
 share/gnome/help/pioneers/C/images/brick.png
 share/gnome/help/pioneers/C/images/chat.png
@@ -160,6 +160,22 @@ share/icons/hicolor/48x48/apps/pioneers.
 share/icons/hicolor/scalable/apps/pioneers-editor.svg
 share/icons/hicolor/scalable/apps/pioneers-server.svg
 share/icons/hicolor/scalable/apps/pioneers.svg
+share/locale/af/LC_MESSAGES/pioneers.mo
+share/locale/ca/LC_MESSAGES/pioneers.mo
+share/locale/cs/LC_MESSAGES/pioneers.mo
+share/locale/da/LC_MESSAGES/pioneers.mo
+share/locale/de/LC_MESSAGES/pioneers.mo
+share/locale/en_GB/LC_MESSAGES/pioneers.mo
+share/locale/es/LC_MESSAGES/pioneers.mo
+share/locale/fr/LC_MESSAGES/pioneers.mo
+share/locale/gl/LC_MESSAGES/pioneers.mo
+share/locale/hu/LC_MESSAGES/pioneers.mo
+share/locale/it/LC_MESSAGES/pioneers.mo
+share/locale/ja/LC_MESSAGES/pioneers.mo
+share/locale/nl/LC_MESSAGES/pioneers.mo
+share/locale/pt/LC_MESSAGES/pioneers.mo
+share/locale/sv/LC_MESSAGES/pioneers.mo
+share/locale/zh_CN/LC_MESSAGES/pioneers.mo
 share/omf/pioneers/pioneers-C.omf
 share/pixmaps/pioneers-editor.png
 share/pixmaps/pioneers-server.png
@@ -192,19 +208,3 @@ share/pixmaps/pioneers/style-human-7.png
 share/pixmaps/pioneers/style-human.png
 share/pixmaps/pioneers/trade.svg
 share/pixmaps/pioneers/wool.png
-share/locale/af/LC_MESSAGES/pioneers.mo
-share/locale/ca/LC_MESSAGES/pioneers.mo
-share/locale/cs/LC_MESSAGES/pioneers.mo
-share/locale/da/LC_MESSAGES/pioneers.mo
-share/locale/de/LC_MESSAGES/pioneers.mo
-share/locale/en_GB/LC_MESSAGES/pioneers.mo
-share/locale/es/LC_MESSAGES/pioneers.mo
-share/locale/fr/LC_MESSAGES/pioneers.mo
-share/locale/gl/LC_MESSAGES/pioneers.mo
-share/locale/hu/LC_MESSAGES/pioneers.mo
-share/locale/it/LC_MESSAGES/pioneers.mo
-share/locale/ja/LC_MESSAGES/pioneers.mo
-share/locale/nl/LC_MESSAGES/pioneers.mo
-share/locale/pt/LC_MESSAGES/pioneers.mo
-share/locale/sv/LC_MESSAGES/pioneers.mo
-share/locale/zh_CN/LC_MESSAGES/pioneers.mo


More information about the svn-ports-all mailing list