pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/grantlee-qt5
Module Name: pkgsrc
Committed By: markd
Date: Thu Aug 3 02:07:42 UTC 2023
Modified Files:
pkgsrc/devel/grantlee-qt5: Makefile PLIST buildlink3.mk distinfo
Log Message:
grantlee-qt5: update to 5.3.1
* Use C++11 nullptr where appropriate
* Use QRandomGenerator instead of deprecated qRand
* Increase compatibility with Qt 6 APIs
* Add CMake option to build with Qt 6 - GRANTLEE_BUILD_WITH_QT6
* Support enum introspection on Q_GADGET
* filesizeformat implementation as well as localized filesize
* Make enums comparable with more operations
* Add "truncatechars" filter
* Fix concatenation of string lists
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/grantlee-qt5/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/grantlee-qt5/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/grantlee-qt5/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/grantlee-qt5/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/grantlee-qt5/Makefile
diff -u pkgsrc/devel/grantlee-qt5/Makefile:1.49 pkgsrc/devel/grantlee-qt5/Makefile:1.50
--- pkgsrc/devel/grantlee-qt5/Makefile:1.49 Mon May 22 20:59:55 2023
+++ pkgsrc/devel/grantlee-qt5/Makefile Thu Aug 3 02:07:42 2023
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.49 2023/05/22 20:59:55 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2023/08/03 02:07:42 markd Exp $
#
-DISTNAME= grantlee-5.2.0
+DISTNAME= grantlee-5.3.1
PKGNAME= ${DISTNAME:S/-/-qt5-/}
-PKGREVISION= 19
CATEGORIES= devel
-MASTER_SITES= http://downloads.grantlee.org/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=steveire/}
+GITHUB_PROJECT= grantlee
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/steveire/grantlee
@@ -13,8 +14,8 @@ COMMENT= String template engine in QT5 b
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c c++
-USE_CMAKE= yes
+.include "../../devel/cmake/build.mk"
.include "../../x11/qt5-qtscript/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/grantlee-qt5/PLIST
diff -u pkgsrc/devel/grantlee-qt5/PLIST:1.2 pkgsrc/devel/grantlee-qt5/PLIST:1.3
--- pkgsrc/devel/grantlee-qt5/PLIST:1.2 Sun Jun 7 01:46:52 2020
+++ pkgsrc/devel/grantlee-qt5/PLIST Thu Aug 3 02:07:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/07 01:46:52 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/08/03 02:07:42 markd Exp $
include/grantlee/abstractlocalizer.h
include/grantlee/abstractmarkupbuilder.h
include/grantlee/bbcodebuilder.h
@@ -36,13 +36,13 @@ lib/cmake/Grantlee5/Grantlee5ConfigVersi
lib/cmake/Grantlee5/GrantleeMacros.cmake
lib/cmake/Grantlee5/GrantleeTargets-noconfig.cmake
lib/cmake/Grantlee5/GrantleeTargets.cmake
-lib/grantlee/5.2/grantlee_defaultfilters.so
-lib/grantlee/5.2/grantlee_defaulttags.so
-lib/grantlee/5.2/grantlee_i18ntags.so
-lib/grantlee/5.2/grantlee_loadertags.so
+lib/grantlee/5.3/grantlee_defaultfilters.so
+lib/grantlee/5.3/grantlee_defaulttags.so
+lib/grantlee/5.3/grantlee_i18ntags.so
+lib/grantlee/5.3/grantlee_loadertags.so
lib/libGrantlee_Templates.so
lib/libGrantlee_Templates.so.5
-lib/libGrantlee_Templates.so.${PKGVERSION}
+lib/libGrantlee_Templates.so.5.3.0
lib/libGrantlee_TextDocument.so
lib/libGrantlee_TextDocument.so.5
-lib/libGrantlee_TextDocument.so.${PKGVERSION}
+lib/libGrantlee_TextDocument.so.5.3.0
Index: pkgsrc/devel/grantlee-qt5/buildlink3.mk
diff -u pkgsrc/devel/grantlee-qt5/buildlink3.mk:1.42 pkgsrc/devel/grantlee-qt5/buildlink3.mk:1.43
--- pkgsrc/devel/grantlee-qt5/buildlink3.mk:1.42 Mon May 22 20:59:55 2023
+++ pkgsrc/devel/grantlee-qt5/buildlink3.mk Thu Aug 3 02:07:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.42 2023/05/22 20:59:55 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.43 2023/08/03 02:07:42 markd Exp $
BUILDLINK_TREE+= grantlee-qt5
@@ -6,10 +6,10 @@ BUILDLINK_TREE+= grantlee-qt5
GRANTLEE_QT5_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.grantlee-qt5+= grantlee-qt5>=5.1.0
-BUILDLINK_ABI_DEPENDS.grantlee-qt5?= grantlee-qt5>=5.2.0nb19
+BUILDLINK_ABI_DEPENDS.grantlee-qt5?= grantlee-qt5>=5.3.0
BUILDLINK_PKGSRCDIR.grantlee-qt5?= ../../devel/grantlee-qt5
-BUILDLINK_FILES.grantlee-qt5+= lib/grantlee/5.2/*.so
+BUILDLINK_FILES.grantlee-qt5+= lib/grantlee/5.3/*.so
.include "../../x11/qt5-qtscript/buildlink3.mk"
.endif # GRANTLEE_QT5_BUILDLINK3_MK
Index: pkgsrc/devel/grantlee-qt5/distinfo
diff -u pkgsrc/devel/grantlee-qt5/distinfo:1.5 pkgsrc/devel/grantlee-qt5/distinfo:1.6
--- pkgsrc/devel/grantlee-qt5/distinfo:1.5 Tue Oct 26 10:14:49 2021
+++ pkgsrc/devel/grantlee-qt5/distinfo Thu Aug 3 02:07:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:14:49 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/08/03 02:07:42 markd Exp $
-BLAKE2s (grantlee-5.2.0.tar.gz) = 06d133f6ad2a8bd3ef1fc028a4613e8085fc4726f84b7b16646414b167662e94
-SHA512 (grantlee-5.2.0.tar.gz) = 94b53d103aa775e6d45357d44d5634a5214d12ea7178d251fda30c5a88ddc2682ae44501ee8b7dc475793b84fa0998eb0bc13eea3f2e10ab29b1489db6ea60bd
-Size (grantlee-5.2.0.tar.gz) = 1166467 bytes
+BLAKE2s (grantlee-5.3.1.tar.gz) = e3bcb07843decdfd5fb0d393d9e9a15f35ea9d4523013227ba799a9832b960c9
+SHA512 (grantlee-5.3.1.tar.gz) = dc7192fe0553954fffc3e2c584e4fdd80fc1f22d25846cacc5f2dcd1db2673ca62464c8492a4ed3bfc9dfc3e62ef13322809dd29bd56fa4a3a153a8d373ddde5
+Size (grantlee-5.3.1.tar.gz) = 1176012 bytes
Home |
Main Index |
Thread Index |
Old Index