svn commit: r339105 - branches/2014Q1/games/el-data
Rene Ladan
rene at FreeBSD.org
Wed Jan 8 11:49:35 UTC 2014
Author: rene
Date: Wed Jan 8 11:49:34 2014
New Revision: 339105
URL: http://svnweb.freebsd.org/changeset/ports/339105
Log:
MFH: r338896
- Update to version 193 (*)
- Stagify
- Mark as architecture-independent
- Remove NO_PACKAGE (pkg will show the package size upon installation)
(*) Version 192 is not accepted by the servers any longer, version 193
allows me to connect to the servers, create an account, and wander around.
Approved by: acm (implicit)
Approved by: portmgr (bapt)
Modified:
branches/2014Q1/games/el-data/Makefile
branches/2014Q1/games/el-data/distinfo
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/games/el-data/Makefile
==============================================================================
--- branches/2014Q1/games/el-data/Makefile Wed Jan 8 11:48:21 2014 (r339104)
+++ branches/2014Q1/games/el-data/Makefile Wed Jan 8 11:49:34 2014 (r339105)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= data
-PORTVERSION= 192
+PORTVERSION= 193
CATEGORIES= games
MASTER_SITES= http://el.beplacid.net/downloads/:data \
http://www.eternal-lands.com/:data \
@@ -16,8 +16,8 @@ DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}
MAINTAINER= acm at FreeBSD.org
COMMENT= Eternal Lands data, sound, and music files
+NO_ARCH= yes
USE_ZIP= yes
-NO_PACKAGE= Package will be 140MB, set FORCE_PACKAGE if you really want it
NO_BUILD= yes
USES= dos2unix
DOS2UNIX_GLOB= *.ini *.txt
@@ -32,7 +32,6 @@ OPTIONS_DEFAULT= ELSOUND ELMUSIC
ELSOUND_DESC= Install additional sound files
ELMUSIC_DESC= Install additional music files
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MELSOUND}
@@ -74,9 +73,9 @@ pre-install:
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
do-install:
- ${MKDIR} ${DATADIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
@cd ${WRKSRC} && \
- ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
- ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
+ ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; && \
+ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${DATADIR}/{}" \;
.include <bsd.port.mk>
Modified: branches/2014Q1/games/el-data/distinfo
==============================================================================
--- branches/2014Q1/games/el-data/distinfo Wed Jan 8 11:48:21 2014 (r339104)
+++ branches/2014Q1/games/el-data/distinfo Wed Jan 8 11:49:34 2014 (r339105)
@@ -1,5 +1,5 @@
-SHA256 (el/el_linux_192.zip) = bd700258110b8ac7b540cce1517777ca718c22cb5330989e097206adf962b8e9
-SIZE (el/el_linux_192.zip) = 65888714
+SHA256 (el/el_linux_193.zip) = 32881313e48bf9a6520dc77b55ef1f4ede3b8922383c4976ca38d0aceeea628a
+SIZE (el/el_linux_193.zip) = 67104165
SHA256 (el/EL_sound_191.zip) = e73046ab03c916d562cda2d243427969678e3bb7a22d98c3b44646b4c3ae5da7
SIZE (el/EL_sound_191.zip) = 42979628
SHA256 (el/EL_music_full.zip) = 1ea4de25081034ac684aaebf127ab6ca8524ba5367532863d84d63837dd631ec
More information about the svn-ports-branches
mailing list