pkgsrc-WIP-changes archive

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

lumberjack: simplify. Fix pkglint warning.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jul 15 15:47:02 2016 +0200
Changeset:	4eee4b1036119b988a53d5f8f8650dcb00086797

Modified Files:
	lumberjack/Makefile

Log Message:
lumberjack: simplify. Fix pkglint warning.

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

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

diffstat:
 lumberjack/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/lumberjack/Makefile b/lumberjack/Makefile
index 6746c64..8864ced 100644
--- a/lumberjack/Makefile
+++ b/lumberjack/Makefile
@@ -1,11 +1,9 @@
 # $NetBSD$
-#
 
 DISTNAME=		lumberjack-2.0
-GITHUB_PROJECT=		lumberjack
-CATEGORIES=		wip devel
+CATEGORIES=		devel
 MASTER_SITES=		${MASTER_SITE_GITHUB:=natefinch/}
-GITHUB_TAG=		v2.0
+GITHUB_TAG=		v${PKGVERSION_NOREV}
 
 MAINTAINER=		bsiegert%NetBSD.org@localhost
 HOMEPAGE=		http://gopkg.in/natefinch/lumberjack.v2


Home | Main Index | Thread Index | Old Index