From owner-freebsd-ports Fri Feb 13 01:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01969 for freebsd-ports-outgoing; Fri, 13 Feb 1998 01:40:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01935; Fri, 13 Feb 1998 01:40:00 -0800 (PST) (envelope-from gnats) Date: Fri, 13 Feb 1998 01:40:00 -0800 (PST) Message-Id: <199802130940.BAA01935@hub.freebsd.org> To: freebsd-ports Cc: From: MIHIRA "Sanpei" Yoshiro Subject: Re: ports/3928: New port: jp-pgp-2.6.3ia (language) Reply-To: MIHIRA "Sanpei" Yoshiro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/3928; it has been noted by GNATS. From: MIHIRA "Sanpei" Yoshiro To: freebsd-gnats-submit@freebsd.org, hikura@kaisei.org Cc: Subject: Re: ports/3928: New port: jp-pgp-2.6.3ia (language) Date: Fri, 13 Feb 1998 18:31:15 +0900 Hi. I tested and reviewed this ports about four months. I hope to import ports collection :-) BTW, e-mail address of this pr's Originator is missing, is collect, I think. I fixed as belows: o update MASTER_SITES o rename PKGNAME prefix to ja from jp. o add security category o by portlint: x delete -p option for ${MKDIR} x use ${SH} x erase some illegal space between `*_DEPENDS' and `+=' o PKGNAME FATAL ERROR: PKGNAME is originated from PKGNAME of security/pgp,USA_RESIDENT=NO (PKGNAME= pgp-2.6.3ia) I think it's OK. ---- Yoshiro MIHIRA Fix: diff -uNr pgp.language/Makefile pgp.language.new/Makefile --- pgp.language/Makefile Mon Jun 23 03:48:37 1997 +++ pgp.language.new/Makefile Fri Feb 13 18:14:24 1998 @@ -7,16 +7,16 @@ # DISTNAME= pgp263i-${PGP_LANGUAGE} -PKGNAME= jp-pgp-2.6.3ia -CATEGORIES= japanese -MASTER_SITES= ftp://ftp.win.or.jp/pub/network/pgp/lang/ \ - ftp://ftp.ifi.uio.no/pub/pgp/lang/ +PKGNAME= ja-pgp-2.6.3ia +CATEGORIES= japanese security +MASTER_SITES= ftp://ftp.win.or.jp/pub/network/pgp/2.x/lang/ \ + ftp://ftp.ifi.uio.no/pub/pgp/2.x/lang/ EXTRACT_SUFX= .zip MAINTAINER= hikura@kaisei.org -BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS += pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +RUN_DEPENDS+= pgp:${PORTSDIR}/security/pgp EXTRACT_CMD= unzip EXTRACT_ARGS= -q @@ -34,7 +34,7 @@ do-install: -[ -d ${PGPLIB} ] || { \ - ${MKDIR} -p ${PGPLIB} ; \ + ${MKDIR} ${PGPLIB} ; \ chown bin.bin ${PGPLIB} ; \ chmod 555 ${PGPLIB} ; } -[ -f ${PGPLIB}/language.txt ] && \ @@ -44,7 +44,7 @@ ${INSTALL_DATA} memo ${PGPLIB}/memo.ja @cd ${PGPLIB}; \ ${GREP} -l -q '^Language.*=.*${PGP_LANG}' config.txt || \ - /bin/sh ${SCRIPTDIR}/pgp.config.l10n.sh \ + ${SH} ${SCRIPTDIR}/pgp.config.l10n.sh \ ${PGPLIB} ${PGP_LANG} ${PGP_CHARSET} -pgp > /dev/null 2>&1 # update .idx file @${CAT} ${PKGDIR}/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message