Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Aug 2020 08:34:52 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544038 - head/graphics/zint
Message-ID:  <202008030834.0738YqUw095728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Aug  3 08:34:51 2020
New Revision: 544038
URL: https://svnweb.freebsd.org/changeset/ports/544038

Log:
  Update to version 2.9.0.
  
  Reported by:	portscout

Modified:
  head/graphics/zint/Makefile
  head/graphics/zint/distinfo
  head/graphics/zint/pkg-plist

Modified: head/graphics/zint/Makefile
==============================================================================
--- head/graphics/zint/Makefile	Mon Aug  3 08:24:00 2020	(r544037)
+++ head/graphics/zint/Makefile	Mon Aug  3 08:34:51 2020	(r544038)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zint
-PORTVERSION=	2.8.0
+PORTVERSION=	2.9.0
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
@@ -19,5 +19,7 @@ USE_LDCONFIG=	yes
 USE_QT=		buildtools_build qmake_build uitools_build core gui widgets
 
 DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
 
 .include <bsd.port.mk>

Modified: head/graphics/zint/distinfo
==============================================================================
--- head/graphics/zint/distinfo	Mon Aug  3 08:24:00 2020	(r544037)
+++ head/graphics/zint/distinfo	Mon Aug  3 08:34:51 2020	(r544038)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586522868
-SHA256 (zint-2.8.0.tar.gz) = 0abb92df28e61dd3efb2bcaf324588ff77e5037cac7bb7098b8da814e622639c
-SIZE (zint-2.8.0.tar.gz) = 1707535
+TIMESTAMP = 1596187506
+SHA256 (zint-2.9.0.tar.gz) = fa02fa637f1cecb242bcc751f02710cda4026d41f8f60e0c60a8884525e56fea
+SIZE (zint-2.9.0.tar.gz) = 1954642

Modified: head/graphics/zint/pkg-plist
==============================================================================
--- head/graphics/zint/pkg-plist	Mon Aug  3 08:24:00 2020	(r544037)
+++ head/graphics/zint/pkg-plist	Mon Aug  3 08:34:51 2020	(r544038)
@@ -3,9 +3,9 @@ bin/zint-qt
 include/qzint.h
 include/zint.h
 lib/libQZint.so
-lib/libQZint.so.2.8
-lib/libQZint.so.2.8.0
+lib/libQZint.so.2.9
+lib/libQZint.so.2.9.0
 lib/libzint.so
-lib/libzint.so.2.8
-lib/libzint.so.2.8.0
+lib/libzint.so.2.9
+lib/libzint.so.2.9.0
 share/cmake/Modules/FindZint.cmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030834.0738YqUw095728>