1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to 2.19.8

PR:		ports/92498
Submitted by:	NAKAJI Hiroyuki
Approved by:	maintainer (timeout)
This commit is contained in:
Yoichi NAKAYAMA 2006-04-05 13:34:41 +00:00
parent 922591837b
commit 63f021492e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158865
2 changed files with 8 additions and 9 deletions

View File

@ -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 @@ COMMENT= Hyper NIKKI System, a CGI system for Electric Diary Interchange
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 @@ do-install:
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}

View File

@ -1,3 +1,4 @@
MD5 (hns-2.10-pl3.tar.gz) = 9428cbc3791fbd6530e28f43d31ffa99
SHA256 (hns-2.10-pl3.tar.gz) = 5af05bcaaabc2b411d388b9619f7a7eb957f123b765ca11c811e15be05c1d9d8
MD5 (hns-2.19.8.tar.gz) = 3abc82843cb90bfef2b6b98b726a73fd
SHA256 (hns-2.19.8.tar.gz) = 6314a8a47b362e4e278571b3a0abad16cbd33081427f2d93137676d1c4cde06e
SIZE (hns-2.19.8.tar.gz) = 747715
SIZE (hns-2.10-pl3.tar.gz) = 975507