pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qore-xmlsec-module Update qore-xmlsec-module ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74f80763228c
branches:  trunk
changeset: 372627:74f80763228c
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Jan 27 18:27:16 2022 +0000

description:
Update qore-xmlsec-module to version 1.0.0

This update is to make sure the package
works correctly qore version 1.2.
This is version 1.0.0.
Our patches are not needed anymore.
Remove options.mk since cmake is now
used as build system and the configure
arguments are not valid for cmake.
Change maintainer address since it has
changed.

diffstat:

 security/qore-xmlsec-module/Makefile                      |  26 +++++---------
 security/qore-xmlsec-module/PLIST                         |   3 +-
 security/qore-xmlsec-module/distinfo                      |   8 ++--
 security/qore-xmlsec-module/options.mk                    |  12 ------
 security/qore-xmlsec-module/patches/patch-configure       |  14 --------
 security/qore-xmlsec-module/patches/patch-src_Makefile.in |  14 --------
 6 files changed, 14 insertions(+), 63 deletions(-)

diffs (118 lines):

diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/Makefile
--- a/security/qore-xmlsec-module/Makefile      Thu Jan 27 18:23:48 2022 +0000
+++ b/security/qore-xmlsec-module/Makefile      Thu Jan 27 18:27:16 2022 +0000
@@ -1,30 +1,22 @@
-# $NetBSD: Makefile,v 1.11 2021/12/08 16:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/01/27 18:27:16 nros Exp $
 
-DISTNAME=      qore-xmlsec-module-0.0.2
-PKGREVISION=   13
+DISTNAME=      qore-xmlsec-module-1.0.0
 CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/}
+GITHUB_PROJECT=        module-xmlsec
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=    nros%users.sourceforge.net@localhost
+MAINTAINER=    nros%NetBSD.org@localhost
 HOMEPAGE=      http://www.qore.org/
 COMMENT=       XMLSec module for Qore
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
+USE_CMAKE=     yes
 USE_LANGUAGES= c c++11
 PTHREAD_OPTS+= native
 
-CONFIGURE_ARGS+=       --with-xmlsec-dir=${BUILDLINK_PREFIX.xmlsec1}
-CONFIGURE_ARGS+=       --with-libxml2-dir=${BUILDLINK_PREFIX.libxml2}
-CONFIGURE_ARGS+=       --with-qore-dir=${BUILDLINK_PREFIX.qore}
-
-INSTALLATION_DIRS+=     share/doc/${PKGBASE}
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/docs/xmlsec-module-doc.html \
-               ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
-
-.include "options.mk"
+CMAKE_USE_GNU_INSTALL_DIRS=    no
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../security/xmlsec1/buildlink3.mk"
diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/PLIST
--- a/security/qore-xmlsec-module/PLIST Thu Jan 27 18:23:48 2022 +0000
+++ b/security/qore-xmlsec-module/PLIST Thu Jan 27 18:27:16 2022 +0000
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 16:03:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/27 18:27:16 nros Exp $
 ${QORE_MODULE_DIR}/xmlsec-api-${QORE_MODULE_API}.qmod
-share/doc/${PKGBASE}/xmlsec-module-doc.html
diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/distinfo
--- a/security/qore-xmlsec-module/distinfo      Thu Jan 27 18:23:48 2022 +0000
+++ b/security/qore-xmlsec-module/distinfo      Thu Jan 27 18:27:16 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:17:52 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/01/27 18:27:16 nros Exp $
 
-BLAKE2s (qore-xmlsec-module-0.0.2.tar.gz) = b52aa2798fa8ec2829bbd8e87ff9c73c58c9a54b6e29c32d2dc24a109c69f2a2
-SHA512 (qore-xmlsec-module-0.0.2.tar.gz) = e4a60e795c40717b6d397bcdc5a4d45cf75f08dbaec98e3357ff669875ad41718bf35b49e987c07fbc14e4367e6507a11c7b16a615e7168958841dd8f023a2c2
-Size (qore-xmlsec-module-0.0.2.tar.gz) = 421326 bytes
+BLAKE2s (qore-xmlsec-module-1.0.0.tar.bz2) = 032ea59c72bf8b579119f3ea94382237ed6e4b21cbe10b137730b67ecf03c5f7
+SHA512 (qore-xmlsec-module-1.0.0.tar.bz2) = 10a9e48e97109f1a056813902a9b039d6333c02a3ffe07f93919632874334d5e66a5c0c807278981ed5cbba0d715ceab0d97e3946c1386fed19b65b81fdb5ff3
+Size (qore-xmlsec-module-1.0.0.tar.bz2) = 31258 bytes
 SHA1 (patch-configure) = df7a2896c6f887d3456108690885cde1e6f73b89
 SHA1 (patch-src_Makefile.in) = b018b3be8dfb7c2ba2c3c108aed111ae969b782d
diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/options.mk
--- a/security/qore-xmlsec-module/options.mk    Thu Jan 27 18:23:48 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/04 21:13:01 rillig Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.qore-xmlsec-module
-PKG_SUPPORTED_OPTIONS= debug
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=       --enable-debug
-.else
-CONFIGURE_ARGS+=       --disable-debug
-.endif
diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/patches/patch-configure
--- a/security/qore-xmlsec-module/patches/patch-configure       Thu Jan 27 18:23:48 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/12/30 16:03:29 wiz Exp $
-pkgsrc doesn't have lib64 so don't set it.
-fixes build on linux.
-http://sf.net/p/qore/code/6817/
---- configure.orig     2014-11-01 13:50:15.319578002 +0000
-+++ configure
-@@ -19685,7 +19685,6 @@ if test "$enable_64bit" = "yes"; then
-       *linux*)        if test "$GXX" = "yes"; then
-                  CXXFLAGS="$CXXFLAGS -m64"
-               fi
--              LIBSUFFIX=64
- 
-               ;;
-       *hpux*) if test "$host_cpu" = "ia64"; then
diff -r d35f5a297d89 -r 74f80763228c security/qore-xmlsec-module/patches/patch-src_Makefile.in
--- a/security/qore-xmlsec-module/patches/patch-src_Makefile.in Thu Jan 27 18:23:48 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2014/12/30 16:03:29 wiz Exp $
-* don't install .a files
-http://sourceforge.net/p/qore/code/6294/
---- src/Makefile.in.orig       2014-02-16 19:44:48.000000000 +0000
-+++ src/Makefile.in
-@@ -490,7 +490,7 @@ libtool: $(LIBTOOL_DEPS)
- 
- install-exec-hook:
-       mv $(DESTDIR)$(libdir)/xmlsec.$(MODULE_SUFFIX) $(DESTDIR)$(libdir)/xmlsec-api-$(MODULE_API).qmod
--      rm -f $(DESTDIR)$(libdir)/xmlsec.la
-+      rm -f $(DESTDIR)$(libdir)/xmlsec.la $(DESTDIR)$(libdir)/xmlsec.a
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:



Home | Main Index | Thread Index | Old Index