1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Update to version 0.4

PR:		57771
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-10-09 13:36:58 +00:00
parent 3ee0f906af
commit a37f523af7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90711
3 changed files with 13 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wiliki
PORTVERSION= 0.3
PORTVERSION= 0.4
CATEGORIES= www scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -21,8 +21,11 @@ RUN_DEPENDS= ${LOCALBASE}/share/gauche/${GAUCHE_VER}/lib/dbm/gdbm.scm:${PORTSDIR
USE_REINPLACE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/bin/gauche-config)
GAUCHE_VER!= `gauche-config -V`
GAUCHE_VER= `gauche-config -V`
.else
GAUCHE_VER= none
.endif
@ -31,7 +34,7 @@ post-patch:
${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,' \
-e 's,/home/shiro/data/wikidata.dbm,/var/wiliki/data.dbm,' \
-e 's/"wiliki-sample.css"/#f/' \
-e "s/'jp/'en/" ${WRKSRC}/src/wiliki.cgi
-e "s/:language 'jp/:language 'en/" ${WRKSRC}/src/wiliki.cgi
pre-install:
${MKDIR} `gauche-config --sitelibdir`
@ -46,4 +49,4 @@ post-install:
${CHOWN} www:www /var/wiliki
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (WiLiKi-0.3.tgz) = cd681afe7a1528b53f1ecb33f5c21835
MD5 (WiLiKi-0.4.tgz) = 7d2f8fe90537ff5562693590da9a24f7

View File

@ -1,6 +1,11 @@
www/cgi-bin/wiliki.cgi.dist
@unexec rmdir %D/www/cgi-bin 2>/dev/null || true
share/gauche/site/lib/wiliki.scm
share/gauche/site/lib/wiliki/db.scm
share/gauche/site/lib/wiliki/edit.scm
share/gauche/site/lib/wiliki/format.scm
share/gauche/site/lib/wiliki/history.scm
share/gauche/site/lib/wiliki/log.scm
share/gauche/site/lib/wiliki/macro.scm
share/gauche/site/lib/wiliki/mcatalog.scm
share/gauche/site/lib/wiliki/msgs.jp