From az@waterwall.inec.ru  Fri May 20 09:11:20 2005
Return-Path: <az@waterwall.inec.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D546C16A4CE
	for <freebsd-gnats-submit@freebsd.org>; Fri, 20 May 2005 09:11:20 +0000 (GMT)
Received: from waterwall.inec.ru (waterwall.inec.ru [213.148.3.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E63D143D7C
	for <freebsd-gnats-submit@freebsd.org>; Fri, 20 May 2005 09:11:19 +0000 (GMT)
	(envelope-from az@waterwall.inec.ru)
Received: from waterwall.inec.ru (root@localhost)
  by waterwall.inec.ru (8.13.1/8.12.6) with SMTP id j4K9CQpO075425
    for <freebsd-gnats-submit@freebsd.org>; Fri, 20 May 2005 13:12:26 +0400 (MSD)
Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1])
  by localhost (8.13.1/8.12.6) with ESMTP id j4K9CQ2u075419
    for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 May 2005 13:12:26 +0400 (MSD)
Received: from localhost (localhost.inec.ru [127.0.0.1])
	by localhost (Postfix) with SMTP id 8CA8959FB5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 May 2005 13:12:26 +0400 (MSD)
Received: from waterwall.inec.ru (localhost.inec.ru [127.0.0.1])
	by waterwall.inec.ru (Postfix) with ESMTP id AAP6428DA9FA1247F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 May 2005 13:12:26 +0400 (MSD)
Received: (from az@localhost)
	by waterwall.inec.ru (8.13.1/8.12.6/Submit) id j4K9CQwn075416;
	Fri, 20 May 2005 13:12:26 +0400 (MSD)
Message-Id: <200505200912.j4K9CQwn075416@waterwall.inec.ru>
Date: Fri, 20 May 2005 13:12:26 +0400 (MSD)
From: Andrej Zverev <az@inec.ru>
Reply-To: Andrej Zverev <az@inec.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] security/md5deep to 1.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81296
>Category:       ports
>Synopsis:       [update] security/md5deep to 1.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 20 09:20:01 GMT 2005
>Closed-Date:    Fri May 20 12:18:59 GMT 2005
>Last-Modified:  Fri May 20 12:18:59 GMT 2005
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 31 12:08:50 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:
	Use this patch
	Thank you.

	

--- md5deep.diff begins here ---
diff -Nru md5deep.orig/Makefile md5deep/Makefile
--- md5deep.orig/Makefile	Fri Nov  5 14:59:26 2004
+++ md5deep/Makefile	Fri May 20 11:48:36 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	md5deep
-PORTVERSION=	1.5
+PORTVERSION=	1.6
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,9 +17,10 @@
 ALL_TARGET=	unix
 USE_REINPLACE=	yes
 
-MAN1=		md5deep.1 sha1deep.1 sha256deep.1
+MAN1=		md5deep.1
+MLINKS=		md5deep.1 sha1deep.1 sha256deep.1 whirlpooldeep.1
 
-PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep
+PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep bin/whirlpooldeep
 
 post-patch:
 	@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' \
diff -Nru md5deep.orig/distinfo md5deep/distinfo
--- md5deep.orig/distinfo	Fri Nov  5 14:59:26 2004
+++ md5deep/distinfo	Fri May 20 11:25:06 2005
@@ -1,2 +1,2 @@
-MD5 (md5deep-1.5.tar.gz) = 14b94d3a38bd4ea6bcd7a6331fae6030
-SIZE (md5deep-1.5.tar.gz) = 33002
+MD5 (md5deep-1.6.tar.gz) = b87a26c856798457ed10bc9486178453
+SIZE (md5deep-1.6.tar.gz) = 67580
--- md5deep.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Fri May 20 11:23:36 GMT 2005 
State-Changed-Why:  
Asked maintainer for approval 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Fri May 20 11:23:36 GMT 2005 
Responsible-Changed-Why:  
Track 

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

From: Pav Lucistnik <pav@FreeBSD.org>
To: laszlof@vonostingroup.com, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/81296: [update] security/md5deep to 1.6
Date: Fri, 20 May 2005 13:23:33 +0200

 Dear maintainer of FreeBSD port security/md5deep, please take a look at
 
 http://www.freebsd.org/cgi/query-pr.cgi?q=81296
 
 Do you approve this update?
 
 -- 
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Any sufficiently advanced technology is indistinguishable from magic.
   -- Arthur C. Clarke

From: Frank Laszlo <laszlof@tvog.net>
To: pav@FreeBSD.org
Cc: az@inec.ru, bug-followup@FreeBSD.org
Subject: Re: ports/81296: [update] security/md5deep to 1.6
Date: Fri, 20 May 2005 08:02:17 -0400

 Looks great. tested and approved. Thank you Andrej.
 
 __________________________________________________
 Frank Laszlo
 System Administrator
 The VonOstin Group
 Email:  laszlof@tvog.net
 WWW:    http://www.vonostingroup.com
 Mobile: 248-863-7584
 
 
 
 Pav Lucistnik wrote:
 
 >Dear maintainer of FreeBSD port security/md5deep, please take a look at
 >
 >http://www.freebsd.org/cgi/query-pr.cgi?q=81296
 >
 >Do you approve this update?
 >
 >  
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri May 20 12:18:49 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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