svn commit: r392831 - head/games/stendhal
Bartek Rutkowski
robak at FreeBSD.org
Fri Jul 24 17:10:13 UTC 2015
Author: robak
Date: Fri Jul 24 17:10:11 2015
New Revision: 392831
URL: https://svnweb.freebsd.org/changeset/ports/392831
Log:
games/stendhal: update 1.16 -> 1.17
- Add new options
PR: 201701
Submitted by: Jordan Irwin <antumdeluge at gmail.com> (maintainer)
Modified:
head/games/stendhal/Makefile
head/games/stendhal/distinfo
head/games/stendhal/pkg-plist
Modified: head/games/stendhal/Makefile
==============================================================================
--- head/games/stendhal/Makefile Fri Jul 24 17:01:58 2015 (r392830)
+++ head/games/stendhal/Makefile Fri Jul 24 17:10:11 2015 (r392831)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= stendhal
-PORTVERSION= 1.16
+PORTVERSION= 1.17
DISTVERSIONSUFFIX= -src
CATEGORIES= games java
MASTER_SITES= SF/arianne/${PORTNAME}/${PORTVERSION}/
@@ -21,7 +21,7 @@ USE_ANT= yes
USES= shebangfix
OPTIONS_MULTI= COMPONENTS
-OPTIONS_MULTI_COMPONENTS= \
+OPTIONS_MULTI_COMPONENTS= \
CLIENT SERVER
OPTIONS_DEFAULT= CLIENT
Modified: head/games/stendhal/distinfo
==============================================================================
--- head/games/stendhal/distinfo Fri Jul 24 17:01:58 2015 (r392830)
+++ head/games/stendhal/distinfo Fri Jul 24 17:10:11 2015 (r392831)
@@ -1,2 +1,2 @@
-SHA256 (stendhal-1.16-src.tar.gz) = 1d2702f4074a356926e2c4fe07f4d620192663e469f5c42e366815e4efac1f8a
-SIZE (stendhal-1.16-src.tar.gz) = 67320865
+SHA256 (stendhal-1.17-src.tar.gz) = 7ca020f71a55d27deea1f26c02733316e8c6900fb21445e7815776e109e6e10e
+SIZE (stendhal-1.17-src.tar.gz) = 105292169
Modified: head/games/stendhal/pkg-plist
==============================================================================
--- head/games/stendhal/pkg-plist Fri Jul 24 17:01:58 2015 (r392830)
+++ head/games/stendhal/pkg-plist Fri Jul 24 17:10:11 2015 (r392831)
@@ -8,6 +8,7 @@ share/stendhal/doc/LICENSE-images.txt
share/stendhal/doc/Licenses/BSD.txt
share/stendhal/doc/Licenses/CC0-1.0.txt
share/stendhal/doc/Licenses/CC-BY-3.0.txt
+share/stendhal/doc/Licenses/GPL-3.0.txt
share/stendhal/doc/Licenses/MIT.txt
share/stendhal/lib/EasyMockLicense.html
share/stendhal/lib/license-apache-2.0.txt
@@ -21,7 +22,6 @@ share/stendhal/lib/marauroa.jar
share/stendhal/lib/LICENSES.txt
share/stendhal/lib/NOTICE.txt
@dir share/stendhal/log
-
%%CLIENT%%bin/stendhal
%%CLIENT%%man/man1/stendhal.1.gz
%%CLIENT%%share/pixmaps/stendhal.png
@@ -33,7 +33,6 @@ share/stendhal/lib/NOTICE.txt
%%CLIENT%%share/stendhal/lib/stendhal-music-data.jar
%%CLIENT%%share/stendhal/lib/stendhal-sound-data.jar
%%CLIENT%%share/stendhal/lib/stendhal.jar
-
%%SERVER%%bin/stendhal-server
%%SERVER%%man/man1/stendhal-server.1.gz
%%SERVER%%share/stendhal/data/conf/admins.txt
More information about the svn-ports-all
mailing list