security/barnyard2, update port to correct distro pull problem, developers moved the GH_TAGNAME breaking the port. This update changes GH_TAGNAME to a tag that pulls the commit the port needs. Also adds the required PORTREVISION value.
The diff I sent was missing the PORTREVISION. The attached diff corrects that problem. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/infosecurity/
Responsible Changed From-To: freebsd-ports-bugs->skreuzer I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: skreuzer Date: Mon Feb 11 14:30:34 2013 New Revision: 312063 URL: http://svnweb.freebsd.org/changeset/ports/312063 Log: Update GH_TAGNAME to make the distfile fetchable again PR: ports/175836 Submitted by: Paul Schmehl <pauls@utdallas.edu> Modified: head/security/barnyard2/Makefile Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Mon Feb 11 14:21:38 2013 (r312062) +++ head/security/barnyard2/Makefile Mon Feb 11 14:30:34 2013 (r312063) @@ -12,7 +12,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= firnsy GH_PROJECT= ${PORTNAME} -GH_TAGNAME= master +GH_TAGNAME= v2-${PORTVERSION} GH_COMMIT= 4dfdc80 OPTIONS_DEFINE= 64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL-SSL ODBC PRELUDE PGSQL _______________________________________________ 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"