svn commit: r539324 - in head/graphics/zint: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jun 16 05:58:57 UTC 2020


Author: danfe
Date: Tue Jun 16 05:58:55 2020
New Revision: 539324
URL: https://svnweb.freebsd.org/changeset/ports/539324

Log:
  - Update to version 2.8
  - Assume maintainership

Modified:
  head/graphics/zint/Makefile
  head/graphics/zint/distinfo
  head/graphics/zint/files/patch-backend__qt_qzint.cpp
  head/graphics/zint/pkg-plist

Modified: head/graphics/zint/Makefile
==============================================================================
--- head/graphics/zint/Makefile	Tue Jun 16 05:38:01 2020	(r539323)
+++ head/graphics/zint/Makefile	Tue Jun 16 05:58:55 2020	(r539324)
@@ -2,21 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	zint
-DISTVERSION=	2.6.3_rc2	# NOT a "release candidate", fixup for 2.6.3
-PORTREVISION=	2
+PORTVERSION=	2.8.0
 CATEGORIES=	graphics
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/2.6.3
-DISTNAME=	${PORTNAME}-${DISTVERSION}.src
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	Zint Barcode Generator
 
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:graphics/png
-
-PORTSCOUT=	skipv:2.6.3
 
 USES=		cmake compiler:c++11-lang qt:5
 USE_LDCONFIG=	yes

Modified: head/graphics/zint/distinfo
==============================================================================
--- head/graphics/zint/distinfo	Tue Jun 16 05:38:01 2020	(r539323)
+++ head/graphics/zint/distinfo	Tue Jun 16 05:58:55 2020	(r539324)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519159191
-SHA256 (zint-2.6.3_rc2.src.tar.gz) = db7e91ce917d85bc2f710e96a2adde9d942ad7aebc23a497222d32a6e8484c63
-SIZE (zint-2.6.3_rc2.src.tar.gz) = 769756
+TIMESTAMP = 1586522868
+SHA256 (zint-2.8.0.tar.gz) = 0abb92df28e61dd3efb2bcaf324588ff77e5037cac7bb7098b8da814e622639c
+SIZE (zint-2.8.0.tar.gz) = 1707535

Modified: head/graphics/zint/files/patch-backend__qt_qzint.cpp
==============================================================================
--- head/graphics/zint/files/patch-backend__qt_qzint.cpp	Tue Jun 16 05:38:01 2020	(r539323)
+++ head/graphics/zint/files/patch-backend__qt_qzint.cpp	Tue Jun 16 05:58:55 2020	(r539324)
@@ -2,8 +2,8 @@
 +++ backend_qt/qzint.cpp
 @@ -17,6 +17,7 @@
  
- #include "qzint.h"
- #include <stdio.h>
+ #include <math.h>
+ #include <QFontMetrics>
 +#include <QPainterPath>
  
  namespace Zint {

Modified: head/graphics/zint/pkg-plist
==============================================================================
--- head/graphics/zint/pkg-plist	Tue Jun 16 05:38:01 2020	(r539323)
+++ head/graphics/zint/pkg-plist	Tue Jun 16 05:58:55 2020	(r539324)
@@ -3,9 +3,9 @@ bin/zint-qt
 include/qzint.h
 include/zint.h
 lib/libQZint.so
-lib/libQZint.so.2.6
-lib/libQZint.so.2.6.3
+lib/libQZint.so.2.8
+lib/libQZint.so.2.8.0
 lib/libzint.so
-lib/libzint.so.2.6
-lib/libzint.so.2.6.3
+lib/libzint.so.2.8
+lib/libzint.so.2.8.0
 share/cmake/Modules/FindZint.cmake


More information about the svn-ports-all mailing list