Date: Tue, 4 Aug 2015 14:26:35 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393521 - head/devel/hub Message-ID: <201508041426.t74EQZHq034308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Aug 4 14:26:34 2015 New Revision: 393521 URL: https://svnweb.freebsd.org/changeset/ports/393521 Log: Cleanup, reorder entries so that they match our policy. Sponsored by: Absolight Modified: head/devel/hub/Makefile Modified: head/devel/hub/Makefile ============================================================================== --- head/devel/hub/Makefile Tue Aug 4 14:26:24 2015 (r393520) +++ head/devel/hub/Makefile Tue Aug 4 14:26:34 2015 (r393521) @@ -3,6 +3,7 @@ PORTNAME= hub PORTVERSION= 2.2.0 +DISTVERSIONPREFIX=v CATEGORIES= devel MAINTAINER= koukopoulos@gmail.com @@ -10,17 +11,11 @@ COMMENT= Introduces git to GitHub LICENSE= MIT -USE_GITHUB= yes -GH_ACCOUNT= github - -DISTVERSIONPREFIX=v - -MASTER_SITES= GH - BUILD_DEPENDS= go:${PORTSDIR}/lang/go \ bash:${PORTSDIR}/shells/bash -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= github STRIP= # stripping can break go binaries
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508041426.t74EQZHq034308>