graphics/zint: update the port to version 2.13.0
While here, don't hardcode version numbers in pkg-plist. Reported by: portscout
This commit is contained in:
parent
6935ed623d
commit
5c2da1e7de
3 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= zint
|
PORTNAME= zint
|
||||||
PORTVERSION= 2.12.0
|
PORTVERSION= 2.13.0
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
@ -20,6 +20,7 @@ USE_QT= buildtools:build qmake:build uitools:build core gui \
|
||||||
svg widgets
|
svg widgets
|
||||||
|
|
||||||
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
|
DESKTOP_ENTRIES="Zint" "Barcode generator" "" "zint-qt" "" false
|
||||||
|
PLIST_SUB+= VER=${PORTVERSION:R}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \
|
@${REINPLACE_CMD} -e '/^add_library/s,STATIC,SHARED,' \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1670879770
|
TIMESTAMP = 1702893331
|
||||||
SHA256 (zint-2.12.0-src.tar.gz) = bf0a221b798abce65f48b003c0a23fa2fb184f5d35abd0eacc67d091aa9ac4bf
|
SHA256 (zint-2.13.0-src.tar.gz) = 0e957cf17c3eeb4ad619b2890d666d12a5c7adc7e7c39c207739b0f4f5c65fa2
|
||||||
SIZE (zint-2.12.0-src.tar.gz) = 5951364
|
SIZE (zint-2.13.0-src.tar.gz) = 6186118
|
||||||
|
|
|
@ -3,11 +3,11 @@ bin/zint-qt
|
||||||
include/qzint.h
|
include/qzint.h
|
||||||
include/zint.h
|
include/zint.h
|
||||||
lib/libQZint.so
|
lib/libQZint.so
|
||||||
lib/libQZint.so.2.12
|
lib/libQZint.so.%%VER%%
|
||||||
lib/libQZint.so.2.12.0.0
|
lib/libQZint.so.%%VER%%.0.0
|
||||||
lib/libzint.so
|
lib/libzint.so
|
||||||
lib/libzint.so.2.12
|
lib/libzint.so.%%VER%%
|
||||||
lib/libzint.so.2.12.0.0
|
lib/libzint.so.%%VER%%.0.0
|
||||||
share/cmake/Modules/FindZint.cmake
|
share/cmake/Modules/FindZint.cmake
|
||||||
share/man/man1/zint.1.gz
|
share/man/man1/zint.1.gz
|
||||||
%%DATADIR%%/zint-config.cmake
|
%%DATADIR%%/zint-config.cmake
|
||||||
|
|
Loading…
Reference in a new issue