svn commit: r530914 - head/graphics/krita

Tobias C. Berner tcberner at FreeBSD.org
Mon Apr 6 17:52:06 UTC 2020


Author: tcberner
Date: Mon Apr  6 17:52:05 2020
New Revision: 530914
URL: https://svnweb.freebsd.org/changeset/ports/530914

Log:
  graphics/krita: fix fetch

Modified:
  head/graphics/krita/Makefile

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Mon Apr  6 17:47:17 2020	(r530913)
+++ head/graphics/krita/Makefile	Mon Apr  6 17:52:05 2020	(r530914)
@@ -3,7 +3,7 @@
 PORTNAME=	krita
 DISTVERSION=	4.2.9
 CATEGORIES=	graphics kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION:R}
+MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
 
 MAINTAINER=	kde at FreeBSD.org


More information about the svn-ports-all mailing list