Skip to content

Commit

Permalink
graphics/zint: update Zint Barcode Generator to version 2.11.1
Browse files Browse the repository at this point in the history
Clarify licensing: since 2013, ZINT backend (and therefore shared
library) code is distributed under BSD license, but the frontends
and Qt backend remain under GPLv3 or later.

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Aug 23, 2022
1 parent 51afef6 commit e1be547
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions graphics/zint/Makefile
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
PORTNAME= zint
PORTVERSION= 2.11.0
PORTVERSION= 2.11.1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src

MAINTAINER= danfe@FreeBSD.org
COMMENT= Barcode generator (library and utilities)

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE= BSD3CLAUSE GPLv3+
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpng.so:graphics/png

USES= cmake compiler:c++11-lang cpe qt:5
USE_LDCONFIG= yes
USE_QT= buildtools_build qmake_build uitools_build core gui \
widgets xml
svg widgets

DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false

Expand Down
6 changes: 3 additions & 3 deletions graphics/zint/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1653472727
SHA256 (zint-2.11.0-src.tar.gz) = 4e9d4d7dbcf41bfd63b70eca296c564f7c1a9b9d1c70c60e820dbe23f216aa09
SIZE (zint-2.11.0-src.tar.gz) = 5493656
TIMESTAMP = 1661182901
SHA256 (zint-2.11.1-src.tar.gz) = 76ca84b88483744e26fb42c6191d208f75aa09ad3d07d4bdd62b1917500b8bb8
SIZE (zint-2.11.1-src.tar.gz) = 5754891
4 changes: 2 additions & 2 deletions graphics/zint/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ include/qzint.h
include/zint.h
lib/libQZint.so
lib/libQZint.so.2.11
lib/libQZint.so.2.11.0.0
lib/libQZint.so.2.11.1.0
lib/libzint.so
lib/libzint.so.2.11
lib/libzint.so.2.11.0.0
lib/libzint.so.2.11.1.0
share/cmake/Modules/FindZint.cmake
share/man/man1/zint.1.gz

0 comments on commit e1be547

Please sign in to comment.