- Update to 112
This commit is contained in:
parent
b4028ec882
commit
796740a466
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243869
3 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= powder
|
||||
PORTVERSION= 111
|
||||
PORTVERSION= 112
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.zincland.com/powder/release/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
@ -17,6 +17,7 @@ COMMENT= Graphical dungeon crawling game
|
|||
|
||||
USE_GMAKE= yes
|
||||
USE_SDL= sdl
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/port/linux
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (powder111_src.tar.gz) = 6b4ae441bb8a08da2985381b1dc00313
|
||||
SHA256 (powder111_src.tar.gz) = fc76270137941d028586cc3ba95d23bdc524dbfa30e0f6dea247eefe3b085eec
|
||||
SIZE (powder111_src.tar.gz) = 1389349
|
||||
MD5 (powder112_src.tar.gz) = 0b1126bce4714e90c1d5cb6ea7bf1215
|
||||
SHA256 (powder112_src.tar.gz) = 6e2ae4a2976697bb9f35d43fd71c3268c38878b894d6d4b73dbbda0fd39f087d
|
||||
SIZE (powder112_src.tar.gz) = 1449064
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
--- gfx/rebuild.sh.orig 2009-02-06 04:42:17.000000000 +0300
|
||||
+++ gfx/rebuild.sh 2009-06-08 00:18:29.000000000 +0400
|
||||
--- gfx/rebuild.sh.orig 2009-09-24 06:33:55.000000000 +0400
|
||||
+++ gfx/rebuild.sh 2009-11-05 18:35:53.000000000 +0300
|
||||
@@ -3,10 +3,10 @@
|
||||
echo Rebuilding Graphics Files
|
||||
|
||||
for tileset in classic adambolt nethack ascii ibsongrey akoimeexx; do
|
||||
for tileset in classic distorted adambolt nethack ascii ibsongrey akoimeexx lomaka ; do
|
||||
- pushd $tileset
|
||||
+ cd $tileset
|
||||
echo Building tiles...
|
||||
|
|
Loading…
Reference in a new issue