Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 01:27:26 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63460: Update port: lang/nawk 20040207
Message-ID:  <200402271627.i1RGRQEs066735@alph.allbsd.org>
Resent-Message-ID: <200402271650.i1RGoKCP005525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63460
>Category:       ports
>Synopsis:       Update port: lang/nawk 20040207
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 27 08:50:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  8 19:26:12 JST 2004     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	Fix checksum mismatch reported on bento by updating this
	port to 20040207.  The changes in the new version include
	several bug fixes only.

>How-To-Repeat:
	N/A

>Fix:

Index: nawk/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/nawk/Makefile,v
retrieving revision 1.29
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.29 Makefile
--- nawk/Makefile	21 Feb 2004 19:56:07 -0000	1.29
+++ nawk/Makefile	26 Feb 2004 10:17:49 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	nawk
-PORTVERSION=	20030731
+PORTVERSION=	20040207
 CATEGORIES=	lang
 MASTER_SITES=	http://cm.bell-labs.com/who/bwk/
 DISTNAME=	awk
@@ -15,12 +15,11 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Brian Kernighan's pattern scanning and processing language
 
-BROKEN=		"Checksum mismatch"
-
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	a.out
 MAN1=		nawk.1
+CFLAGS+=	-DHAS_ISBLANK
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk
@@ -28,5 +27,3 @@
 	${INSTALL_MAN} ${WRKSRC}/nawk.1 ${PREFIX}/man/man1
 
 .include <bsd.port.mk>
-
-CFLAGS+=	-DHAS_ISBLANK
Index: nawk/distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/nawk/distinfo,v
retrieving revision 1.13
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.13 distinfo
--- nawk/distinfo	3 Sep 2003 07:00:22 -0000	1.13
+++ nawk/distinfo	26 Feb 2004 10:41:47 -0000
@@ -1 +1,2 @@
-MD5 (awk.tar.gz) = b234e6f79ce91ff45e1cd95b78b8fd48
+MD5 (awk.tar.gz) = e529168ac32cf43cb7ff8901e9cee785
+SIZE (awk.tar.gz) = 85779
>Release-Note:
>Audit-Trail:
>Unformatted:



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