summaryrefslogtreecommitdiff
path: root/japanese/gawk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-08 22:51:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-08 22:51:35 +0000
commit738c82731cca18982835a4002440d5ae40543582 (patch)
tree73e8646462326ac5ca043ae5669b05eebebeb0e1 /japanese/gawk
parentUpgrade. (diff)
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 <nobu@psrc.isac.co.jp>
Notes
Notes: svn path=/head/; revision=1664
Diffstat (limited to 'japanese/gawk')
-rw-r--r--japanese/gawk/Makefile29
-rw-r--r--japanese/gawk/distinfo3
-rw-r--r--japanese/gawk/pkg-comment2
3 files changed, 28 insertions, 6 deletions
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 <nobu@psrc.isac.co.jp>
#
-# $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</d' -e '/-----8</,/-----8</d' | uudecode; \
+ rm -f ${DISTPATCHES};\
+ fi)
+
.include <bsd.port.mk>
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