Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2010 14:34:09 GMT
From:      Nico <fiziologus@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149111: Update port: games/alephone. update to version 20100424 (0.23.2)
Message-ID:  <201007301434.o6UEY957044115@www.freebsd.org>
Resent-Message-ID: <201007301440.o6UEe3cT043528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149111
>Category:       ports
>Synopsis:       Update port: games/alephone. update to version 20100424 (0.23.2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 14:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nico
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD localhost.my.domain 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
[maintainer update] update to version 0.23.2
delete directory files
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/games/alephone/Makefile /usr/ports/games/alephone-new/Makefile
--- /usr/ports/games/alephone/Makefile	2010-04-24 16:35:06.000000000 +0400
+++ /usr/ports/games/alephone-new/Makefile	2010-07-19 16:06:14.000000000 +0400
@@ -6,23 +6,24 @@
 #
 
 PORTNAME=	alephone
-PORTVERSION=	20080913
-PORTREVISION=	4
+PORTVERSION=	20100424
+PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	SF/marathon/Aleph%20One/2008-09-13
+MASTER_SITES=	SF/marathon/Aleph%20One/2010-04-24
 DISTNAME=	AlephOne-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	fiziologus@gmail.com
 COMMENT=	The open source version of Bungie's Marathon game
 
-BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=	speex.1:${PORTSDIR}/audio/speex
+BUILD_DEPENDS=	${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs \
+		${LOCALBASE}/include/zzip/lib.h:${PORTSDIR}/devel/zziplib
+
+LIB_DEPEND=	speex.1:${PORTSDIR}/audio/speex
 
 USE_BZIP2=	yes
 USE_GL=		yes
-USE_GNOME=	gnometarget
 USE_LUA=	5.1
-USE_SDL=	image net sdl sound
+USE_SDL=	image ttf net sdl sound
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}"
@@ -31,14 +32,13 @@
 
 MAN6=		alephone.6
 
-PORTDOCS=	*
-
 .include <bsd.port.pre.mk>
 
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} README docs/* ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR}
+	cd ${WRKSRC}/docs && ${INSTALL_DATA} *.html ${DOCSDIR}
 .endif
 	@${ECHO_CMD}
 	@${CAT} ${PKGMESSAGE}
diff -ruN /usr/ports/games/alephone/distinfo /usr/ports/games/alephone-new/distinfo
--- /usr/ports/games/alephone/distinfo	2008-09-23 17:26:59.000000000 +0400
+++ /usr/ports/games/alephone-new/distinfo	2010-07-18 18:53:02.000000000 +0400
@@ -1,3 +1,3 @@
-MD5 (AlephOne-20080913.tar.bz2) = 28f0233b0cbb5a87f43b2b20cc57d52b
-SHA256 (AlephOne-20080913.tar.bz2) = 5ad744c111fa87c6106f9e9e84737b4c0320083d99ec63a47c1971fca8da1dce
-SIZE (AlephOne-20080913.tar.bz2) = 3038836
+MD5 (AlephOne-20100424.tar.bz2) = 9fd5517fcf4e1dd8ce3fe6331ac58e8e
+SHA256 (AlephOne-20100424.tar.bz2) = d97089890ce99952027eaf6185baa6cb01b26c2882dfca9e68816dfe7076a5e6
+SIZE (AlephOne-20100424.tar.bz2) = 3180896
diff -ruN /usr/ports/games/alephone/files/patch-Source_Files-Misc-preferences.cpp /usr/ports/games/alephone-new/files/patch-Source_Files-Misc-preferences.cpp
--- /usr/ports/games/alephone/files/patch-Source_Files-Misc-preferences.cpp	2008-08-22 02:30:18.000000000 +0400
+++ /usr/ports/games/alephone-new/files/patch-Source_Files-Misc-preferences.cpp	1970-01-01 03:00:00.000000000 +0300
@@ -1,13 +0,0 @@
---- Source_Files/Misc/preferences.cpp.orig	2008-07-22 04:06:39.000000000 +0400
-+++ Source_Files/Misc/preferences.cpp	2008-08-21 23:10:31.000000000 +0400
-@@ -175,10 +175,7 @@
- static void default_environment_preferences(environment_preferences_data *preferences);
- static bool validate_environment_preferences(environment_preferences_data *preferences);
- 
--#if 0
- static inline float log2(int x) { return std::log((float) x) / std::log(2.0); };
--static inline float exp2(int x) { return std::exp((float) x + std::log(2.0)); };
--#endif
- 
- // Prototypes
- static void player_dialog(void *arg);
diff -ruN /usr/ports/games/alephone/pkg-plist /usr/ports/games/alephone-new/pkg-plist
--- /usr/ports/games/alephone/pkg-plist	2008-08-22 02:30:18.000000000 +0400
+++ /usr/ports/games/alephone-new/pkg-plist	2010-07-19 22:18:25.000000000 +0400
@@ -42,7 +42,12 @@
 %%DATADIR%%/Themes/Default/tiny_button_c.bmp
 %%DATADIR%%/Themes/Default/tiny_button_l.bmp
 %%DATADIR%%/Themes/Default/tiny_button_r.bmp
+%%DOCSDIR%%/Lua.html
+%%DOCSDIR%%/Lua_HUD.html
+%%DOCSDIR%%/MML.html
+%%DOCSDIR%%README
+@dirrm %%DOCSDIR%%
 @dirrm %%DATADIR%%/Themes/Default
 @dirrm %%DATADIR%%/Themes
 @dirrm %%DATADIR%%/MML
-@dirrm %%DATADIR%%
+@unexec rmdir %%DATADIR%% 2>/dev/null || true


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007301434.o6UEY957044115>