From nobody@FreeBSD.org  Mon Aug 26 11:28:10 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 56A94EC7
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Aug 2013 11:28:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 44ED42B43
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Aug 2013 11:28:10 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7QBSANt094348
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Aug 2013 11:28:10 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7QBSA72094347;
	Mon, 26 Aug 2013 11:28:10 GMT
	(envelope-from nobody)
Message-Id: <201308261128.r7QBSA72094347@oldred.freebsd.org>
Date: Mon, 26 Aug 2013 11:28:10 GMT
From: John Marino <freebsd@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: databases/mird checksum mismatch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: kiwi@oav.net

>Number:         181549
>Category:       ports
>Synopsis:       databases/mird checksum mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 11:30:01 UTC 2013
>Closed-Date:    Tue Sep 10 09:58:36 UTC 2013
>Last-Modified:  Tue Sep 10 09:58:36 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
distfile was rerolled:

=> Attempting to fetch http://grendel.firewall.com/caudium-pkg/Mird-1.0.7.tar.gz
fetch: http://grendel.firewall.com/caudium-pkg/Mird-1.0.7.tar.gz: size unknown
fetch: http://grendel.firewall.com/caudium-pkg/Mird-1.0.7.tar.gz: size of remote file is not known
Mird-1.0.7.tar.gz                                       -1  B 9251 kBps
===> Fetching all distfiles required by mird-1.0.7_3 for building
===>   mird-1.0.7_3 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by mird-1.0.7_3 for building
=> SHA256 Checksum mismatch for Mird-1.0.7.tar.gz.
===>  Giving up on fetching files: Mird-1.0.7.tar.gz 
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Aug 26 11:30:19 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: kiwi@oav.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181549: databases/mird checksum mismatch
Date: Mon, 26 Aug 2013 11:30:19 UT

 Maintainer of databases/mird,
 
 Please note that PR ports/181549 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/181549
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181549: commit references a PR
Date: Tue, 10 Sep 2013 09:39:09 +0000 (UTC)

 Author: marino
 Date: Tue Sep 10 09:39:02 2013
 New Revision: 326883
 URL: http://svnweb.freebsd.org/changeset/ports/326883
 
 Log:
   databases/mird: Mark BROKEN, checksum mismatch
   
   PR: ports/181549 (timed out)
 
 Modified:
   head/databases/mird/Makefile
 
 Modified: head/databases/mird/Makefile
 ==============================================================================
 --- head/databases/mird/Makefile	Tue Sep 10 09:35:54 2013	(r326882)
 +++ head/databases/mird/Makefile	Tue Sep 10 09:39:02 2013	(r326883)
 @@ -1,9 +1,5 @@
 -# ports collection makefile for:	Mird 1.0.7
 -# Date created:				07 November 2001
 -# Whom:					Xavier Beaudouin <kiwi@oav.net>
 -#
 +# Created by: Xavier Beaudouin <kiwi@oav.net>
  # $FreeBSD$
 -#
  
  PORTNAME=	mird
  PORTVERSION=	1.0.7
 @@ -17,11 +13,13 @@ DISTNAME=	Mird-${PORTVERSION}
  MAINTAINER=	kiwi@oav.net
  COMMENT=	A free database library with transaction support
  
 +BROKEN=		Unfetchable due to checksum mismatch
 +
  WRKSRC=		${WRKDIR}/${DISTNAME}
  
  USE_AUTOTOOLS=	autoconf:env
  USE_GCC=	any
 -USE_GMAKE=	yes
 +USES=		gmake
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS+=	--without-debug
  USE_LDCONFIG=	yes
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: marino 
State-Changed-When: Tue Sep 10 09:58:36 UTC 2013 
State-Changed-Why:  
Marked BROKEN 

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