ports/136769: Update port: www/wiliki update from 0.6 to 0.6.1

Kouki Hashimoto hsmtkk at gmail.com
Tue Jul 14 22:10:04 UTC 2009


>Number:         136769
>Category:       ports
>Synopsis:       Update port: www/wiliki update from 0.6 to 0.6.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 14 22:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Kouki Hashimoto
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD fb.localdomain 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Sun Jul 12 19:21:12 JST 2009     root at fb.localdomain:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Update port: www/wiliki
update from 0.6 to 0.6.1

1. updated PORTVERSION

2. solved install problem
cd po; make install
for lingua in ja; do  /usr/local/bin/gauche-install -d /usr/local/share/locale/$lingua/LC_MESSAGES/;  /usr/local/bin/gauche-install -m 444 $lingua.gmo /usr/local/share/locale/$lingua/LC_MESSAGES//WiLiKi.mo;  done
*** ERROR: couldn't open input file: "ja.gmo"

>How-To-Repeat:

>Fix:
diff -r e6f7aecf1a8f -r a68e1173b1cd Makefile
--- a/Makefile	Tue Jul 14 22:53:17 2009 +0900
+++ b/Makefile	Wed Jul 15 07:00:00 2009 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wiliki
-PORTVERSION=	0.6
+PORTVERSION=	0.6.1
 CATEGORIES=	www scheme
 MASTER_SITES=	SF
 DISTNAME=	WiLiKi-${PORTVERSION}
@@ -40,6 +40,9 @@
 		-e 's,wiliki2?¥.css,/&,' ¥
 		-e "s/:language 'jp/:language 'en/" ${WRKSRC}/src/*.cgi
 
+post-build:
+	cd ${WRKSRC}/po && ${MAKE} ja.gmo 
+
 post-install:
 	${MKDIR} ${PREFIX}/www/cgi-bin
 .for f in wiliki.cgi wiliki2.cgi
diff -r e6f7aecf1a8f -r a68e1173b1cd distinfo
--- a/distinfo	Tue Jul 14 22:53:17 2009 +0900
+++ b/distinfo	Wed Jul 15 07:00:00 2009 +0900
@@ -1,3 +1,3 @@
-MD5 (WiLiKi-0.6.tgz) = 673cde21379f89587ca4cf792a39be03
-SHA256 (WiLiKi-0.6.tgz) = a9cd8c1a40f76605098720198c780501bc38d3ebe4f670c92a84f184fffaa195
-SIZE (WiLiKi-0.6.tgz) = 123724
+MD5 (WiLiKi-0.6.1.tgz) = 8146731239193ecc8a7cbaf75fcd66e9
+SHA256 (WiLiKi-0.6.1.tgz) = 060b612c09d132932c56be7beadb61abb4bf7d6f25743ba016639e5e40c9254d
+SIZE (WiLiKi-0.6.1.tgz) = 123954


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list