Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 13:18:13 GMT
From:      Dominic Marks <dom@cus.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45141: Maintainer Update: www/siege
Message-ID:  <200211081318.gA8DIDJt050379@moo.cus.org.uk>

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

>Number:         45141
>Category:       ports
>Synopsis:       Maintainer Update: www/siege
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 08 05:20:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
UMIST
>Environment:
System: FreeBSD moo.cus.org.uk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 20 15:11:50 BST 2002 root@moo.cus.org.uk:/usr/obj/usr/src/sys/MOO i386


	
>Description:
	www/siege 2.55 unbreak.

	The source tarball was renamed and master site was moved. I also
	improved the Makefile a little.
	
>How-To-Repeat:
	NA.
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/siege/Makefile,v
retrieving revision 1.9
diff -u -3 -p -r1.9 Makefile
--- Makefile	2002/11/02 04:33:41	1.9
+++ Makefile	2002/11/08 12:58:16
@@ -8,8 +8,10 @@
 PORTNAME=	siege
 PORTVERSION=	2.55
 CATEGORIES=	benchmarks
-MASTER_SITES=	ftp://ftp.armstrong.com/pub/siege/ \
-		http://nerf-herder.net/siege/
+MASTER_SITES=	ftp://sid.joedog.org/pub/siege/
+DISTNAME=	${PORTNAME}-latest
+EXTRACT_SUFX=	.tar.gz
+WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	d.marks@student.umist.ac.uk
 
@@ -22,7 +24,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/siege ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/utils/bombardment ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/utils/siege.config ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv.pl ${PREFIX}/bin/siege2csv
+	@${MV} ${WRKSRC}/utils/siege2csv.pl ${WRKSRC}/utils/siege2csv
+	${INSTALL_SCRIPT} ${WRKSRC}/utils/siege2csv ${PREFIX}/bin
 .for F in bombardment.1 layingsiege.1 siege.1 siege.config.1 \
 	siege2csv.1 urls_txt.1
 	${INSTALL_MAN} ${WRKSRC}/doc/${F} ${PREFIX}/man/man1
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/benchmarks/siege/distinfo,v
retrieving revision 1.7
diff -u -3 -p -r1.7 distinfo
--- distinfo	2002/08/12 06:23:27	1.7
+++ distinfo	2002/11/08 12:58:16
@@ -1 +1 @@
-MD5 (siege-2.55.tar.gz) = fb07257e7cf58c8a69fd81f20be5b2eb
+MD5 (siege-latest.tar.gz) = 49eeb90b40bdb9ca3d0f9415ec790c8b
	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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