pkgsrc-WIP-changes archive

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

Fix name issue in some package management tools.



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sat Apr 29 16:48:55 2017 +0000
Changeset:	3bcceb2ff91b52418e783b486e037cfef42d9aee

Modified Files:
	lumina/Makefile

Log Message:
Fix name issue in some package management tools.

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

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

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

diffs:
diff --git a/lumina/Makefile b/lumina/Makefile
index 51159fb883..639e02cc9c 100644
--- a/lumina/Makefile
+++ b/lumina/Makefile
@@ -1,7 +1,8 @@
 # $NetBSD$
 VERSION=	1.2.0-p1
-PKGNAME=	lumina-${VERSION}
-DISTNAME=	${PKGNAME}
+PKGREVISION=	2
+PKGNAME=	lumina-1.2.0
+DISTNAME=	lumina-${VERSION}
 DIST_SUBDIR=	lumina
 CATEGORIES=	x11
 GITHUB_PROJECT=	lumina


Home | Main Index | Thread Index | Old Index