pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Revert some of previous changes as they were valid but flagged due to pkglint4 not handling github related variables.



Module Name:	pkgsrc-wip
Committed By:	Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By:	sevan
Date:		Sun Feb 7 03:54:51 2016 +0000
Changeset:	566d783f660d1d8f7c4d4eba75c653f8b8468dd4

Modified Files:
	xhyve/Makefile

Log Message:
Revert some of previous changes as they were valid but flagged due to pkglint4
not handling github related variables.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=566d783f660d1d8f7c4d4eba75c653f8b8468dd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xhyve/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/xhyve/Makefile b/xhyve/Makefile
index 120303f..2fb6ac1 100644
--- a/xhyve/Makefile
+++ b/xhyve/Makefile
@@ -1,18 +1,16 @@
 # $NetBSD$
 
-CATEGORIES=	sysutils
-
-COMMENT=	Port of bhyve to OS X
-LICENSE=	2-clause-bsd
-
 VERSION= 0.2.0
 DISTNAME= xhyve-${VERSION}
+CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mist64/}
 GITHUB_PROJECT=	xhyve
 GITHUB_TAG=v${VERSION}
 
 MAINTAINER=	terin%terinstock.com@localhost
 HOMEPAGE=	${MASTER_SITE_GITHUB:=mist64/xhyve/}
+COMMENT=	Port of bhyve to OS X
+LICENSE=	2-clause-bsd
 
 MAKE_ENV+=	GIT_VERSION=${PKGVERSION}
 


Home | Main Index | Thread Index | Old Index