Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2006 10:15:49 +0900
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        bug-followup@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org, hnsmaster@h14m.org
Subject:   Re: ports/92498: japanese/hns update to version 2.19.6
Message-ID:  <8764mov2nu.fsf@roddy.c3922.takamatsu-nct.ac.jp>
In-Reply-To: <200602060525.k165PIxt061805@freefall.freebsd.org> (Edwin Groothuis's message of "Mon, 6 Feb 2006 05:25:18 GMT")
References:  <200602060525.k165PIxt061805@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
hns-2.19.8 was released.

The make-rurimap.cgi script in hns-2.19.7 has a bug and does not work
properly.

Index: Makefile
===================================================================
RCS file: /net/www/home/ncvs/ports/japanese/hns/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	22 Jan 2004 11:05:55 -0000	1.12
+++ Makefile	9 Mar 2006 01:10:13 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	hns
-PORTVERSION=	2.10.3
+PORTVERSION=	2.19.8
 CATEGORIES=	japanese www perl5
-MASTER_SITES=	http://downloads.sourceforge.jp/h14m/3249/
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}-pl${PORTVERSION:E}
+MASTER_SITES=	http://www.h14m.org/dist/ \
+		http://prdownloads.sourceforge.jp/h14m/19205/
 
 MAINTAINER=	hnsmaster@h14m.org
 COMMENT=	Hyper NIKKI System, a CGI system for Electric Diary Interchange
@@ -17,8 +17,6 @@
 USE_PERL5=	yes
 NO_BUILD=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}-pl${PORTVERSION:E}
-
 do-install:
 	@if [ -d ${DATADIR} ]; then ${RM} -rf ${DATADIR}; fi
 	${MKDIR} ${DATADIR}
@@ -29,9 +27,9 @@
 
 post-install:
 	@cd ${WRKSRC} && ${FIND} . -type f -o -type l | \
-		sed 's,^\.,share/${PORTNAME},' | ${SORT} >> ${TMPPLIST}
+		${SED} 's,^\.,share/${PORTNAME},' | ${SORT} >> ${TMPPLIST}
 	@cd ${WRKSRC} && ${FIND} . -type d | \
-		sed 's,^\.,@dirrm share/${PORTNAME},' | ${SORT} -r \
+		${SED} 's,^\.,@dirrm share/${PORTNAME},' | ${SORT} -r \
 			>> ${TMPPLIST}
 	@${CAT} ${PKGMESSAGE}
 
Index: distinfo
===================================================================
RCS file: /net/www/home/ncvs/ports/japanese/hns/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	31 Mar 2004 03:08:41 -0000	1.7
+++ distinfo	9 Mar 2006 01:10:22 -0000
@@ -1,2 +1,3 @@
-MD5 (hns-2.10-pl3.tar.gz) = 9428cbc3791fbd6530e28f43d31ffa99
-SIZE (hns-2.10-pl3.tar.gz) = 975507
+MD5 (hns-2.19.8.tar.gz) = bd84a59b20c1b29ba837791db290399a
+SHA256 (hns-2.19.8.tar.gz) = ebbe390c0a07e50e8c9babbd7129c3e1bbce0c8003389a6f74f30224dbfaec50
+SIZE (hns-2.19.8.tar.gz) = 9904



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8764mov2nu.fsf>