From prvs=740d9e45e=root+buttercup5@utdallas.edu  Mon Feb  4 15:48:05 2013
Return-Path: <prvs=740d9e45e=root+buttercup5@utdallas.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 3F4DE311
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 15:48:05 +0000 (UTC)
	(envelope-from prvs=740d9e45e=root+buttercup5@utdallas.edu)
Received: from ip-relay-002.utdallas.edu (ip-relay-002.utdallas.edu [129.110.20.112])
	by mx1.freebsd.org (Postfix) with ESMTP id 09D5732F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 15:48:04 +0000 (UTC)
Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31])
  by ip-relay-002.utdallas.edu with ESMTP; 04 Feb 2013 09:46:56 -0600
Received: from buttercup5.utdallas.edu (buttercup5.utdallas.edu [10.110.4.133])
	by mx31.utdallas.edu (Postfix) with ESMTP id 9C4634219B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Feb 2013 09:53:12 -0600 (CST)
Received: by buttercup5.utdallas.edu (Postfix, from userid 0)
	id 581D45A5C418; Mon,  4 Feb 2013 15:46:55 +0000 (GMT)
Message-Id: <20130204154655.581D45A5C418@buttercup5.utdallas.edu>
Date: Mon,  4 Feb 2013 15:46:55 +0000 (GMT)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port update, fix broken distro problem
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         175832
>Category:       ports
>Synopsis:       port update, fix broken distro problem
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 15:50:00 UTC 2013
>Closed-Date:    Mon Feb 04 21:01:48 UTC 2013
>Last-Modified:  Mon Feb 04 21:01:48 UTC 2013
>Originator:     Paul Schmehl
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	tagname on the GIT distro was changed.  This broke the
	port since the commit value was different and the master
	tagname had a different size.  Fixed it by changing to
	the stable tagname, which pulls the commit I want.
>How-To-Repeat:
	
>Fix:

	

--- barnyard2.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 311627)
+++ Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	barnyard2
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	pauls@utdallas.edu
@@ -12,7 +13,7 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	firnsy
 GH_PROJECT=	${PORTNAME}
-GH_TAGNAME=	master
+GH_TAGNAME=	stable
 GH_COMMIT=	4dfdc80
 
 OPTIONS_DEFINE=	64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL-SSL ODBC PRELUDE PGSQL
Index: distinfo
===================================================================
--- distinfo	(revision 311627)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (barnyard2-1.11.tar.gz) = 345d6dfd7f88cc7d72258338e2db0fa05499dc434c0fe33b685d998f497f2bcd
-SIZE (barnyard2-1.11.tar.gz) = 425392
+SHA256 (barnyard2-1.11.tar.gz) = 31d4e3745606489658bd411f74ffeb8a27573fdc08d0b51a6a71e1bf4dece8a2
+SIZE (barnyard2-1.11.tar.gz) = 419781
--- barnyard2.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Paul Schmehl <pauls@utdallas.edu>
To: bug-followup@FreeBSD.org, pauls@utdallas.edu
Cc:  
Subject: Re: ports/175832: port update, fix broken distro problem
Date: Mon, 04 Feb 2013 09:53:23 -0600

 Close this PR.  That didn't fix the problem either.  :-(
 
 -- 
 Paul Schmehl (pauls@utdallas.edu)
 Senior Information Security Analyst
 The University of Texas at Dallas
 http://www.utdallas.edu/infosecurity/
 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Feb 4 21:01:41 UTC 2013 
State-Changed-Why:  
Closed at submitter's request. 

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