Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2007 16:12:39 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/115991: [maintainer update] games/sampsvr: update to 0.2.2
Message-ID:  <200709010612.l816CdOQ001966@blg.akavia.ru>
Resent-Message-ID: <200709010620.l816K3JM080522@freefall.freebsd.org>

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

>Number:         115991
>Category:       ports
>Synopsis:       [maintainer update] games/sampsvr: update to 0.2.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:   Sat Sep 01 06:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p6 i386
>Organization:
>Environment:

>Description:

  Update to 0.2.2
    
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	26 Jul 2007 22:31:49 -0000	1.5
+++ Makefile	1 Sep 2007 06:10:24 -0000
@@ -5,20 +5,23 @@
 # $FreeBSD: ports/games/sampsvr/Makefile,v 1.5 2007/07/26 22:31:49 miwi Exp $
 
 PORTNAME=	sampsvr
-DISTVERSION=	0.2.1.2
+DISTVERSION=	0.2.2
 CATEGORIES=	games linux
 MASTER_SITES=	http://www.sa-mp.com/files/ \
 		http://eu.littlewhitey.com/ \
 		http://dedi.azer.nl/upload/ \
-		http://www.kfcgang.com/files/
-DISTNAME=	samp021r2.svr
+		http://www.kfcgang.com/files/ \
+		http://files.gtanet.com/samp/ \
+		http://thegtaplanet.net/download/ \
+		http://sa-mp.popznet.com/files/
+DISTNAME=	samp022svr
 
 MAINTAINER=	ports@logvinov.com
 COMMENT=	Rockstar's GTA: San Andreas multiplayer modification dedicated server
 
 USE_LINUX=	yes
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/samp02
+WRKSRC=		${WRKDIR}/samp022
 USE_DOS2UNIX=	server.cfg *.pwn
 USE_RC_SUBR=	sampd
 SAMPDIR=	${PREFIX}/lib/${PORTNAME}
@@ -36,7 +39,7 @@
 
 do-install:
 	${MKDIR} ${SAMPDIR}
-.for i in samp02svr announce
+.for i in samp022svr announce
 	${BRANDELF} -t Linux ${WRKSRC}/${i}
 	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${SAMPDIR}
 .endfor
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	26 Jul 2007 22:31:49 -0000	1.5
+++ distinfo	1 Sep 2007 06:10:24 -0000
@@ -1,3 +1,3 @@
-MD5 (samp021r2.svr.tar.gz) = fcc54c2fed50738f8a48e602f7922503
-SHA256 (samp021r2.svr.tar.gz) = 70e5ae5dfea5837b4e42d83d3a00811f48cbc26daf20bb87ddde4a4f73ed659b
-SIZE (samp021r2.svr.tar.gz) = 361617
+MD5 (samp022svr.tar.gz) = dea3b86a7303a6527912685635b46e60
+SHA256 (samp022svr.tar.gz) = 3864ec979421834e252df8ff98c03c31978c6e18805c13378cbcf2acfa761065
+SIZE (samp022svr.tar.gz) = 569540
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	25 Jun 2007 07:38:58 -0000	1.4
+++ pkg-plist	1 Sep 2007 06:10:24 -0000
@@ -1,16 +1,19 @@
 @unexec if cmp -s %D/etc/sampsvr.cfg %D/etc/sampsvr.cfg.dist; then rm -f %D/etc/sampsvr.cfg; fi
 etc/sampsvr.cfg.dist
 @exec [ -f %B/sampsvr.cfg ] || cp %B/%f %B/sampsvr.cfg
-%%SAMPDIR%%/samp02svr
+%%SAMPDIR%%/samp022svr
 %%SAMPDIR%%/announce
 %%SAMPDIR%%/server.cfg
 %%SAMPDIR%%/filterscripts
 %%SAMPDIR%%/gamemodes
+%%DATADIR%%/filterscripts/DEBUG_05.amx
 %%DATADIR%%/filterscripts/actions.amx
 %%DATADIR%%/filterscripts/actions.pwn
 %%DATADIR%%/filterscripts/adminspec.amx
 %%DATADIR%%/filterscripts/adminspec.pwn
 %%DATADIR%%/filterscripts/olddance.pwn
+%%DATADIR%%/filterscripts/vactions.pwn
+%%DATADIR%%/filterscripts/vactions.amx
 %%DATADIR%%/gamemodes/area51.amx
 %%DATADIR%%/gamemodes/area51.pwn
 %%DATADIR%%/gamemodes/barron.amx
@@ -33,10 +36,13 @@
 %%DATADIR%%/gamemodes/monster.pwn
 %%DATADIR%%/gamemodes/rivershell.amx
 %%DATADIR%%/gamemodes/rivershell.pwn
+%%DATADIR%%/gamemodes/rivershell2.amx
 %%DATADIR%%/gamemodes/sftdm.amx
 %%DATADIR%%/gamemodes/sftdm.pwn
 %%DATADIR%%/gamemodes/sniper.amx
 %%DATADIR%%/gamemodes/sniper.pwn
+%%DATADIR%%/gamemodes/timertest.pwn
+%%DATADIR%%/gamemodes/timertest.amx
 @dirrmtry %%DATADIR%%/gamemodes
 @dirrmtry %%DATADIR%%/filterscripts
 @dirrmtry %%DATADIR%%
Index: files/sampd.in
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/files/sampd.in,v
retrieving revision 1.4
diff -u -r1.4 sampd.in
--- files/sampd.in	26 Jul 2007 22:31:50 -0000	1.4
+++ files/sampd.in	1 Sep 2007 06:10:24 -0000
@@ -20,7 +20,7 @@
 : ${sampd_enable="NO"}
 : ${sampd_chdir="%%SAMPDIR%%"}
 
-command="%%SAMPDIR%%/samp02svr"
+command="%%SAMPDIR%%/samp022svr"
 command_args="> /dev/null &"
 required_files="%%PREFIX%%/etc/sampsvr.cfg"
 start_precmd="sampd_prestart"
>Release-Note:
>Audit-Trail:
>Unformatted:



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