Date: Mon, 4 Feb 2013 15:46:55 +0000 (GMT) From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/175832: port update, fix broken distro problem Message-ID: <20130204154655.581D45A5C418@buttercup5.utdallas.edu> Resent-Message-ID: <201302041550.r14Fo0UO085765@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130204154655.581D45A5C418>