pkgsrc-WIP-changes archive

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

mblaze: Put the GITHUB_TAG later in the 1st paragraph of definitions (NFCI)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Aug 17 12:18:50 2018 +0200
Changeset:	1c0250c320ba3d5e5cf9bad66b25a194a5f59701

Modified Files:
	mblaze/Makefile

Log Message:
mblaze: Put the GITHUB_TAG later in the 1st paragraph of definitions (NFCI)

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

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

diffstat:
 mblaze/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mblaze/Makefile b/mblaze/Makefile
index acf3d869af..9ee80f6b98 100644
--- a/mblaze/Makefile
+++ b/mblaze/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
 DISTNAME=	mblaze-0.4
-GITHUB_TAG=	v${PKGVERSION_NOREV}
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=chneukirchen/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	sunil%nimmagadda.net@localhost
 HOMEPAGE=	https://github.com/chneukirchen/mblaze/


Home | Main Index | Thread Index | Old Index