mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.53
PR: ports/83177 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
This commit is contained in:
parent
4d28918dfa
commit
f0c6ba8e53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139126
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= slimeforest
|
||||
PORTVERSION= 0.51
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.53
|
||||
CATEGORIES= japanese games linux
|
||||
MASTER_SITES= http://lrnj.com/sfa/
|
||||
MASTER_SITES= http://lrnj.com/
|
||||
DISTNAME= sfa
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
@ -22,12 +21,12 @@ NO_BUILD= yes
|
||||
USE_LINUX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/slimeforest
|
||||
FIND_DIRS= -type d \! -empty
|
||||
FIND_EXEC= \! -type d -and -perm -a+x \! -name "*.bak" \! -name "*.orig"
|
||||
FIND_DATA= \! -type d -and \! -perm -a+x -and \! -name "*.txt"
|
||||
LINK_OPTS= -s
|
||||
FIND_DIRS= -type d \! -empty
|
||||
FIND_EXEC= \! -type d -and -perm -a+x \! -name "*.bak" \! -name "*.orig"
|
||||
FIND_DATA= \! -type d -and \! -perm -a+x -and \! -name "*.txt"
|
||||
LINK_OPTS= -s
|
||||
|
||||
REPLACE_FILES= runfs runwin
|
||||
REPLACE_FILES= runfs runwin
|
||||
|
||||
post-patch:
|
||||
@for FILE in ${REPLACE_FILES}; do \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (sfa.tgz) = faab06d95dff3c2cab23931465ff0e5f
|
||||
SIZE (sfa.tgz) = 952154
|
||||
MD5 (sfa.tgz) = 02ff910c858782e3f7f5b5c62a1401dc
|
||||
SIZE (sfa.tgz) = 980262
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/slimeforest-fs
|
||||
bin/slimeforest-win
|
||||
%%DATADIR%%/jquest/exec.ver
|
||||
%%DATADIR%%/jquest/jquest
|
||||
%%DATADIR%%/jquest/images/axehero.png
|
||||
%%DATADIR%%/jquest/images/basic.font
|
||||
%%DATADIR%%/jquest/images/bcframe.png
|
||||
@ -11,6 +10,7 @@ bin/slimeforest-win
|
||||
%%DATADIR%%/jquest/images/blocktile.png
|
||||
%%DATADIR%%/jquest/images/blueblob.png
|
||||
%%DATADIR%%/jquest/images/blueblop.png
|
||||
%%DATADIR%%/jquest/images/bluecube.png
|
||||
%%DATADIR%%/jquest/images/blueslime.png
|
||||
%%DATADIR%%/jquest/images/brother.png
|
||||
%%DATADIR%%/jquest/images/castletile.png
|
||||
@ -26,6 +26,9 @@ bin/slimeforest-win
|
||||
%%DATADIR%%/jquest/images/downtile.png
|
||||
%%DATADIR%%/jquest/images/drawbackaxe.png
|
||||
%%DATADIR%%/jquest/images/drawbackhoe.png
|
||||
%%DATADIR%%/jquest/images/dunblob.png
|
||||
%%DATADIR%%/jquest/images/dunblop.png
|
||||
%%DATADIR%%/jquest/images/dunslime.png
|
||||
%%DATADIR%%/jquest/images/elder.png
|
||||
%%DATADIR%%/jquest/images/explainbug.png
|
||||
%%DATADIR%%/jquest/images/farmhero.png
|
||||
@ -45,10 +48,12 @@ bin/slimeforest-win
|
||||
%%DATADIR%%/jquest/images/greenblob.png
|
||||
%%DATADIR%%/jquest/images/greenblop.png
|
||||
%%DATADIR%%/jquest/images/greencube.png
|
||||
%%DATADIR%%/jquest/images/greengem24.png
|
||||
%%DATADIR%%/jquest/images/greenpipe.png
|
||||
%%DATADIR%%/jquest/images/greenslime.png
|
||||
%%DATADIR%%/jquest/images/hilltile.png
|
||||
%%DATADIR%%/jquest/images/hometile.png
|
||||
%%DATADIR%%/jquest/images/kanji16.font
|
||||
%%DATADIR%%/jquest/images/kanji48.font
|
||||
%%DATADIR%%/jquest/images/king.png
|
||||
%%DATADIR%%/jquest/images/magislime.png
|
||||
@ -95,7 +100,10 @@ bin/slimeforest-win
|
||||
%%DATADIR%%/jquest/images/wstile.png
|
||||
%%DATADIR%%/jquest/images/wswtile.png
|
||||
%%DATADIR%%/jquest/images/wwtile.png
|
||||
%%DATADIR%%/jquest/images/yellowgem24.png
|
||||
%%DATADIR%%/jquest/jquest
|
||||
%%DATADIR%%/jquest/languagedata/hints.data
|
||||
%%DATADIR%%/jquest/languagedata/hiragana.cpd
|
||||
%%DATADIR%%/jquest/languagedata/hiragana.data
|
||||
%%DATADIR%%/jquest/languagedata/kanji.cpd
|
||||
%%DATADIR%%/jquest/languagedata/kanji.data
|
||||
|
Loading…
Reference in New Issue
Block a user