From nobody@FreeBSD.org  Fri Jan  4 19:15:44 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8462F16A418
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jan 2008 19:15:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7578C13C4DB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jan 2008 19:15:44 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m04JEn3I048962
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Jan 2008 19:14:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m04JEnrV048961;
	Fri, 4 Jan 2008 19:14:49 GMT
	(envelope-from nobody)
Message-Id: <200801041914.m04JEnrV048961@www.freebsd.org>
Date: Fri, 4 Jan 2008 19:14:49 GMT
From: Kim Naim Lesmer <kim@bitflop.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Package maintainer update info
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kim@usebsd.com

>Number:         119337
>Category:       ports
>Synopsis:       ports-mgmt/portcheck: maintainer update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 04 19:20:00 UTC 2008
>Closed-Date:    Thu Jan 10 12:51:40 UTC 2008
>Last-Modified:  Thu Jan 10 12:51:40 UTC 2008
>Originator:     Kim Naim Lesmer
>Release:        6.2
>Organization:
>Environment:
>Description:
I am resending my update. Sorry for the delay and problem with last update.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/ports-mgmt/portcheck
#	/usr/ports/ports-mgmt/portcheck/pkg-descr.diff
#	/usr/ports/ports-mgmt/portcheck/distinfo
#	/usr/ports/ports-mgmt/portcheck/Makefile.diff
#
echo c - /usr/ports/ports-mgmt/portcheck
mkdir -p /usr/ports/ports-mgmt/portcheck > /dev/null 2>&1
echo x - /usr/ports/ports-mgmt/portcheck/pkg-descr.diff
sed 's/^X//' >/usr/ports/ports-mgmt/portcheck/pkg-descr.diff << 'END-of-/usr/ports/ports-mgmt/portcheck/pkg-descr.diff'
X--- pkg-descr_old	Fri Jan  4 20:12:18 2008
X+++ pkg-descr_new	Fri Jan  4 20:12:42 2008
X@@ -1,6 +1,6 @@
X Portcheck is a simple and small script for FreeBSD 
X-which first updates the ports tree and then runs an 
X+that first updates the ports tree and then runs an 
X update and a security checkup of all the installed packages.
X Portcheck depends on portsnap, portaudit and pkg_version.
X 
X-WWW: http://www.usebsd.com/pub/portcheck/
X+WWW: http://www.bitflop.com/pub/sh/portcheck/
END-of-/usr/ports/ports-mgmt/portcheck/pkg-descr.diff
echo x - /usr/ports/ports-mgmt/portcheck/distinfo
sed 's/^X//' >/usr/ports/ports-mgmt/portcheck/distinfo << 'END-of-/usr/ports/ports-mgmt/portcheck/distinfo'
XMD5 (rerolled/portcheck-1.13.tbz) = 8799a9181e4bbd42723ea0d814d02199
XSHA256 (rerolled/portcheck-1.13.tbz) = 3e9900c771bbbca08e19681165804801afe3d18db699e7e7284fe541965425b2
XSIZE (rerolled/portcheck-1.13.tbz) = 2260
END-of-/usr/ports/ports-mgmt/portcheck/distinfo
echo x - /usr/ports/ports-mgmt/portcheck/Makefile.diff
sed 's/^X//' >/usr/ports/ports-mgmt/portcheck/Makefile.diff << 'END-of-/usr/ports/ports-mgmt/portcheck/Makefile.diff'
X--- Makefile_old	Thu Aug  2 05:42:00 2007
X+++ Makefile_new	Fri Jan  4 20:08:37 2008
X@@ -1,17 +1,18 @@
X # New ports collection makefile for:   portcheck
X # Date created:        01 January 2007
X-# Whom:                Kim Naim Lesmer <kim@usebsd.com>
X+# Whom:                Kim Naim Lesmer <kim@bitflop.com>
X #
X-# $FreeBSD: /repoman/r/pcvs/ports/ports-mgmt/portcheck/Makefile,v 1.3 2007/02/06 02:42:16 linimon Exp $
X+# $FreeBSD: ports/ports-mgmt/portcheck/Makefile,v 1.6 2007/08/15 18:08:13 sat Exp $
X #
X 
X PORTNAME=	portcheck
X-PORTVERSION=	1.12
X+PORTVERSION=	1.13
X CATEGORIES=	ports-mgmt
X-MASTER_SITES=   http://www.usebsd.com/pub/portcheck/files/
X+MASTER_SITES=	http://www.bitflop.com/pub/sh/portcheck/
X EXTRACT_SUFX=	.tbz
X+DIST_SUBDIR=	rerolled
X 
X-MAINTAINER=	kim@usebsd.com
X+MAINTAINER=	kim@bitflop.com
X COMMENT=	Maintains the ports tree and checks up the installed packages
X 
X RUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit
X@@ -28,10 +29,4 @@
X 	@${ECHO} "See 'man portcheck' for information about usage."
X 	@${ECHO} ""
X 
X-.include <bsd.port.pre.mk>
X-
X-.if ${OSVERSION} < 504104
X-IGNORE=	Doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE
X-.endif
X-
X-.include <bsd.port.post.mk>
X+.include <bsd.port.mk>
END-of-/usr/ports/ports-mgmt/portcheck/Makefile.diff
exit



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: linimon 
Class-Changed-When: Fri Jan 4 21:11:06 UTC 2008 
Class-Changed-Why:  
Reclassify. 

fwiw, we prefer port updates to be in diff -u format, as suggested in 
the Porter's Handbook. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119337 

From: Kim Naim Lesmer <knl@bitflop.com>
To: bug-followup@FreeBSD.org, kim@bitflop.com
Cc:  
Subject: Re: ports/119337: ports-mgmt/portcheck: maintainer update
Date: Sat, 5 Jan 2008 02:17:27 +0100

 >From-To:	change-request->maintainer-update
 >By:	linimon
 >When:	Fri Jan 4 21:11:06 UTC 2008
 >Why:	Reclassify.
 >fwiw, we prefer port updates to be in diff -u format, as suggested in
 >the Porter's Handbook.
 
 Yes, but since I have several updates, to more than one file, it is not
 possible to submit all of them. I was told to do a "shar" and submit
 that.
 
 I find no information in the porters book about updating several files
 and submitting them.
 
 If this isn't useful, then please just delete portcheck from the ports
 system since I have tried to update this several times and really don't
 want to spend any more time trying.
 
 Best regards.
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Sun Jan 6 15:54:32 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119337 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 7 06:50:15 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119337 
State-Changed-From-To: feedback->closed 
State-Changed-By: araujo 
State-Changed-When: Thu Jan 10 12:50:33 UTC 2008 
State-Changed-Why:  
Duplicate PR with 119381. 

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