ports/92498: japanese/hns update to version 2.19.6

NAKAJI Hiroyuki nakaji at jp.freebsd.org
Thu Mar 9 01:15:56 UTC 2006


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 at 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,^\., at dirrm share/${PORTNAME},' | ${SORT} -r \
+		${SED} 's,^\., at 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



More information about the freebsd-ports-bugs mailing list