From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 2 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 3127AEB9 for ; Mon, 2 Dec 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1E1C01340 for ; Mon, 2 Dec 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2DU0nS042452 for ; Mon, 2 Dec 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB2DU0LA042451; Mon, 2 Dec 2013 13:30:00 GMT (envelope-from gnats) Date: Mon, 2 Dec 2013 13:30:00 GMT Message-Id: <201312021330.rB2DU0LA042451@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184342: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 13:30:01 -0000 The following reply was made to PR ports/184342; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184342: commit references a PR Date: Mon, 2 Dec 2013 13:23:34 +0000 (UTC) Author: wg Date: Mon Dec 2 13:23:26 2013 New Revision: 335483 URL: http://svnweb.freebsd.org/changeset/ports/335483 Log: games/megaglest: update to 3.9.0.4 - Update to 3.9.0.4 [1] - Allow staging - Convert lib depends to new format PR: ports/184342 [1] Submitted by: maintainer Deleted: head/games/megaglest/files/patch-mk-cmake-modules-FindMiniupnpc.cmake head/games/megaglest/files/patch-source-share_lib-sources-platform-posix-socket.cpp head/games/megaglest/files/patch-source-shared_lib-CMakeLists.txt Modified: head/games/megaglest/Makefile head/games/megaglest/distinfo head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Mon Dec 2 12:49:29 2013 (r335482) +++ head/games/megaglest/Makefile Mon Dec 2 13:23:26 2013 (r335483) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= megaglest -PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTVERSION= 3.9.0.4 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_3.9.0/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Open source 3D real-time strategy game -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - xerces-c:${PORTSDIR}/textproc/xerces-c2 \ - ftgl:${PORTSDIR}/graphics/ftgl \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libxerces-c.so:${PORTSDIR}/textproc/xerces-c2 \ + libftgl.so:${PORTSDIR}/graphics/ftgl \ + libvorbis.so:${PORTSDIR}/audio/libvorbis BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient \ ${LOCALBASE}/include/miniupnpc/miniupnpc.h:${PORTSDIR}/net/miniupnpc RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSDIR}/games/megaglest-data @@ -33,44 +32,31 @@ USE_SDL= yes USE_WX= 2.8+ CFLAGS+= -I${LOCALBASE}/include/libpng15 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 OPTIONS_DEFINE= EDITOR +OPTIONS_SUB= yes EDITOR_DESC= Install MegaGlest Editor -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MEDITOR} -PLIST_SUB+= EDITOR="" -.else -PLIST_SUB+= EDITOR="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e '//d' \ - ${WRKSRC}/source/shared_lib/sources/platform/posix/miniftpclient.cpp - do-install: - ${STRIP_CMD} ${WRKSRC}/mk/linux/megaglest - @${MKDIR} ${DATADIR} -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.endif - ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest ${PREFIX}/bin/${PORTNAME} + ${STRIP_CMD} ${WRKSRC}/source/glest_game/megaglest + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_game/megaglest ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for f in glest.ini glestkeys.ini servers.ini - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} -.endfor -.for f in AUTHORS.source_code.txt CHANGELOG.txt README.txt COPYRIGHT.source_code.txt - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +. for f in AUTHORS.source_code.txt CHANGELOG.txt README.txt COPYRIGHT.source_code.txt + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +. endfor +.endif .if ${PORT_OPTIONS:MEDITOR} - ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest_editor ${PREFIX}/bin/megaglest_editor + ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${STAGEDIR}${PREFIX}/bin/megaglest_editor .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" Modified: head/games/megaglest/distinfo ============================================================================== --- head/games/megaglest/distinfo Mon Dec 2 12:49:29 2013 (r335482) +++ head/games/megaglest/distinfo Mon Dec 2 13:23:26 2013 (r335483) @@ -1,2 +1,2 @@ -SHA256 (megaglest-source-3.7.1.tar.xz) = 0222196c6a274cfd1b5fd074206a6bedcf3da4f343345f3e2682e704f94adc26 -SIZE (megaglest-source-3.7.1.tar.xz) = 1439864 +SHA256 (megaglest-source-3.9.0.4.tar.xz) = 3362ade61af3c01c2d8976d2d481769698dc0c800f35251b8c5489f8e41d9bc3 +SIZE (megaglest-source-3.9.0.4.tar.xz) = 1596692 Modified: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp ============================================================================== --- head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Mon Dec 2 12:49:29 2013 (r335482) +++ head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Mon Dec 2 13:23:26 2013 (r335483) @@ -1,14 +1,13 @@ ---- source/shared_lib/sources/platform/posix/ircclient.cpp 2012-11-10 03:22:28.000000000 -0600 -+++ source/shared_lib/sources/platform/posix/ircclient.cpp.new 2012-11-20 11:51:10.000000000 -0600 -@@ -14,11 +14,7 @@ - #include "util.h" - #include "platform_common.h" +--- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2013-11-22 15:51:23.000000000 -0600 ++++ source/shared_lib/sources/platform/posix/ircclient.cpp 2013-11-22 15:51:42.000000000 -0600 +@@ -19,10 +19,7 @@ + #if !defined(DISABLE_IRCCLIENT) + #include -- -// upstream moved some defines into new headers as of 1.6 -#ifndef LIBIRCCLIENT_PRE1_6 #include -#endif - #include - #include + #endif + _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"