From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 4 15:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 C6655473 for ; Mon, 4 Feb 2013 15:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A9AEE350 for ; Mon, 4 Feb 2013 15:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14Fo03i085766 for ; Mon, 4 Feb 2013 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14Fo0UO085765; Mon, 4 Feb 2013 15:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2013 15:50:00 GMT Resent-Message-Id: <201302041550.r14Fo0UO085765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175832: port update, fix broken distro problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 15:50:00 -0000 >Number: 175832 >Category: ports >Synopsis: port update, fix broken distro problem >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 04 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: