From 738c82731cca18982835a4002440d5ae40543582 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 8 May 1995 22:51:35 +0000 Subject: Upgrade (2.15.4+mb1.03 -> 2.15.6+mb1.04). Also ftp the patch from a news archive instead of carrying it as patch-aa. Submitted by: Nobuhiro Yasutomi --- japanese/gawk/Makefile | 29 +++++++++++++++++++++++++---- japanese/gawk/distinfo | 3 ++- japanese/gawk/pkg-comment | 2 +- 3 files changed, 28 insertions(+), 6 deletions(-) (limited to 'japanese/gawk') diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index 06b92b14ebc0..278c9c8d4b1c 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gawk+mb -# Version required: 2.15.4+mb1.03 +# Version required: 2.15.6+mb1.04 # Date created: 5 April 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.2 1995/04/07 05:48:03 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/09 09:01:30 asami Exp $ # -DISTNAME= gawk-2.15.4 -PKGNAME= jp-gawk-2.15.4 +DISTNAME= gawk-2.15.6 +PKGNAME= jp-gawk-2.15.6 CATEGORIES+= japanese MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ @@ -17,4 +17,25 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= bsd44 PATCH_STRIP= -p1 +PATCH_SITES= ftp://ftp.iij.ad.jp/pub/NetNews/fj.sources/volume95/May/ +PATCHFILES= gawk-2.15.6-mb1.04.diff.gz +DISTPATCHES= 950503.01.Z 950503.02.Z 950503.03.Z 950503.04.Z +PATCH_DIST_STRIP= -p1 + +pre-fetch: + @(cd ${DISTDIR}; \ + if [ ! -f ${PATCHFILES} ]; then \ + ${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \ + for file in ${DISTPATCHES} ; do \ + for site in ${PATCH_SITES} ; do \ + if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \ + break; \ + fi \ + done; \ + done; \ + for file in ${DISTPATCHES} ; do zcat $${file}; done | \ + sed -e '1,/-----8 diff --git a/japanese/gawk/distinfo b/japanese/gawk/distinfo index 68aac8ae4355..366ec6ba4341 100644 --- a/japanese/gawk/distinfo +++ b/japanese/gawk/distinfo @@ -1 +1,2 @@ -MD5 (gawk-2.15.4.tar.gz) = ea9e7312a5fc3a761ca8ff4b219d432a +MD5 (gawk-2.15.6.tar.gz) = 62ad283de0ca65365481a9dc05bc367c +MD5 (gawk-2.15.6-mb1.04.diff.gz) = bcf13277edf459b43269eeba1e70be38 diff --git a/japanese/gawk/pkg-comment b/japanese/gawk/pkg-comment index db5173a413bf..fd30cf6893d7 100644 --- a/japanese/gawk/pkg-comment +++ b/japanese/gawk/pkg-comment @@ -1 +1 @@ -GNU awk version 2.15.4 + multi-byte extension 1.03 +GNU awk version 2.15.6 + multi-byte extension 1.04 -- cgit v1.2.3