From krion@voodoo.oberon.net  Wed Jun  4 00:44:48 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2B6EC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 00:44:48 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDFC43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2003 00:44:47 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19NSwu-000GuP-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jun 2003 09:44:44 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.10)
	id 19NSw6-0002gl-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 04 Jun 2003 09:43:54 +0200
Message-Id: <E19NSw6-0002gl-00@voodoo.oberon.net>
Date: Wed, 04 Jun 2003 09:43:54 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update net/packit (maintainer): 0.6.0 -> 0.6.0c
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52919
>Category:       ports
>Synopsis:       Update net/packit (maintainer): 0.6.0 -> 0.6.0c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 00:50:09 PDT 2003
>Closed-Date:    Wed Jun 04 01:55:50 PDT 2003
>Last-Modified:  Wed Jun 04 01:55:50 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update net/packit (maintainer): 0.6.0 -> 0.6.0c

Bug fixes in this release

>How-To-Repeat:
>Fix:
diff -urN packit.orig/Makefile packit/Makefile
--- packit.orig/Makefile	Mon Jun  2 21:44:29 2003
+++ packit/Makefile	Wed Jun  4 09:36:54 2003
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	packit
-PORTVERSION=	0.6.0
+PORTVERSION=	0.6.0c
 CATEGORIES=	net
-MASTER_SITES=	http://packit.sourceforge.net/
-DISTNAME=	${PORTNAME}-latest
+MASTER_SITES=	http://packit.sourceforge.net/downloads/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ponomarew@oberon.net
@@ -18,15 +17,18 @@
 BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
 
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet-config
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
 MAN8=		packit.8
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib" \
+		LIBS="-L${LOCALBASE}/lib"
+
+.if defined(WITHOUT_CAPTURE)
+CONFIGURE_ARGS+=	--without-capture
+.endif
+.if defined(WITHOUT_INJECTION)
+CONFIGURE_ARGS+=	--without-injection
+.endif
 
 pre-everything::
 	@${ECHO_MSG} ""
diff -urN packit.orig/distinfo packit/distinfo
--- packit.orig/distinfo	Mon Jun  2 17:55:15 2003
+++ packit/distinfo	Wed Jun  4 09:37:17 2003
@@ -1 +1 @@
-MD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3
+MD5 (packit-0.6.0c.tgz) = 972946d7134c1a35ff1a7308cbafa9ca
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 4 01:55:41 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

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