Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2005 18:06:21 +1100 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/78108: [PATCH] lang/nawk: update to 20041222 (fix unfetchable)
Message-ID:  <20050226070621.D77EA186F@localhost>
Resent-Message-ID: <200502260710.j1Q7AFwd085376@freefall.freebsd.org>

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

>Number:         78108
>Category:       ports
>Synopsis:       [PATCH] lang/nawk: update to 20041222 (fix unfetchable)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 07:10:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
- Update to 20041222
- Mastersite subdir change

>How-To-Repeat:
>Fix:

--- nawk-20041222.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/lang/nawk/Makefile,v
retrieving revision 1.30
diff -u -u -r1.30 Makefile
--- Makefile	27 Feb 2004 18:37:06 -0000	1.30
+++ Makefile	26 Feb 2005 06:57:23 -0000
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	nawk
-PORTVERSION=	20040207
+PORTVERSION=	20041222
 CATEGORIES=	lang
-MASTER_SITES=	http://cm.bell-labs.com/who/bwk/
+MASTER_SITES=	http://cm.bell-labs.com/cm/cs/who/bwk/
 DISTNAME=	awk
 
 MAINTAINER=	ports@FreeBSD.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/lang/nawk/distinfo,v
retrieving revision 1.14
diff -u -u -r1.14 distinfo
--- distinfo	27 Feb 2004 18:37:06 -0000	1.14
+++ distinfo	26 Feb 2005 07:00:16 -0000
@@ -1,2 +1,2 @@
-MD5 (awk.tar.gz) = e529168ac32cf43cb7ff8901e9cee785
-SIZE (awk.tar.gz) = 85779
+MD5 (awk.tar.gz) = 8e943474a884059cd19eb4753d116bbe
+SIZE (awk.tar.gz) = 114531
Index: files/patch-run.c
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/lang/nawk/files/patch-run.c,v
retrieving revision 1.1
diff -u -u -r1.1 patch-run.c
--- files/patch-run.c	30 Apr 2001 17:44:40 -0000	1.1
+++ files/patch-run.c	26 Feb 2005 07:03:29 -0000
@@ -1,6 +1,6 @@
---- run.c.orig	Mon Oct 30 13:26:57 2000
-+++ run.c	Mon Apr 30 00:00:26 2001
-@@ -1483,15 +1483,15 @@
+--- run.c.orig	Mon Dec  6 06:44:42 2004
++++ run.c	Sat Feb 26 18:01:46 2005
+@@ -1507,15 +1507,15 @@
  		u = (Awkfloat) system(getsval(x)) / 256;   /* 256 is unix-dep */
  		break;
  	case FRAND:
--- nawk-20041222.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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