pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/krita



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Nov 26 14:37:54 UTC 2019

Modified Files:
        pkgsrc/graphics/krita: Makefile

Log Message:
Simplify MASTER_SITES


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/krita/Makefile

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

Modified files:

Index: pkgsrc/graphics/krita/Makefile
diff -u pkgsrc/graphics/krita/Makefile:1.35 pkgsrc/graphics/krita/Makefile:1.36
--- pkgsrc/graphics/krita/Makefile:1.35 Thu Nov  7 12:38:06 2019
+++ pkgsrc/graphics/krita/Makefile      Tue Nov 26 14:37:54 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2019/11/07 12:38:06 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2019/11/26 14:37:54 ryoon Exp $
 
 DISTNAME=              krita-4.1.3
 PKGREVISION=           18
 CATEGORIES=            misc kde
-MASTER_SITES=          ${MASTER_SITE_KDE:=krita/${DISTNAME:S/krita-//}/}
+MASTER_SITES=          ${MASTER_SITE_KDE:=krita/${PKGVERSION_NOREV}/}
 
 MAINTAINER=            maya%NetBSD.org@localhost
 HOMEPAGE=              http://www.krita.org/



Home | Main Index | Thread Index | Old Index