Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2007 14:09:37 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/114005: [maintainer update] games/sampsvr: update to 0.2.1
Message-ID:  <200706250409.l5P49b2D003573@blg.akavia.ru>
Resent-Message-ID: <200706250420.l5P4K3uC057706@freefall.freebsd.org>

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

>Number:         114005
>Category:       ports
>Synopsis:       [maintainer update] games/sampsvr: update to 0.2.1
>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:   Mon Jun 25 04:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:

>Description:

  Update to 0.2.1
    
>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	22 Jun 2007 08:29:19 -0000	1.3
+++ Makefile	25 Jun 2007 04:02:51 -0000
@@ -5,13 +5,12 @@
 # $FreeBSD: ports/games/sampsvr/Makefile,v 1.3 2007/06/22 08:29:19 miwi Exp $
 
 PORTNAME=	sampsvr
-PORTVERSION=	0.2
+PORTVERSION=	0.2.1
 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=	samp02svr
+		http://dedi.azer.nl/upload/
+DISTNAME=	samp021svr
 
 MAINTAINER=	ports@logvinov.com
 COMMENT=	Rockstar's GTA: San Andreas multiplayer modification dedicated server
@@ -34,12 +33,9 @@
 
 .include <bsd.port.pre.mk>
 
-post-patch:
-	@${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${USE_RC_SUBR}
-
 do-install:
 	${MKDIR} ${SAMPDIR}
-.for i in ${USE_RC_SUBR} announce
+.for i in samp02svr 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.3
diff -u -r1.3 distinfo
--- distinfo	22 Jun 2007 08:29:19 -0000	1.3
+++ distinfo	25 Jun 2007 04:00:03 -0000
@@ -1,3 +1,3 @@
-MD5 (samp02svr.tar.gz) = 1e556dfd3ebe59f3fcc7f28ac787a115
-SHA256 (samp02svr.tar.gz) = eb215f59c4d5df5ef235cea68e9275320d582b0f9814d29257fedc7492fc794a
-SIZE (samp02svr.tar.gz) = 362370
+MD5 (samp021svr.tar.gz) = 77c1a1b6efd0d4ebc27f2e28c77ac062
+SHA256 (samp021svr.tar.gz) = c072051b70e8cd16d8abd5f3bbac615a003ea4b9d12bdffc33a287607c8483fb
+SIZE (samp021svr.tar.gz) = 358237
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	22 Jun 2007 08:29:19 -0000	1.3
+++ pkg-plist	25 Jun 2007 04:01:52 -0000
@@ -1,7 +1,7 @@
 @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%%/sampd
+%%SAMPDIR%%/samp02svr
 %%SAMPDIR%%/announce
 %%SAMPDIR%%/server.cfg
 %%SAMPDIR%%/filterscripts
Index: files/sampd.in
===================================================================
RCS file: /home/pcvs/ports/games/sampsvr/files/sampd.in,v
retrieving revision 1.2
diff -u -r1.2 sampd.in
--- files/sampd.in	20 Feb 2007 08:03:51 -0000	1.2
+++ files/sampd.in	25 Jun 2007 04:01:17 -0000
@@ -20,7 +20,7 @@
 : ${sampd_enable="NO"}
 : ${sampd_chdir="%%SAMPDIR%%"}
 
-command="%%SAMPDIR%%/sampd"
+command="%%SAMPDIR%%/samp02svr"
 command_args="&"
 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?200706250409.l5P49b2D003573>