From rebum@mail.vx.sk  Fri Feb  2 10:59:07 2007
Return-Path: <rebum@mail.vx.sk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D3F9216A400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Feb 2007 10:59:07 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from mail.vx.sk (neo.vx.sk [88.198.35.14])
	by mx1.freebsd.org (Postfix) with ESMTP id 9900F13C442
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Feb 2007 10:59:07 +0000 (UTC)
	(envelope-from rebum@mail.vx.sk)
Received: from localhost (localhost [127.0.0.1])
	by mail.vx.sk (Postfix) with ESMTP id 9F8493F480
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  2 Feb 2007 11:59:06 +0100 (CET)
Received: from mail.vx.sk ([127.0.0.1])
	by localhost (mail.vx.sk [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id QCHODt7GMUo0 for <FreeBSD-gnats-submit@freebsd.org>;
	Fri,  2 Feb 2007 11:59:03 +0100 (CET)
Received: by mail.vx.sk (Postfix, from userid 1001)
	id 728783F48D; Fri,  2 Feb 2007 11:59:03 +0100 (CET)
Message-Id: <20070202105903.728783F48D@mail.vx.sk>
Date: Fri,  2 Feb 2007 11:59:03 +0100 (CET)
From: Martin Matuska <martin@matuska.org>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] security/mcrypt/Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108684
>Category:       ports
>Synopsis:       [PATCH] security/mcrypt/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 02 11:00:29 GMT 2007
>Closed-Date:    Fri Feb 02 11:28:52 GMT 2007
>Last-Modified:  Fri Feb  2 11:30:11 GMT 2007
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
System: FreeBSD 6.2-RELEASE i386/amd64
>Description:
	Trailing backslashes in LIB_DEPENDS should be removed, this makes tinderbox unhappy
	This update does not require a portrevision bump (no changes in packages).
>How-To-Repeat:
>Fix:
--- security/mcrypt/Makefile.orig	Fri Feb  2 11:45:47 2007
+++ security/mcrypt/Makefile	Fri Feb  2 11:46:02 2007
@@ -20,8 +20,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Replacement for crypt(1)
 
-LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt/ \
-		mhash.2:${PORTSDIR}/security/mhash/
+LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt \
+		mhash.2:${PORTSDIR}/security/mhash
 
 USE_AUTOTOOLS=	autoconf:259:env
 USE_GETTEXT=		yes
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri Feb 2 11:28:51 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108684: commit references a PR
Date: Fri,  2 Feb 2007 11:28:40 +0000 (UTC)

 miwi        2007-02-02 11:28:34 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/mcrypt      Makefile 
   Log:
   - Fix LIB_DEPENDS
   
   PR:             108684
   Submitted by:   Martin Matuska <martin@matuska.org>
   
   Revision  Changes    Path
   1.36      +1 -1      ports/security/mcrypt/Makefile
 _______________________________________________
 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:
