From root+utd59514@utdallas.edu  Sat Jul  7 19:54:15 2007
Return-Path: <root+utd59514@utdallas.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 4E5EB16A421
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Jul 2007 19:54:15 +0000 (UTC)
	(envelope-from root+utd59514@utdallas.edu)
Received: from smtp2.utdallas.edu (smtp2.utdallas.edu [129.110.10.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 34C1313C447
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Jul 2007 19:54:15 +0000 (UTC)
	(envelope-from root+utd59514@utdallas.edu)
Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28])
	by smtp2.utdallas.edu (Postfix) with ESMTP id C42995C53D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  7 Jul 2007 14:54:14 -0500 (CDT)
Received: by utd59514.utdallas.edu (Postfix, from userid 0)
	id C250026181C; Sat,  7 Jul 2007 14:54:14 -0500 (CDT)
Message-Id: <20070707195414.C250026181C@utd59514.utdallas.edu>
Date: Sat,  7 Jul 2007 14:54:14 -0500 (CDT)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: security/sancp, minor update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         114390
>Category:       ports
>Synopsis:       security/sancp, minor update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 20:00:10 GMT 2007
>Closed-Date:    Sat Jul 14 22:22:22 GMT 2007
>Last-Modified:  Sat Jul 14 22:30:02 GMT 2007
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-SECURITY i386
>Organization:
University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Wed Feb 14 12:22:36 UTC 2007 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This update replaces the distfile and four patchfiles with
	the new stable release that includes all the patches.
	Nothing else in the security/sancp port changes except
	some minor typographical errors that are corrected.
>How-To-Repeat:
	
>Fix:

	These patches don't fix a problem.  They update the port to the latest
	stable release, eliminating the need to apply multiple patches.

--- patch-Makefile begins here ---
--- Makefile.orig	Sat Jul  7 14:40:45 2007
+++ Makefile	Sat Jul  7 14:44:26 2007
@@ -7,16 +7,11 @@
 
 PORTNAME=	sancp
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	sancp
-
-PATCH_SITES=	http://sancp.sourceforge.net/
-PATCHFILES=	sancp-1.6.1.fix200511.a.patch \
-		sancp-1.6.1.fix200606.bd.patch \
-		sancp-1.6.1.fix200601.c.patch
-PATCH_DIST_STRIP=-p1
+DISTNAME=	${PORTNAME}-${PORTVERSION}-stable
 
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	A network connection profiler
--- patch-Makefile ends here ---

--- patch-distinfo begins here ---
--- distinfo.orig	Sat Jul  7 14:40:52 2007
+++ distinfo	Sat Jul  7 14:44:34 2007
@@ -1,12 +1,3 @@
-MD5 (sancp-1.6.1.tar.gz) = b83e2f4abb2bf7b10fd874aa58f6324c
-SHA256 (sancp-1.6.1.tar.gz) = 58e487a4bd83716e90ff19d0d7fab352e28bbe143be60f4ee61c34d5fa6380a3
-SIZE (sancp-1.6.1.tar.gz) = 69986
-MD5 (sancp-1.6.1.fix200511.a.patch) = 7b357ec3371fc399c7589261f0d8d11b
-SHA256 (sancp-1.6.1.fix200511.a.patch) = f80ea77873f03de40399c2c9247590829f02421d68758425cd139c48151eb13c
-SIZE (sancp-1.6.1.fix200511.a.patch) = 662
-MD5 (sancp-1.6.1.fix200606.bd.patch) = c073023ce198326e5724704f50a926dc
-SHA256 (sancp-1.6.1.fix200606.bd.patch) = d8c773a879944011a6e43b6632e7f11e8c0bb267e5750be76873d1d172b49c27
-SIZE (sancp-1.6.1.fix200606.bd.patch) = 6902
-MD5 (sancp-1.6.1.fix200601.c.patch) = 67be8fb2d747db03b61b157a340fc24c
-SHA256 (sancp-1.6.1.fix200601.c.patch) = 38fe2e2db7419fb79c57b1e0505dbfda9958f56ab85259a84485111eb644880f
-SIZE (sancp-1.6.1.fix200601.c.patch) = 3578
+MD5 (sancp-1.6.1-stable.tar.gz) = ffa64f2fdb49afd7ef16fbefda21e251
+SHA256 (sancp-1.6.1-stable.tar.gz) = 9836262aaf02bde116a9e79d342ea3af8b4991c7ba27b816fb54ed6c0863ff48
+SIZE (sancp-1.6.1-stable.tar.gz) = 71748
--- patch-distinfo ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sat Jul 7 21:21:44 UTC 2007 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114390 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sat Jul 14 22:21:58 UTC 2007 
State-Changed-Why:  
Committed (with changes), Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114390: commit references a PR
Date: Sat, 14 Jul 2007 22:21:21 +0000 (UTC)

 beech       2007-07-14 22:21:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/sancp       Makefile distinfo pkg-deinstall pkg-descr 
                          pkg-install pkg-plist 
   Log:
   - Update to 1.6.1_2
   - Minor fixes
   
   PR:             ports/114390
   Submitted by:   Paul Schmehl <pauls@utdallas.edu> (maintainer)
   Approved by:    sat (mentor)
   
   Revision  Changes    Path
   1.4       +16 -23    ports/security/sancp/Makefile
   1.4       +3 -12     ports/security/sancp/distinfo
   1.3       +4 -0      ports/security/sancp/pkg-deinstall
   1.2       +2 -0      ports/security/sancp/pkg-descr
   1.2       +4 -0      ports/security/sancp/pkg-install
   1.3       +2 -4      ports/security/sancp/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
