svn commit: r489231 - head/graphics/krita

Adriaan de Groot adridg at FreeBSD.org
Thu Jan 3 22:26:02 UTC 2019


Author: adridg
Date: Thu Jan  3 22:26:00 2019
New Revision: 489231
URL: https://svnweb.freebsd.org/changeset/ports/489231

Log:
  Update graphics/krita to latest upstream release, 4.1.7.101
  
  The "101" is a bit weird, but due to the upstream versioning scheme
  that is trying to avoid "4.1.8-beta2 has version number 4.1.7.99" kind
  of problems.
  
  Release notes at https://krita.org/en/item/krita-4-1-7-released/
  
  Bunches of painting bugs and one weird Qt5Network issue where it would
  hammer your WiFi (or other network) for no reason.

Modified:
  head/graphics/krita/Makefile
  head/graphics/krita/distinfo

Modified: head/graphics/krita/Makefile
==============================================================================
--- head/graphics/krita/Makefile	Thu Jan  3 22:17:21 2019	(r489230)
+++ head/graphics/krita/Makefile	Thu Jan  3 22:26:00 2019	(r489231)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	krita
-DISTVERSION=	4.1.5
-PORTREVISION=	5
+DISTVERSION=	4.1.7.101
 CATEGORIES=	graphics kde
-MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
+MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION:R}
 DIST_SUBDIR=	KDE/${PORTNAME}
 
 MAINTAINER=	kde at FreeBSD.org

Modified: head/graphics/krita/distinfo
==============================================================================
--- head/graphics/krita/distinfo	Thu Jan  3 22:17:21 2019	(r489230)
+++ head/graphics/krita/distinfo	Thu Jan  3 22:26:00 2019	(r489231)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539409930
-SHA256 (KDE/krita/krita-4.1.5.tar.gz) = 20603393afcb093a4c5fdf4a799d556600195a7b1e3db80a7003dce622bac8af
-SIZE (KDE/krita/krita-4.1.5.tar.gz) = 243929094
+TIMESTAMP = 1546550528
+SHA256 (KDE/krita/krita-4.1.7.101.tar.gz) = 5bc95baa3980b7d75eb6bf103f72344014eac7733fd8a0780a7ec87dc2826f5f
+SIZE (KDE/krita/krita-4.1.7.101.tar.gz) = 243977488


More information about the svn-ports-all mailing list