mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to latest stable version.
PR: ports/50553 Submitted by: Sergey Matveychuk <sem@ciam.ru>
This commit is contained in:
parent
0ed0b22ce3
commit
086754e62e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84979
@ -6,14 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= psychostats
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= games www
|
||||
MASTER_SITES= ftp://ftp.psychostats.com/psychostats/ \
|
||||
http://www.madeagle.ru/apps/stats/psychostats/linux/1.7/ \
|
||||
MASTER_SITES= ftp://ftp.thaiguy.net/ \
|
||||
http://www.psychostats.com/dl/ \
|
||||
http://www.realityslap.com/downloads/ \
|
||||
http://www.freebooters.org/ps/ \
|
||||
http://www.cool-squad.com/downloads/ \
|
||||
http://www.green-goblin.de/psychostats/
|
||||
http://fratello-server.com/downloads/serveur/ \
|
||||
http://mirrors.voyager.net/games/halflife/stats/psychostats/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||
|
||||
MAINTAINER= martin@tradex.sk
|
||||
@ -22,7 +21,7 @@ COMMENT= Popular player statistics generator for Half-Life (cs/dod)
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
# files which should be installed with executable perms
|
||||
EXECUTABLES= stats install.pl
|
||||
EXECUTABLES= stats.pl install.pl
|
||||
|
||||
post-patch:
|
||||
.for files in ${EXECUTABLES}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (psychostats1.7.tar.gz) = ea99fff2012615afb1bb673a37e6add5
|
||||
MD5 (psychostats1.9.1.tar.gz) = 1fd22c8359ab474e0cd5b0729a404946
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- stats.orig Fri Nov 23 13:20:38 2001
|
||||
+++ stats Fri Nov 23 13:20:58 2001
|
||||
@@ -22,7 +22,7 @@
|
||||
my $starttime = time(); # time when stats update started.
|
||||
|
||||
my $OS = $^O;
|
||||
-my $os_slash = ($OS eq 'linux') ? '/' : '\\';
|
||||
+my $os_slash = ($OS eq 'linux' or 'FreeBSD') ? '/' : '\\';
|
||||
my $progpath = &getprogdir(); # relative path the script is running in.
|
||||
|
||||
#push(@INC,$progpath);
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user