From nobody@FreeBSD.org  Thu Jun 20 22:19:42 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id ACB5A95C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 22:19:42 +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 8406D1A07
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 22:19:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KMJglD054698
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Jun 2013 22:19:42 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KMJfv1054675;
	Thu, 20 Jun 2013 22:19:41 GMT
	(envelope-from nobody)
Message-Id: <201306202219.r5KMJfv1054675@oldred.freebsd.org>
Date: Thu, 20 Jun 2013 22:19:41 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] biology/phylip: checksum mismatch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179790
>Category:       ports
>Synopsis:       [PATCH] biology/phylip: 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:   Thu Jun 20 22:20:00 UTC 2013
>Closed-Date:    Mon Jun 24 18:10:07 UTC 2013
>Last-Modified:  Mon Jun 24 18:20:00 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The fetched distfile fails the checksum.
>How-To-Repeat:

>Fix:
check new distfile and regenerate distinfo file.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Mon Jun 24 18:10:06 UTC 2013 
State-Changed-Why:  
Sigh, hopefully fixed. Thank you. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179790: commit references a PR
Date: Mon, 24 Jun 2013 18:10:06 +0000 (UTC)

 Author: rakuco
 Date: Mon Jun 24 18:09:52 2013
 New Revision: 321697
 URL: http://svnweb.freebsd.org/changeset/ports/321697
 
 Log:
   Fix some screw ups introduced in r319847.
   
   I'm not sure if the submitter of ports/179224 didn't even test his patch or
   if the distfile was re-rolled in a bizarre way.
   
   Anyway, fix distfile and also cd into the correct directories to actually
   build the port.
   
   PR:		ports/179790
 
 Modified:
   head/biology/phylip/Makefile
   head/biology/phylip/distinfo
 
 Modified: head/biology/phylip/Makefile
 ==============================================================================
 --- head/biology/phylip/Makefile	Mon Jun 24 18:07:54 2013	(r321696)
 +++ head/biology/phylip/Makefile	Mon Jun 24 18:09:52 2013	(r321697)
 @@ -15,8 +15,8 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
  
  OPTIONS_DEFINE=	DOCS EXAMPLES
  
 -BUILD_WRKSRC=	${WRKSRC}/source
 -INSTALL_WRKSRC=	${WRKSRC}/source
 +BUILD_WRKSRC=	${WRKSRC}/src
 +INSTALL_WRKSRC=	${WRKSRC}/src
  
  USE_XORG=	x11 xaw xt
  USE_GMAKE=	yes
 
 Modified: head/biology/phylip/distinfo
 ==============================================================================
 --- head/biology/phylip/distinfo	Mon Jun 24 18:07:54 2013	(r321696)
 +++ head/biology/phylip/distinfo	Mon Jun 24 18:09:52 2013	(r321697)
 @@ -1,2 +1,2 @@
 -SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac
 -SIZE (phylip-3.695.tar.gz) = 4364943
 +SHA256 (phylip-3.695.tar.gz) = d843ecee0d6bcf57f4f23dc8ef064a668907cc69b4edd7626ff7afdd8d0de370
 +SIZE (phylip-3.695.tar.gz) = 4364684
 _______________________________________________
 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"
 
>Unformatted:
