From araujo@bsdmail.org  Wed Apr 18 18:14:31 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 699A516A400;
	Wed, 18 Apr 2007 18:14:31 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id 1DAF213C487;
	Wed, 18 Apr 2007 18:14:29 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id CAE4C2DA42B;
	Wed, 18 Apr 2007 15:14:28 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id rxs7TqxRoKwJ; Wed, 18 Apr 2007 15:14:23 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 209702DA46A;
	Wed, 18 Apr 2007 15:14:23 -0300 (BRT)
Received: (nullmailer pid 26654 invoked by uid 0);
	Wed, 18 Apr 2007 18:14:22 -0000
Message-Id: <1176920062.329076.26653.nullmailer@bsdmail.org>
Date: Wed, 18 Apr 2007 15:14:22 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: laszlof@FreeBSD.org
Subject: [PATCH] security/md5deep: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111826
>Category:       ports
>Synopsis:       [PATCH] security/md5deep: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    laszlof
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 18:20:02 GMT 2007
>Closed-Date:    Wed Apr 18 20:40:31 GMT 2007
>Last-Modified:  Wed Apr 18 20:50:03 GMT 2007
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bsdmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- remove support to FreeBSD 4.x (EOL)

Port maintainer (laszlof@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- md5deep-1.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/md5deep/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	11 Dec 2006 17:46:03 -0000	1.13
+++ Makefile	18 Apr 2007 18:12:55 -0000
@@ -24,14 +24,8 @@
 PLIST_FILES=	bin/md5deep bin/sha1deep bin/sha256deep \
 		bin/whirlpooldeep bin/tigerdeep
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on FreeBSD 4.x
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \
 	-e 's!-Wall -W -O3!${CFLAGS}!' ${WRKSRC}/Makefile
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- md5deep-1.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->laszlof 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Apr 18 18:20:20 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111826 
State-Changed-From-To: open->closed 
State-Changed-By: laszlof 
State-Changed-When: Wed Apr 18 20:40:23 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111826: commit references a PR
Date: Wed, 18 Apr 2007 20:40:16 +0000 (UTC)

 laszlof     2007-04-18 20:40:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/md5deep     Makefile 
   Log:
   - remove support to FreeBSD 4.x (EOL)
   
   PR:             ports/111826
   Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
   
   Revision  Changes    Path
   1.14      +1 -7      ports/security/md5deep/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:
