Skip to content

Commit

Permalink
graphics/zint: update the port to version 2.13.0
Browse files Browse the repository at this point in the history
While here, don't hardcode version numbers in pkg-plist.

Reported by:	portscout
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Dec 19, 2023
1 parent 6935ed6 commit 5c2da1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion graphics/zint/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zint
PORTVERSION= 2.12.0
PORTVERSION= 2.13.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
Expand All @@ -20,6 +20,7 @@ USE_QT= buildtools:build qmake:build uitools:build core gui \
svg widgets

DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
PLIST_SUB+= VER=${PORTVERSION:R}

post-patch:
@${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \
Expand Down
6 changes: 3 additions & 3 deletions graphics/zint/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670879770
SHA256 (zint-2.12.0-src.tar.gz) = bf0a221b798abce65f48b003c0a23fa2fb184f5d35abd0eacc67d091aa9ac4bf
SIZE (zint-2.12.0-src.tar.gz) = 5951364
TIMESTAMP = 1702893331
SHA256 (zint-2.13.0-src.tar.gz) = 0e957cf17c3eeb4ad619b2890d666d12a5c7adc7e7c39c207739b0f4f5c65fa2
SIZE (zint-2.13.0-src.tar.gz) = 6186118
8 changes: 4 additions & 4 deletions graphics/zint/pkg-plist
Expand Up @@ -3,11 +3,11 @@ bin/zint-qt
include/qzint.h
include/zint.h
lib/libQZint.so
lib/libQZint.so.2.12
lib/libQZint.so.2.12.0.0
lib/libQZint.so.%%VER%%
lib/libQZint.so.%%VER%%.0.0
lib/libzint.so
lib/libzint.so.2.12
lib/libzint.so.2.12.0.0
lib/libzint.so.%%VER%%
lib/libzint.so.%%VER%%.0.0
share/cmake/Modules/FindZint.cmake
share/man/man1/zint.1.gz
%%DATADIR%%/zint-config.cmake
Expand Down

0 comments on commit 5c2da1e

Please sign in to comment.