diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-06 04:44:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-06 04:44:57 +0800 |
commit | 0eb3bdb7ad514a76fac6e7f591b53aa1249e0690 (patch) | |
tree | b86323b81f1defdc99650d74d14f2d135b9bf346 /games/hlstats/Makefile | |
parent | 31e7aed7f427fde5c65a24fe5149829d69eebef3 (diff) | |
download | freebsd-ports-gnome-0eb3bdb7ad514a76fac6e7f591b53aa1249e0690.tar.gz freebsd-ports-gnome-0eb3bdb7ad514a76fac6e7f591b53aa1249e0690.tar.zst freebsd-ports-gnome-0eb3bdb7ad514a76fac6e7f591b53aa1249e0690.zip |
- Update to 1.50
PR: 140317
Submitted by: Florian Smeets <flo@kasimir.com>
Diffstat (limited to 'games/hlstats/Makefile')
-rw-r--r-- | games/hlstats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hlstats/Makefile b/games/hlstats/Makefile index c3874c0e1374..f62f38a87c4e 100644 --- a/games/hlstats/Makefile +++ b/games/hlstats/Makefile @@ -6,15 +6,16 @@ # PORTNAME= hlstats -PORTVERSION= 1.38 +PORTVERSION= 1.50 CATEGORIES= games www -MASTER_SITES= SF/${PORTNAME}/HLstats/${PORTVERSION} +MASTER_SITES= http://www.hlstats-community.org/files/42/ MAINTAINER= ports@FreeBSD.org COMMENT= A real-time stats parser for Half Life & its mods RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes USE_PHP= yes USE_PERL5_RUN= yes |