svn commit: r479266 - head/ports-mgmt/pkg-devel

Brad Davis brd at FreeBSD.org
Sun Sep 9 04:34:26 UTC 2018


On Sat, Sep 8, 2018, at 9:43 PM, Ben Woods wrote:
> 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
> 


Thanks Ben!


Regards,
Brad Davis


More information about the svn-ports-head mailing list