From owner-svn-ports-all@freebsd.org Tue Apr 24 00:12:51 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39886FAECB3; Tue, 24 Apr 2018 00:12:51 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDF0D6EA6E; Tue, 24 Apr 2018 00:12:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C32E63517; Tue, 24 Apr 2018 00:12:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3O0CoaE019033; Tue, 24 Apr 2018 00:12:50 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3O0Copg019031; Tue, 24 Apr 2018 00:12:50 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201804240012.w3O0Copg019031@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 24 Apr 2018 00:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468153 - head/finance/aqbanking X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/finance/aqbanking X-SVN-Commit-Revision: 468153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2018 00:12:51 -0000 Author: jhale Date: Tue Apr 24 00:12:50 2018 New Revision: 468153 URL: https://svnweb.freebsd.org/changeset/ports/468153 Log: Paypal backend was re-added in this release and was missed due to the arguments passed by EBIC_CONFIGURE_OFF. Consequently, the pkg-plist was broken when the EBICS option was enabled. Adjust the check for security/xmlsec1 so that aqbanking can be built in poudriere with the EBICS option enabled. MFH: 2018Q2 (blanket) Modified: head/finance/aqbanking/Makefile head/finance/aqbanking/pkg-plist Modified: head/finance/aqbanking/Makefile ============================================================================== --- head/finance/aqbanking/Makefile Tue Apr 24 00:08:37 2018 (r468152) +++ head/finance/aqbanking/Makefile Tue Apr 24 00:12:50 2018 (r468153) @@ -2,6 +2,7 @@ PORTNAME= aqbanking PORTVERSION= 5.7.8 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=217&file=02&dummy=/ @@ -38,18 +39,14 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ DOXYGEN_CONFIGURE_ENABLE= full-doc EBICS_DESC= Enable EBICS backend -EBICS_LIB_DEPENDS= libxmlsec1-gnutls.so:security/xmlsec1 +EBICS_LIB_DEPENDS= libxmlsec1.so:security/xmlsec1 EBICS_USE= GNOME=libxml2,libxslt -EBICS_CONFIGURE_OFF= --with-backends="aqhbci aqnone aqofxconnect" +EBICS_CONFIGURE_OFF= --with-backends="aqhbci aqnone aqofxconnect aqpaypal" KTOBLZCHECK_DESC= Enable KtoBlzCheck support .include -.if ${PORT_OPTIONS:MEBICS} && !exists(${LOCALBASE}/libdata/pkgconfig/xmlsec1-gnutls.pc) -IGNORE= (Re)Install security/xmlsec1 with the GNUTLS option ON -.endif - .if ${PORT_OPTIONS:MKTOBLZCHECK} || exists(${LOCALBASE}/lib/libktoblzcheck.so) LIB_DEPENDS+= libktoblzcheck.so:finance/ktoblzcheck .endif @@ -57,6 +54,12 @@ LIB_DEPENDS+= libktoblzcheck.so:finance/ktoblzcheck .if ${PORT_OPTIONS:MDOCS} && !${PORT_OPTIONS:MDOXYGEN} PORTDOCS= * .endif + +pre-configure-EBICS-on: + @(if [ ! -e ${LOCALBASE}/libdata/pkgconfig/xmlsec1-gnutls.pc ] ; then \ + ${ECHO_MSG} "(Re)Install security/xmlsec1 with the GNUTLS option ON" ; \ + exit 1; \ + fi) post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc Modified: head/finance/aqbanking/pkg-plist ============================================================================== --- head/finance/aqbanking/pkg-plist Tue Apr 24 00:08:37 2018 (r468152) +++ head/finance/aqbanking/pkg-plist Tue Apr 24 00:12:50 2018 (r468153) @@ -2,6 +2,7 @@ bin/aqbanking-cli bin/aqbanking-config %%EBICS%%bin/aqebics-tool bin/aqhbci-tool4 +bin/aqpaypal-tool bin/hbcixml3 include/aqbanking5/aqbanking/ab_accountqueue.h include/aqbanking5/aqbanking/ab_accountqueuefns.h @@ -124,6 +125,9 @@ include/aqbanking5/aqofxconnect/version.h %%EBICS%%include/aqebics/client/account.h %%EBICS%%include/aqebics/client/provider.h %%EBICS%%include/aqebics/client/user.h +include/aqpaypal/aqpaypal.h +include/aqpaypal/provider.h +include/aqpaypal/user.h lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/at.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/bankinfo/ca.so @@ -168,6 +172,8 @@ lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqno lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqnone.xml lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.so lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqofxconnect.xml +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.so +lib/aqbanking/plugins/%%AQB_SHLIB_VER%%/providers/aqpaypal.xml lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-config-version.cmake lib/cmake/aqbanking-%%AQB_MAJ_MIN_VER%%/aqbanking-config.cmake lib/libaqbanking.so @@ -188,6 +194,9 @@ lib/libaqnone.so.%%AQB_SHLIB_VER%%.6.8 lib/libaqofxconnect.so lib/libaqofxconnect.so.7 lib/libaqofxconnect.so.7.0.2 +lib/libaqpaypal.so +lib/libaqpaypal.so.0 +lib/libaqpaypal.so.0.0.0 libdata/pkgconfig/aqbanking.pc share/aclocal/aqbanking.m4 %%DATADIR%%/aqbanking/typemaker2/c/ab_account.tm2 @@ -220,6 +229,9 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_getinst.dlg %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_newuser.dlg %%DATADIR%%/backends/aqofxconnect/dialogs/dlg_ofx_special.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_editsecret.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_edituser.dlg +%%DATADIR%%/backends/aqpaypal/dialogs/dlg_newuser.dlg %%DATADIR%%/bankinfo/at/banks.data %%DATADIR%%/bankinfo/at/bic.idx %%DATADIR%%/bankinfo/at/blz.idx @@ -308,4 +320,5 @@ share/aclocal/aqbanking.m4 %%DATADIR%%/typemaker2/c/ab_userqueue_list.tm2 %%EBICS%%share/doc/aqebics/aqebics-tool/README share/doc/aqhbci/aqhbci-tool/README +share/doc/aqpaypal/aqpaypal-tool/README share/locale/de/LC_MESSAGES/aqbanking.mo