diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-11 11:34:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-11 11:34:38 +0800 |
commit | 8a8f0052dc2c70ea361bc76c7e91df37fe5659e9 (patch) | |
tree | 3c0a85da4f6925d2f3b4f09b5ba672d4c980eecc /games | |
parent | 3d4ae0e4c712af6fee10f725e0f852a0139f76d7 (diff) | |
download | freebsd-ports-gnome-8a8f0052dc2c70ea361bc76c7e91df37fe5659e9.tar.gz freebsd-ports-gnome-8a8f0052dc2c70ea361bc76c7e91df37fe5659e9.tar.zst freebsd-ports-gnome-8a8f0052dc2c70ea361bc76c7e91df37fe5659e9.zip |
Update to 2.50.09
Submitted by: MAINTAINER
Diffstat (limited to 'games')
-rw-r--r-- | games/hlserver-admin/Makefile | 14 | ||||
-rw-r--r-- | games/hlserver-admin/distinfo | 3 | ||||
-rw-r--r-- | games/hlserver-admin/pkg-plist | 3 |
3 files changed, 6 insertions, 14 deletions
diff --git a/games/hlserver-admin/Makefile b/games/hlserver-admin/Makefile index dd6844847357..75d0b756e240 100644 --- a/games/hlserver-admin/Makefile +++ b/games/hlserver-admin/Makefile @@ -6,21 +6,15 @@ # PORTNAME= admin -PORTVERSION= 2.50.07 +PORTVERSION= 2.50.09 PORTEPOCH= 1 -MASTER_SITES= http://www.adminmod.org/downloads/ \ - http://metamod.org/files/other/ -DISTFILES= halflife-${PORTNAME}-${PORTVERSION}.tgz \ - metamod_i386.so +MASTER_SITES= http://www.adminmod.org/downloads/ +DISTNAME= halflife-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} +EXTRACT_SUFX= .tgz -EXTRACT_ONLY= halflife-${PORTNAME}-${PORTVERSION}.tgz WRKSRC= ${WRKDIR}/Admin -post-patch: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/metamod_i386.so \ - ${WRKSRC}/dlls - HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" diff --git a/games/hlserver-admin/distinfo b/games/hlserver-admin/distinfo index 0b20b5d06032..19e25798f9a8 100644 --- a/games/hlserver-admin/distinfo +++ b/games/hlserver-admin/distinfo @@ -1,2 +1 @@ -MD5 (admin/halflife-admin-2.50.07.tgz) = 1b0631a4df43d2a27973917245d7aecc -MD5 (admin/metamod_i386.so) = 95daa539247243b49a90e12f0034386d +MD5 (admin/halflife-admin-2.50.09.tgz) = 0c3e84ab27a3c743b9528732817a5c1e diff --git a/games/hlserver-admin/pkg-plist b/games/hlserver-admin/pkg-plist index c7171e91f27d..643646788d5b 100644 --- a/games/hlserver-admin/pkg-plist +++ b/games/hlserver-admin/pkg-plist @@ -1,4 +1,5 @@ %%PORTDOCS%%%%HLDSDIR%%/Admin/README +%%PORTDOCS%%%%HLDSDIR%%/Admin/UPDATE_INFO %%HLDSDIR%%/Admin/config/Samples/ips.ini %%HLDSDIR%%/Admin/config/Samples/maps.ini %%HLDSDIR%%/Admin/config/Samples/models.ini @@ -146,7 +147,6 @@ %%HLDSDIR%%/Admin/scripting/binaries/plugin_cheat.amx %%HLDSDIR%%/Admin/scripting/binaries/plugin_fun.amx %%HLDSDIR%%/Admin/scripting/binaries/plugin_hldsld_mapvote.amx -%%HLDSDIR%%/Admin/scripting/binaries/plugin_logtest.amx %%HLDSDIR%%/Admin/scripting/binaries/plugin_message.amx %%HLDSDIR%%/Admin/scripting/binaries/plugin_retribution.amx %%HLDSDIR%%/Admin/scripting/binaries/plugin_spawn.amx @@ -161,7 +161,6 @@ %%HLDSDIR%%/Admin/scripting/examples/plugin_cheat.sma %%HLDSDIR%%/Admin/scripting/examples/plugin_fun.sma %%HLDSDIR%%/Admin/scripting/examples/plugin_hldsld_mapvote.sma -%%HLDSDIR%%/Admin/scripting/examples/plugin_logtest.sma %%HLDSDIR%%/Admin/scripting/examples/plugin_message.sma %%HLDSDIR%%/Admin/scripting/examples/plugin_retribution.sma %%HLDSDIR%%/Admin/scripting/examples/plugin_spawn.sma |