svn commit: r479266 - head/ports-mgmt/pkg-devel
Ben Woods
woodsb02 at FreeBSD.org
Sun Sep 9 03:43:18 UTC 2018
Author: woodsb02
Date: Sun Sep 9 03:43:17 2018
New Revision: 479266
URL: https://svnweb.freebsd.org/changeset/ports/479266
Log:
Fix fetch by updating GH_TAGNAME as required by r479255
Approved by: portmgr blanket
Modified:
head/ports-mgmt/pkg-devel/Makefile
Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile Sun Sep 9 00:57:45 2018 (r479265)
+++ head/ports-mgmt/pkg-devel/Makefile Sun Sep 9 03:43:17 2018 (r479266)
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_TAGNAME= f35a78cb
+GH_TAGNAME= 60666a1
WITH_DEBUG= yes
CFLAGS+= -O0 -g -Wno-error
More information about the svn-ports-all
mailing list