svn commit: r495317 - head/graphics/krita

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 10 19:32:24 UTC 2019


Author: tcberner
Date: Sun Mar 10 19:32:23 2019
New Revision: 495317
URL: https://svnweb.freebsd.org/changeset/ports/495317

Log:
  graphics/krita: fix fetch
  
  - add missing change to MASTER_SITES definition for 4.1.8.

Modified:
  head/graphics/krita/Makefile

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Sun Mar 10 19:24:55 2019	(r495316)
+++ head/graphics/krita/Makefile	Sun Mar 10 19:32:23 2019	(r495317)
@@ -3,7 +3,7 @@
 PORTNAME=	krita
 DISTVERSION=	4.1.8
 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-head mailing list