diff options
author | acm <acm@FreeBSD.org> | 2009-01-20 15:43:56 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-20 15:43:56 +0800 |
commit | 32e5c6466bc88767b63ccf81e3e49bc78c513755 (patch) | |
tree | 463130d7026496fbc12e5076d7c87f9bc55795f4 /games/el-data | |
parent | 533d809f1772b69924614034191ab2799eabbc23 (diff) | |
download | freebsd-ports-graphics-32e5c6466bc88767b63ccf81e3e49bc78c513755.tar.gz freebsd-ports-graphics-32e5c6466bc88767b63ccf81e3e49bc78c513755.tar.zst freebsd-ports-graphics-32e5c6466bc88767b63ccf81e3e49bc78c513755.zip |
- Update to 180
Diffstat (limited to 'games/el-data')
-rw-r--r-- | games/el-data/Makefile | 12 | ||||
-rw-r--r-- | games/el-data/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games/el-data/Makefile b/games/el-data/Makefile index 3046951040e..ab79fefc3d4 100644 --- a/games/el-data/Makefile +++ b/games/el-data/Makefile @@ -6,9 +6,11 @@ # PORTNAME= data -PORTVERSION= 140 +PORTVERSION= 180 CATEGORIES= games -MASTER_SITES= http://el.beplacid.net/downloads/ +MASTER_SITES= http://el.beplacid.net/downloads/ \ + http://www.eternal-lands.com/ \ + http://el.rauchs-home.de/client/ PKGNAMEPREFIX= el- DISTFILES= ${EL_DATA} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//} @@ -22,8 +24,8 @@ USE_DOS2UNIX= *.ini *.txt DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX:S/-//} PLIST= ${WRKDIR}/pkg-plist -WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX:S/-//}_install -EL_DATA= ${PKGNAMEPREFIX:S/-/_/}linux_install_${PORTVERSION}.zip +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX:S/-/_/}linux +EL_DATA= ${PKGNAMEPREFIX:S/-/_/}linux_${PORTVERSION}_install.zip do-extract: @${MKDIR} ${WRKDIR} @@ -38,6 +40,8 @@ post-extract: ${XARGS} -0 ${RM} -R @${FIND} ${WRKSRC} -type f -name "*.bin" -print0 | \ ${XARGS} -0 ${RM} -R + @${RM} -R ${WRKSRC}/custom ${WRKSRC}/textures/eye_candy/textures + pre-install: @${RM} -f ${PLIST} diff --git a/games/el-data/distinfo b/games/el-data/distinfo index 60b424ec452..10f61acd228 100644 --- a/games/el-data/distinfo +++ b/games/el-data/distinfo @@ -1,3 +1,3 @@ -MD5 (el/el_linux_install_140.zip) = 3e45142635cd0f4fcb769199d30eeff0 -SHA256 (el/el_linux_install_140.zip) = 713700920e461483910f9775e8202138ec8912770e533cf160d54e44f5057da7 -SIZE (el/el_linux_install_140.zip) = 40068971 +MD5 (el/el_linux_180_install.zip) = 1dd9a9446cdf08e5951c3935a8482ba4 +SHA256 (el/el_linux_180_install.zip) = 59ed045e6540352cff81177538fc94d45ba3609624e19f6ee5043837b628d698 +SIZE (el/el_linux_180_install.zip) = 53003598 |