Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2006 13:10:14 GMT
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/92498 japanese/hns update to version 2.19.6
Message-ID:  <200604051310.k35DAEgZ021837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/92498; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To: Yoichi NAKAYAMA <yoichi@geiin.org>
Cc: bug-followup@FreeBSD.org, hnsmaster@h14m.org
Subject: Re: ports/92498 japanese/hns update to version 2.19.6
Date: Wed, 05 Apr 2006 22:09:29 +0900

 >>>>> In <86k6a4n09o.wl%yoichi@geiin.org> 
 >>>>>	Yoichi NAKAYAMA <yoichi@geiin.org> wrote:
 > Nakaji-san,
 > I'm sorry for handling this pr so late.
 > I meet checksum mismatch error with the last patch
 > you posts. Would you give us some explanation?
 
 Oops. I downloaded the redirecting HTML file and did not recognized
 my mistake.
 
 This is a correct patch to update to the latest 2.19.8. Thanks.
 
 Index: Makefile
 ===================================================================
 RCS file: /net/www/home/ncvs/ports/japanese/hns/Makefile,v
 retrieving revision 1.12
 diff -u -r1.12 Makefile
 --- Makefile	22 Jan 2004 11:05:55 -0000	1.12
 +++ Makefile	5 Apr 2006 13:03:51 -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=	${MASTER_SITE_SOURCEFORGE_JP}
 +MASTER_SITE_SUBDIR=	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 -r1.7 distinfo
 --- distinfo	31 Mar 2004 03:08:41 -0000	1.7
 +++ distinfo	5 Apr 2006 13:04:16 -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) = 3abc82843cb90bfef2b6b98b726a73fd
 +SHA256 (hns-2.19.8.tar.gz) = 6314a8a47b362e4e278571b3a0abad16cbd33081427f2d93137676d1c4cde06e
 +SIZE (hns-2.19.8.tar.gz) = 747715
 
 -- 
 NAKAJI Hiroyuki



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