Date: Mon, 6 Apr 2020 17:52:06 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530914 - head/graphics/krita Message-ID: <202004061752.036Hq6h9012790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004061752.036Hq6h9012790>