Hey,

Here is an update to the freshly-released UrbanTerror 4.3.2!
Not much change in the way of the port itself, regen'd patches
and I added a RUN_DEPENDS on net/curl, as it uses it via DLOPEN
to fetch maps the user does not have when connecting to servers.

Changes for this version can be found here:
http://www.urbanterror.info/news/508-urban-terror-4-3-2-release/

(They mention OpenBSD improvements, but when I looked into it,
I think they actually meant for FreeBSD)

OK?
-ryan


Index: urbanterror/Makefile
===================================================================
RCS file: /cvs/ports/games/urbanterror/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- urbanterror/Makefile        12 Oct 2016 02:01:32 -0000      1.2
+++ urbanterror/Makefile        5 Feb 2017 18:29:18 -0000
@@ -4,11 +4,11 @@ USE_WXNEEDED =        Yes
 ONLY_FOR_ARCHS = amd64 i386
 
 COMMENT =      fast-paced hollywood-tactical shooter: "fun over realism"
-DISTNAME =     urbanterror-4.3.1
+DISTNAME =     urbanterror-4.3.2
 
 GH_ACCOUNT =   Barbatos
 GH_PROJECT =   ioq3-for-UrbanTerror-4
-GH_TAGNAME =   release-4.3.1
+GH_TAGNAME =   release-4.3.2
 
 CATEGORIES =   games x11
 
@@ -22,7 +22,8 @@ PERMIT_PACKAGE_CDROM =        Yes
 WANTLIB += X11 Xxf86vm c m pthread SDL
 
 LIB_DEPENDS =  devel/sdl
-RUN_DEPENDS =  games/urbanterror-data
+RUN_DEPENDS =  games/urbanterror-data \
+               net/curl
 
 USE_GMAKE =    Yes
 ALL_TARGET =    release
Index: urbanterror/distinfo
===================================================================
RCS file: /cvs/ports/games/urbanterror/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- urbanterror/distinfo        12 Oct 2016 02:01:32 -0000      1.2
+++ urbanterror/distinfo        5 Feb 2017 18:29:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (urbanterror-4.3.1.tar.gz) = 
MGjKz5k3vOux0U6mHFBoLYH8Cxc4kNawJjaqle9zV14=
-SIZE (urbanterror-4.3.1.tar.gz) = 12023440
+SHA256 (urbanterror-4.3.2.tar.gz) = 
gRrLDcuQNQnFbNwFaz0qZuQ1myO6Smj1bw6hRSEJzvs=
+SIZE (urbanterror-4.3.2.tar.gz) = 11775787
Index: urbanterror/patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/games/urbanterror/patches/patch-Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile
--- urbanterror/patches/patch-Makefile  13 Oct 2016 02:38:28 -0000      1.2
+++ urbanterror/patches/patch-Makefile  5 Feb 2017 18:29:18 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.2 2016/10/13 02:38:28 bentley Exp $
---- Makefile.orig      Wed Oct  5 12:47:05 2016
-+++ Makefile   Wed Oct 12 13:04:57 2016
-@@ -150,8 +150,8 @@ endif
+--- Makefile.orig      Sat Feb  4 11:15:58 2017
++++ Makefile   Sat Feb  4 18:44:05 2017
+@@ -153,8 +153,8 @@ endif
  
  #############################################################################
  
@@ -12,7 +12,7 @@ $OpenBSD: patch-Makefile,v 1.2 2016/10/1
  CDIR=$(MOUNT_DIR)/client
  SDIR=$(MOUNT_DIR)/server
  RDIR=$(MOUNT_DIR)/renderer
-@@ -834,11 +834,11 @@ endif #SunOS
+@@ -854,11 +854,11 @@ endif #SunOS
  TARGETS =
  
  ifneq ($(BUILD_SERVER),0)
@@ -26,7 +26,7 @@ $OpenBSD: patch-Makefile,v 1.2 2016/10/1
    ifneq ($(BUILD_CLIENT_SMP),0)
      TARGETS += $(B)/Quake3-UrT-smp.$(ARCH)$(BINEXT)
    endif
-@@ -1268,7 +1268,7 @@ else
+@@ -1296,7 +1296,7 @@ else
      $(B)/clientsmp/sdl_glimp.o
  endif
  
@@ -35,7 +35,7 @@ $OpenBSD: patch-Makefile,v 1.2 2016/10/1
        $(echo_cmd) "LD $@"
        $(Q)$(CC) -o $@ $(Q3OBJ) $(Q3POBJ) $(CLIENT_LDFLAGS) \
                $(LDFLAGS) $(LIBSDLMAIN)
-@@ -1401,7 +1401,7 @@ ifeq ($(HAVE_VM_COMPILED),true)
+@@ -1437,7 +1437,7 @@ ifeq ($(HAVE_VM_COMPILED),true)
    endif
  endif
  
Index: urbanterror-data/Makefile
===================================================================
RCS file: /cvs/ports/games/urbanterror-data/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- urbanterror-data/Makefile   14 Oct 2016 06:27:12 -0000      1.3
+++ urbanterror-data/Makefile   5 Feb 2017 18:29:18 -0000
@@ -1,11 +1,11 @@
 # $OpenBSD: Makefile,v 1.3 2016/10/14 06:27:12 kirby Exp $
 
 COMMENT =      Urban Terror game data
-PKGNAME =      urbanterror-data-4.3.1
+PKGNAME =      urbanterror-data-4.3.2
 CATEGORIES =   games
 
 URT_VER =      43
-URT_REV =      1
+URT_REV =      2
 
 DISTNAME =     UrbanTerror${URT_VER}${URT_REV}_full
 
Index: urbanterror-data/distinfo
===================================================================
RCS file: /cvs/ports/games/urbanterror-data/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- urbanterror-data/distinfo   12 Oct 2016 02:01:33 -0000      1.2
+++ urbanterror-data/distinfo   5 Feb 2017 18:29:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (UrbanTerror431_full.zip) = nBlVatRi5Fv9l+bIzB+gQgZxnBP3SA5v7064/MTy1rU=
-SIZE (UrbanTerror431_full.zip) = 1462419175
+SHA256 (UrbanTerror432_full.zip) = dN7hVm+mzQ6ybYZhSaG2rX6PGKZTaT8CeQwF73zjUqQ=
+SIZE (UrbanTerror432_full.zip) = 1469432087

Reply via email to