From wxs@atarininja.org  Thu Jul 13 13:39:14 2006
Return-Path: <wxs@atarininja.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC45316A4DE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jul 2006 13:39:14 +0000 (UTC)
	(envelope-from wxs@atarininja.org)
Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEB043D49
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Jul 2006 13:39:14 +0000 (GMT)
	(envelope-from wxs@atarininja.org)
Received: by syn.atarininja.org (Postfix, from userid 1001)
	id 9EC525C2E; Thu, 13 Jul 2006 09:40:26 -0400 (EDT)
Message-Id: <20060713134026.9EC525C2E@syn.atarininja.org>
Date: Thu, 13 Jul 2006 09:40:26 -0400 (EDT)
From: Wesley Shields <wxs@atarininja.org>
Reply-To: Wesley Shields <wxs@atarininja.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE]: security/libtomcrypt
X-Send-Pr-Version: 3.113
X-GNATS-Notify: wxs@csh.rit.edu

>Number:         100210
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: security/libtomcrypt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 13 13:40:16 GMT 2006
>Closed-Date:    Thu Jul 13 14:59:31 GMT 2006
>Last-Modified:  Thu Jul 13 14:59:31 GMT 2006
>Originator:     Wesley Shields
>Release:        FreeBSD 6.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 10 10:00:45 EST 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
security/libtomcrypt is up to 1.13 now.  The attached patch updates the
port and makes the IGNORE string read properly.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile	31 May 2006 18:06:34 -0000	1.16
+++ Makefile	13 Jul 2006 13:37:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libtomcrypt
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 CATEGORIES=	security
 MASTER_SITES=	http://libtomcrypt.com/files/
 DISTNAME=	crypt-${PORTVERSION}
@@ -32,7 +32,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_LIBTOMMATH) && !defined(WITH_TOMSFASTMATH) && !defined(WITH_GMP)
-IGNORE=	you must choose at least LibTomMath, TomsFastMath, or GMP (or all three)
+IGNORE=	requires LibTomMath, TomsFastMath, or GMP (or all three)
 .endif
 
 .if !defined(WITHOUT_LIBTOMMATH)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	31 May 2006 18:06:34 -0000	1.12
+++ distinfo	13 Jul 2006 13:37:54 -0000
@@ -1,3 +1,3 @@
-MD5 (crypt-1.12.tar.bz2) = 0a018c0a84deea104bbc21d566f142fc
-SHA256 (crypt-1.12.tar.bz2) = 3001f79f26d3e70ae52e3f752c506aec1159c5efdcc43ca970cbfc7904c50907
-SIZE (crypt-1.12.tar.bz2) = 1393191
+MD5 (crypt-1.13.tar.bz2) = 88f8501f9679e8f27f52a5d459b0737b
+SHA256 (crypt-1.13.tar.bz2) = 964ae6d306c1d562413b4b6d1593903e1ff5d3e90a29ffc6dc74f3e0cedee5e0
+SIZE (crypt-1.13.tar.bz2) = 1396963
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Thu Jul 13 13:40:24 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is not maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100210 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jul 13 13:40:33 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: Wesley Shields <wxs@atarininja.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/100210: [MAINTAINER UPDATE]: security/libtomcrypt
Date: Thu, 13 Jul 2006 09:54:00 -0400

 On Thu, Jul 13, 2006 at 01:40:30PM +0000, Edwin Groothuis wrote:
 > Maintainer of security/libtomcrypt,
 > 
 > Please note that PR ports/100210 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100210
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 
 I approve.  Sorry for not sending a PR to update the email address on
 all my ports.  I'll get to that shortly.
 
 -- WXS
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Thu Jul 13 14:35:12 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100210 
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Thu Jul 13 14:59:30 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

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