Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 15:07:55 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113193: [MAINTAINER] games/vor: update to 0.5.3
Message-ID:  <20070531110755.A3B1B424A@hades.panopticon>
Resent-Message-ID: <200705311110.l4VBAA6n034356@freefall.freebsd.org>

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

>Number:         113193
>Category:       ports
>Synopsis:       [MAINTAINER] games/vor: update to 0.5.3
>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:   Thu May 31 11:10:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Update to 0.5.3
* Remove FreeBSD 4.x support
>How-To-Repeat:
>Fix:

--- vor-0.5.3.patch begins here ---
diff -ruN vor.orig/Makefile vor/Makefile
--- vor.orig/Makefile	Thu May 31 14:57:36 2007
+++ vor/Makefile	Thu May 31 14:58:16 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	vor
-PORTVERSION=	0.5.2
-PORTREVISION=	1
+PORTVERSION=	0.5.3
 CATEGORIES=	games
 MASTER_SITES=	http://qualdan.com/vor/ \
 		http://www.amdmi3.ru/distfiles/
@@ -23,17 +22,11 @@
 
 PORTDOCS=	README
 
-.include <bsd.port.pre.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/sound.c
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|^\(my_objects.*\)$$|\1 ${LOCALBASE}/lib/libargp.a|' ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|/usr/share/vor|${DATADIR}|' ${WRKSRC}/Makefile
-.if (${OSVERSION} < 500000)
-	@${REINPLACE_CMD} -e 's|UINT32_MAX|0xffffffffU|' ${WRKSRC}/mt.c
-	@${REINPLACE_CMD} -e 's|INT32_MIN|(-0x7fffffff-1)|' ${WRKSRC}/mt.c
-.endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/vor ${PREFIX}/bin
@@ -49,4 +42,4 @@
 .endfor
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN vor.orig/distinfo vor/distinfo
--- vor.orig/distinfo	Thu May 31 14:57:36 2007
+++ vor/distinfo	Thu May 31 14:58:34 2007
@@ -1,3 +1,3 @@
-MD5 (vor-0.5.2.tar.bz2) = ea2f36d74d74b99e572beb4c94a519b8
-SHA256 (vor-0.5.2.tar.bz2) = 3a33087391d25549a88325cd0ad32ad4cc0f8ea77e66470052dc3b42ea1f7b35
-SIZE (vor-0.5.2.tar.bz2) = 449752
+MD5 (vor-0.5.3.tar.bz2) = 313142b654d70d1ccb9be6f86859e079
+SHA256 (vor-0.5.3.tar.bz2) = 9df9676f7dd869cafa1b0fb7605d21673ae073566b7ed1c92cee3e161d75d4cd
+SIZE (vor-0.5.3.tar.bz2) = 450668
--- vor-0.5.3.patch ends here ---


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



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