pkgsrc-WIP-changes archive

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

viewnior: Convert package name to lowercase.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Mar 16 15:00:20 2016 +0100
Changeset:	3d82d29954d8f4626c6ff70a570f6dd4ebe9f9a7

Modified Files:
	viewnior/Makefile
	viewnior/distinfo

Log Message:
viewnior: Convert package name to lowercase.

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

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

diffstat:
 viewnior/Makefile | 5 +++--
 viewnior/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/viewnior/Makefile b/viewnior/Makefile
index d94b9b3..fd857e7 100644
--- a/viewnior/Makefile
+++ b/viewnior/Makefile
@@ -1,11 +1,12 @@
 # $NetBSD: Makefile,v 1.20 2015/09/12 20:03:01 tnn Exp $
 #
 
-DISTNAME=	Viewnior-1.6
+DISTNAME=	viewnior-1.6
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GITHUB:=xsisqox/}
+GITHUB_PROJECT=	Viewnior
 GITHUB_TAG=	viewnior-${PKGVERSION_NOREV}
-# For some reason the initial 'v' is dropped.
+# For some reason the initial 'v' of the tag is dropped.
 # Perhaps it is supposed to handle tags similar to 'v0.0'.
 WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 
diff --git a/viewnior/distinfo b/viewnior/distinfo
index aa5b468..b700f54 100644
--- a/viewnior/distinfo
+++ b/viewnior/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2015/11/03 21:34:34 agc Exp $
 
-SHA1 (Viewnior-1.6.tar.gz) = be531674f0aee3449a87be31e587fd8c57f845e0
-RMD160 (Viewnior-1.6.tar.gz) = 2f1a1df3c7ebeb299ca32bbef9d57201d10d95db
-SHA512 (Viewnior-1.6.tar.gz) = 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
-Size (Viewnior-1.6.tar.gz) = 168966 bytes
+SHA1 (viewnior-1.6.tar.gz) = be531674f0aee3449a87be31e587fd8c57f845e0
+RMD160 (viewnior-1.6.tar.gz) = 2f1a1df3c7ebeb299ca32bbef9d57201d10d95db
+SHA512 (viewnior-1.6.tar.gz) = 4b150078573bfd3b8c5863d73087a51cd3b7ed5781e26c842fab44eec3e67ea9aea3feba064538578878df1ccb386525a6a84362dae7f92315fb7de735ace617
+Size (viewnior-1.6.tar.gz) = 168966 bytes


Home | Main Index | Thread Index | Old Index