Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jun 2003 09:43:54 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52919: Update net/packit (maintainer): 0.6.0 -> 0.6.0c
Message-ID:  <E19NSw6-0002gl-00@voodoo.oberon.net>
Resent-Message-ID: <200306040750.h547oA9A027860@freefall.freebsd.org>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 00:50:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19NSw6-0002gl-00>