From nobody@FreeBSD.org  Sat Jun  8 20:50:31 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5CC32FE8
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Jun 2013 20:50:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 35CF712EC
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  8 Jun 2013 20:50:31 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r58KoVHG002885
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 8 Jun 2013 20:50:31 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r58KoVW6002877;
	Sat, 8 Jun 2013 20:50:31 GMT
	(envelope-from nobody)
Message-Id: <201306082050.r58KoVW6002877@oldred.freebsd.org>
Date: Sat, 8 Jun 2013 20:50:31 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/zisofs-tools : fix to unbreak 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: chip-set@mail.ru

>Number:         179432
>Category:       ports
>Synopsis:       sysutils/zisofs-tools : fix to unbreak
>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:   Sat Jun 08 21:00:00 UTC 2013
>Closed-Date:    Tue Jun 11 19:45:27 UTC 2013
>Last-Modified:  Tue Jun 11 19:50:02 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
This port is BROKEN due to fetch issue.
The issue is not with the port, but with bsd.sites.mk.
The MASTER_SITE_KERNEL_ORG definition has a bad mirror that causes the mismatch
>How-To-Repeat:

>Fix:
remove http://ftp.ntu.edu.tw/%SUBDIR%/ from MASTER_SITE_KERNEL_ORG definition of Mk/bsd.sites.mk file.

Then the distribution file, which is on the other mirrors, will happily download and match.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jun 8 21:00:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: chip-set@mail.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/179432: sysutils/zisofs-tools : fix to unbreak
Date: Sat, 8 Jun 2013 21:00:08 UT

 Maintainer of sysutils/zisofs-tools,
 
 Please note that PR ports/179432 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/179432
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: rakuco 
State-Changed-When: Tue Jun 11 19:45:25 UTC 2013 
State-Changed-Why:  
This should be fixed after r320633 and r320634. Thanks a lot! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179432: commit references a PR
Date: Tue, 11 Jun 2013 19:43:53 +0000 (UTC)

 Author: rakuco
 Date: Tue Jun 11 19:43:45 2013
 New Revision: 320633
 URL: http://svnweb.freebsd.org/changeset/ports/320633
 
 Log:
   Switch to using FTP for the ftp.ntu.edu.tw kernel.org mirror.
   
   The HTTP counterpart does not return correct HTTP error codes when, for
   example, a file is not found, which causes checksum errors as described in
   ports/179432. The FTP mirror seems to behave as expected.
   
   Kudos to John Marino <draco@marino.st> for bringing this up.
   
   PR:		ports/179432
 
 Modified:
   head/Mk/bsd.sites.mk
 
 Modified: head/Mk/bsd.sites.mk
 ==============================================================================
 --- head/Mk/bsd.sites.mk	Tue Jun 11 19:40:17 2013	(r320632)
 +++ head/Mk/bsd.sites.mk	Tue Jun 11 19:43:45 2013	(r320633)
 @@ -1457,7 +1457,7 @@ MASTER_SITE_XORG+= \
  .if !defined(IGNORE_MASTER_SITE_KERNEL_ORG)
  MASTER_SITE_KERNEL_ORG+= \
  	http://kernel.org/pub/%SUBDIR%/ \
 -	http://ftp.ntu.edu.tw/%SUBDIR%/ \
 +	ftp://ftp.ntu.edu.tw/%SUBDIR%/ \
  	http://ftp.sunet.se/pub/Linux/kernel.org/%SUBDIR%/ \
  	http://ftp.yandex.ru/pub/%SUBDIR%/ \
  	http://ftp.heanet.ie/pub/%SUBDIR%/ \
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179432: commit references a PR
Date: Tue, 11 Jun 2013 19:45:02 +0000 (UTC)

 Author: rakuco
 Date: Tue Jun 11 19:44:50 2013
 New Revision: 320634
 URL: http://svnweb.freebsd.org/changeset/ports/320634
 
 Log:
   Unmark as BROKEN after r320633.
   
   The checksum mismatch was caused by a mirror returning a file it should not.
   
   Kudos to John Marino <draco@marino.st> for bringing this up.
   
   PR:		ports/179432
 
 Modified:
   head/sysutils/zisofs-tools/Makefile
 
 Modified: head/sysutils/zisofs-tools/Makefile
 ==============================================================================
 --- head/sysutils/zisofs-tools/Makefile	Tue Jun 11 19:43:45 2013	(r320633)
 +++ head/sysutils/zisofs-tools/Makefile	Tue Jun 11 19:44:50 2013	(r320634)
 @@ -13,8 +13,6 @@ COMMENT=	User utilities for zisofs
  
  PORTDOCS=	CHANGES COPYING INSTALL MRULES README
  
 -BROKEN=		checksum mismatch
 -
  USE_AUTOTOOLS=	autoconf
  USE_BZIP2=	yes
  USE_GMAKE=	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"
 

From: Artyom Nosov <chip@unixstyle.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/179432: sysutils/zisofs-tools : fix to unbreak
Date: Tue, 11 Jun 2013 23:49:06 +0400

 --047d7bf16038a6764f04dee630f0
 Content-Type: text/plain; charset=ISO-8859-1
 
 Could you please fix this issue? At this moment I don't have FreeBSD box to
 create a patch. Thank you in advance.
 
 
 On Sun, Jun 9, 2013 at 1:00 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of sysutils/zisofs-tools,
 >
 > Please note that PR ports/179432 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/179432
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --047d7bf16038a6764f04dee630f0
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr">Could you please fix this issue? At this moment I don&#39;=
 t have FreeBSD box to create a patch. Thank you in advance.</div><div class=
 =3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Sun, Jun 9, 2013 at =
 1:00 AM, Edwin Groothuis <span dir=3D"ltr">&lt;<a href=3D"mailto:edwin@free=
 bsd.org" target=3D"_blank">edwin@freebsd.org</a>&gt;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Maintainer of sysutils/zisofs-tools,<br>
 <br>
 Please note that PR ports/179432 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
 =A0 =A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/17943=
 2" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/179=
 432</a><br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></span></blockquote></div><br></div>
 
 --047d7bf16038a6764f04dee630f0--
>Unformatted:
