diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-26 22:31:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-26 22:31:50 +0000 |
commit | 47191ef3d86f9da65d02ea52e0b1889936a33a83 (patch) | |
tree | ccd4a15c9d4988e02e2677ff4e2d301ff4d0cb9f /games/sampsvr | |
parent | a3117c84a95de3a9eddce12d3705a0ab0738b921 (diff) |
Notes
Diffstat (limited to 'games/sampsvr')
-rw-r--r-- | games/sampsvr/Makefile | 7 | ||||
-rw-r--r-- | games/sampsvr/distinfo | 6 | ||||
-rw-r--r-- | games/sampsvr/files/sampd.in | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/games/sampsvr/Makefile b/games/sampsvr/Makefile index 763809f8ec8c..f81015f946ab 100644 --- a/games/sampsvr/Makefile +++ b/games/sampsvr/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ PORTNAME= sampsvr -PORTVERSION= 0.2.1 +DISTVERSION= 0.2.1.2 CATEGORIES= games linux MASTER_SITES= http://www.sa-mp.com/files/ \ http://eu.littlewhitey.com/ \ - http://dedi.azer.nl/upload/ -DISTNAME= samp021svr + http://dedi.azer.nl/upload/ \ + http://www.kfcgang.com/files/ +DISTNAME= samp021r2.svr MAINTAINER= ports@logvinov.com COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server diff --git a/games/sampsvr/distinfo b/games/sampsvr/distinfo index 53f2deecb178..e7bc5a7fae57 100644 --- a/games/sampsvr/distinfo +++ b/games/sampsvr/distinfo @@ -1,3 +1,3 @@ -MD5 (samp021svr.tar.gz) = 77c1a1b6efd0d4ebc27f2e28c77ac062 -SHA256 (samp021svr.tar.gz) = c072051b70e8cd16d8abd5f3bbac615a003ea4b9d12bdffc33a287607c8483fb -SIZE (samp021svr.tar.gz) = 358237 +MD5 (samp021r2.svr.tar.gz) = fcc54c2fed50738f8a48e602f7922503 +SHA256 (samp021r2.svr.tar.gz) = 70e5ae5dfea5837b4e42d83d3a00811f48cbc26daf20bb87ddde4a4f73ed659b +SIZE (samp021r2.svr.tar.gz) = 361617 diff --git a/games/sampsvr/files/sampd.in b/games/sampsvr/files/sampd.in index dd4aab6afe21..adba228e400a 100644 --- a/games/sampsvr/files/sampd.in +++ b/games/sampsvr/files/sampd.in @@ -21,7 +21,7 @@ load_rc_config $name : ${sampd_chdir="%%SAMPDIR%%"} command="%%SAMPDIR%%/samp02svr" -command_args="&" +command_args="> /dev/null &" required_files="%%PREFIX%%/etc/sampsvr.cfg" start_precmd="sampd_prestart" stop_precmd="sampd_prestop" |