From greid@ukug.uk.freebsd.org  Thu Dec 21 15:32:55 2000
Return-Path: <greid@ukug.uk.freebsd.org>
Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41])
	by hub.freebsd.org (Postfix) with ESMTP id 802D537B400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Dec 2000 15:32:54 -0800 (PST)
Received: from sobek.openirc.co.uk ([62.252.9.13])
          by mta01-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <20001221233252.DPVS6427.mta01-svc.ntlworld.com@sobek.openirc.co.uk>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 21 Dec 2000 23:32:52 +0000
Message-Id: <Pine.BSF.4.21.0012212335130.89698-100000@sobek.openirc.co.uk>
Date: Thu, 21 Dec 2000 23:36:32 +0000 (GMT)
From: George Reid <greid@ukug.uk.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] benchmarks/postmark has unfetchable distfile

>Number:         23730
>Category:       ports
>Synopsis:       [PATCH] benchmarks/postmark has unfetchable distfile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 21 15:40:01 PST 2000
>Closed-Date:    Sat Dec 23 14:24:54 PST 2000
>Last-Modified:  Sat Dec 23 14:25:33 PST 2000
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
Port benchmarks/postmark has an unfetchable distfile. Patch updates to
version 1.13.
>How-To-Repeat:
Try to build :)
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/postmark/Makefile,v
retrieving revision 1.6
diff -r1.6 Makefile
10c10
< PORTVERSION=  1.11
---
> PORTVERSION=  1.13
13a14
> DISTNAME=     postmark-1_13
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/benchmarks/postmark/distinfo,v
retrieving revision 1.2
diff -r1.2 distinfo
1c1
< MD5 (postmark-1.11.c) = ded89dc97961bd35837f00a38f7e71df
---
> MD5 (postmark-1_13.c) = d6a208f56b140669da4cc11ef8501cdc



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->obrien 
Responsible-Changed-By: roam 
Responsible-Changed-When: Fri Dec 22 02:17:06 PST 2000 
Responsible-Changed-Why:  
Over to maintainer; the patch I submitted in a followup does the trick for me :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23730 

From: Peter Pentchev <roam@orbitel.bg>
To: George Reid <greid@dogma.freebsd-uk.eu.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/23730: [PATCH] benchmarks/postmark has unfetchable distfile
Date: Fri, 22 Dec 2000 12:12:36 +0200

 On Thu, Dec 21, 2000 at 11:36:32PM +0000, George Reid wrote:
 > 
 > >Number:         23730
 > >Category:       ports
 > >Synopsis:       [PATCH] benchmarks/postmark has unfetchable distfile
 > >Originator:     George Reid
 > >Organization:
 > FreeBSD UKUG
 > >Environment:
 > n/a
 > >Description:
 > Port benchmarks/postmark has an unfetchable distfile. Patch updates to
 > version 1.13.
 > >How-To-Repeat:
 > Try to build :)
 > >Fix:
 
 I think the attached patch would be more appropriate:
 - a unified diff is always easier to read ;)
 - patch(1) whines if you hand it spaces where it expects tabs;
 - no real need to set DISTNAME explicitly, make(1) already has
   the magic to do it by itself :)
 
 G'luck,
 Peter
 
 -- 
 Nostalgia ain't what it used to be.
 
 Index: ports/benchmarks/postmark/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/benchmarks/postmark/Makefile,v
 retrieving revision 1.6
 diff -u -r1.6 Makefile
 --- ports/benchmarks/postmark/Makefile	2000/04/08 22:04:25	1.6
 +++ ports/benchmarks/postmark/Makefile	2000/12/22 10:00:42
 @@ -7,10 +7,11 @@
  #
  
  PORTNAME=	postmark
 -PORTVERSION=	1.11
 +PORTVERSION=	1.13
  CATEGORIES=	benchmarks
  MASTER_SITES=	http://www.netapp.com/ftp/  \
  		http://www.taronga.com/~nick/files/
 +DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/g}
  EXTRACT_SUFX=	.c
  
  MAINTAINER=	obrien@FreeBSD.org
 Index: ports/benchmarks/postmark/distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/benchmarks/postmark/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- ports/benchmarks/postmark/distinfo	2000/04/15 09:27:15	1.2
 +++ ports/benchmarks/postmark/distinfo	2000/12/22 09:59:18
 @@ -1 +1 @@
 -MD5 (postmark-1.11.c) = ded89dc97961bd35837f00a38f7e71df
 +MD5 (postmark-1_13.c) = d6a208f56b140669da4cc11ef8501cdc
 
Responsible-Changed-From-To: obrien->freebsd-ports 
Responsible-Changed-By: obrien 
Responsible-Changed-When: Fri Dec 22 14:39:55 PST 2000 
Responsible-Changed-Why:  
dropped maintainership 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23730 
State-Changed-From-To: open->closed  
State-Changed-By: dannyboy 
State-Changed-When: Sat Dec 23 14:24:54 PST 2000 
State-Changed-Why:  
Patch by roam in followup committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23730 
>Unformatted:
