From owner-svn-ports-branches@FreeBSD.ORG Wed Jan 8 11:49:35 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADB6186D; Wed, 8 Jan 2014 11:49:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D1A81FF7; Wed, 8 Jan 2014 11:49:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s08BnZwf047824; Wed, 8 Jan 2014 11:49:35 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s08BnZjE047822; Wed, 8 Jan 2014 11:49:35 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201401081149.s08BnZjE047822@svn.freebsd.org> From: Rene Ladan Date: Wed, 8 Jan 2014 11:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339105 - branches/2014Q1/games/el-data X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 11:49:35 -0000 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@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 .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 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