Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2002 19:52:59 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        markp@FreeBSD.org
Subject:   ports/37107: Student
Message-ID:  <20020415185259.407CE4E8@host213-123-130-182.in-addr.btopenworld.com>

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

>Number:         37107
>Category:       ports
>Synopsis:       Student
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 15 12:00:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #2: Mon Apr 8
21:19:28 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386

	
>Description:
	Upgrade of benchmarks/siege, 2.09 => 2.52
	
	
>How-To-Repeat:
	
>Fix:

	Maintainer (and Committer in this case) is CC:ed.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/benchmarks/siege/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2001/09/30 08:25:04	1.5
+++ Makefile	2002/04/15 18:43:53
@@ -6,32 +6,26 @@
 #
 
 PORTNAME=	siege
-PORTVERSION=	2.09
+PORTVERSION=	2.52
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.armstrong.com/pub/siege/ \
 		http://nerf-herder.net/siege/
 
 MAINTAINER=	markp@FreeBSD.org
-
-USE_LIBTOOL=	yes
-CONFIGURE_ARGS+=	--with-ssl=/usr --disable-shared
-MAN1=	siege.1 siege.config.1 scout.1 layingsiege.1 urls_txt.1 bombardment.1 \
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-ssl=/usr --disable-shared
+MAN1=	siege.1 siege.config.1 layingsiege.1 urls_txt.1 bombardment.1 \
 	siege2csv.1
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/siege/siege ${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/src/scout/scout ${PREFIX}/bin
+	${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
-.for F in bombardment.1 layingsiege.1 scout.1 siege.1 siege.config.1 \
-		siege2csv.1 urls_txt.1
+	
+.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
 .endfor
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	${INSTALL_DATA} ${WRKSRC}/doc/manual.html \
-		${PREFIX}/share/doc/${PORTNAME}
-.endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/benchmarks/siege/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	2001/09/30 08:25:04	1.5
+++ distinfo	2002/04/15 18:43:53
@@ -1 +1 @@
-MD5 (siege-2.09.tar.gz) = 8d95f0f3177fd78f2c787bd2615e3227
+MD5 (siege-2.52.tar.gz) = 16d65f09ea3715f7f000da956377f5f5
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/benchmarks/siege/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	2001/06/08 04:18:55	1.1
+++ pkg-plist	2002/04/15 18:43:53
@@ -1,7 +1,4 @@
 bin/siege
-bin/scout
 bin/bombardment
 bin/siege2csv
 bin/siege.config
-%%PORTDOCS%%share/doc/siege/manual.html
-%%PORTDOCS%%@dirrm share/doc/siege

	


>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?20020415185259.407CE4E8>