diff options
author | pat <pat@FreeBSD.org> | 2002-01-28 15:00:18 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-28 15:00:18 +0800 |
commit | ccebff95537dd242e4b2f5e2b00fb0f8d812989f (patch) | |
tree | 811746756f0b0ad385c38d17d8f4921a1192d984 /games | |
parent | 9ccfe9a37411d35f040e706d3e79018aa339304c (diff) | |
download | freebsd-ports-gnome-ccebff95537dd242e4b2f5e2b00fb0f8d812989f.tar.gz freebsd-ports-gnome-ccebff95537dd242e4b2f5e2b00fb0f8d812989f.tar.zst freebsd-ports-gnome-ccebff95537dd242e4b2f5e2b00fb0f8d812989f.zip |
Update to 2.50.26 which fixes some recently discovered exploits.
Diffstat (limited to 'games')
-rw-r--r-- | games/hlserver-admin/Makefile | 11 | ||||
-rw-r--r-- | games/hlserver-admin/distinfo | 3 |
2 files changed, 5 insertions, 9 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile index 81de5b87995a..1b24ce893af3 100644 --- a/games/hlserver-admin/Makefile +++ b/games/hlserver-admin/Makefile @@ -6,13 +6,11 @@ # PORTNAME= admin -PORTVERSION= 2.50.11 +PORTVERSION= 2.50.26 PORTEPOCH= 1 MASTER_SITES= http://www.adminmod.org/downloads/ \ - http://www.adminmod.org/downloads/beta/ \ http://www.metamod.org/dl/dlls/ -DISTFILES= halflife-admin-2.50.09.tgz \ - halflifeadmin-beta-${PORTVERSION:S/.//g}.tgz \ +DISTFILES= halflife-admin-${PORTVERSION}.tgz \ metamod_i386.so DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTFILES:S/metamod_i386.so//} @@ -22,9 +20,8 @@ WRKSRC= ${WRKDIR}/Admin slaveport-post-extract: @${CP} ${DISTDIR}/${DIST_SUBDIR}/metamod_i386.so \ ${WRKSRC}/dlls - @${CP} ${WRKDIR}/admin_MM_i386.so ${WRKSRC}/dlls - @${PERL} -pi.orig -e 's|2.50.07|${PORTVERSION}|; \ - s|/usr/local/games/hlds_l|${PREFIX}${HLDSDIR:S/\/$//}|' \ + @${PERL} -pi.orig -e \ + 's|/usr/local/games/hlds_l|${PREFIX}${HLDSDIR:S/\/$//}|' \ ${WRKSRC}/install_admin slaveport-post-install: diff --git a/games/hlserver-admin/distinfo b/games/hlserver-admin/distinfo index a7c52303a03a..ba5f060bf6e6 100644 --- a/games/hlserver-admin/distinfo +++ b/games/hlserver-admin/distinfo @@ -1,3 +1,2 @@ -MD5 (admin/halflife-admin-2.50.09.tgz) = 0c3e84ab27a3c743b9528732817a5c1e -MD5 (admin/halflifeadmin-beta-25011.tgz) = 8b6e922afd779b09be70eab6c400fc08 +MD5 (admin/halflife-admin-2.50.26.tgz) = 2cf17ed1ca4f183d4fd43fe36092f097 MD5 (admin/metamod_i386.so) = 2748472bf2cdab7623277181793cb764 |