From jos@catnook.com  Fri Jun 13 11:47:39 2003
Return-Path: <jos@catnook.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C0CAA37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2003 11:47:39 -0700 (PDT)
Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239])
	by mx1.FreeBSD.org (Postfix) with SMTP id 08EA043F93
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2003 11:47:39 -0700 (PDT)
	(envelope-from jos@catnook.com)
Received: (qmail 7895 invoked by uid 1000); 13 Jun 2003 18:48:00 -0000
Message-Id: <20030613184800.7894.qmail@lizzy.catnook.com>
Date: 13 Jun 2003 18:48:00 -0000
From: Jos Backus <jos@catnook.com>
Reply-To: Jos Backus <jos@catnook.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer-update: sysutils/mktool to version 0.0.25
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53287
>Category:       ports
>Synopsis:       Maintainer-update: sysutils/mktool to version 0.0.25
>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:   Fri Jun 13 11:50:18 PDT 2003
>Closed-Date:    Fri Jun 13 21:25:41 PDT 2003
>Last-Modified:  Fri Jun 13 21:25:41 PDT 2003
>Originator:     Jos Backus
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
CatNook
>Environment:
System: FreeBSD lizzy.catnook.com 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Thu Jun 12 22:18:30 PDT 2003 root@lizzy.catnook.com:/disk0/usr/obj/disk0/usr/src/sys/LIZZY i386

>Description:

	Patch to update sysutils/mktool to version 0.0.25. This also cleans up
	the port Makefile a little and switches us to using the .bz2 distfile.

>How-To-Repeat:
>Fix:

diff -ruN mktool/Makefile mktool-new/Makefile
--- mktool/Makefile	Thu Feb 20 18:41:00 2003
+++ mktool-new/Makefile	Thu Jun  5 20:45:01 2003
@@ -6,23 +6,22 @@
 #
 
 PORTNAME=	mktool
-PORTVERSION=	0.0.7
+PORTVERSION=	0.0.25
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.io.com/~manoj/file/
 
 MAINTAINER=	jos@catnook.com
 COMMENT=	Portable tools to manage processes and networked services
 
-WRKSRC=		${WRKDIR}/mktool
-
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
+USE_BZIP2=	yes
 
-post-extract:
+pre-patch:
 	@${REINPLACE_CMD} -e ' \
 		s,^OPT=.*,OPT=${CFLAGS},; \
 		s,=gcc,?=gcc,; \
 		s,^bindir=.*,bindir=${PREFIX}/bin,; \
-		s,cp -a,install -m ${BINMODE},' ${WRKSRC}/Makefile
+		s,cp -p,${INSTALL_PROGRAM},' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
diff -ruN mktool/distinfo mktool-new/distinfo
--- mktool/distinfo	Mon May 27 18:11:28 2002
+++ mktool-new/distinfo	Thu Jun  5 09:25:25 2003
@@ -1 +1 @@
-MD5 (mktool-0.0.7.tar.gz) = cb2d4c919dca5c0a9e4fbf1a1b91d736
+MD5 (mktool-0.0.25.tar.bz2) = a081289261279d97b68394756f0c7aae
diff -ruN mktool/pkg-plist mktool-new/pkg-plist
--- mktool/pkg-plist	Tue May 28 10:36:16 2002
+++ mktool-new/pkg-plist	Thu Jun  5 21:01:15 2003
@@ -1,7 +1,10 @@
 bin/babysit
+bin/bsc
 bin/bsok
-bin/envuidgid
+bin/bswait
 bin/execlp
+bin/getlock
 bin/setugid
-bin/tcpaccept
+bin/sockaccept
 bin/tcplisten
+bin/unixlisten
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Fri Jun 13 21:25:40 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

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