Index: head/devel/gwenhywfar/Makefile =================================================================== --- head/devel/gwenhywfar/Makefile (revision 568206) +++ head/devel/gwenhywfar/Makefile (revision 568207) @@ -1,108 +1,108 @@ # $FreeBSD$ PORTNAME= gwenhywfar -PORTVERSION= 5.4.1 +PORTVERSION= 5.6.0 PORTREVISION?= 0 CATEGORIES= devel net security -MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/344/ +MASTER_SITES= https://www.aquamaniac.de/rdm/attachments/download/364/ MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgnutls.so:security/gnutls \ libgpg-error.so:security/libgpg-error USES= gettext gmake iconv:translit libtool localbase:ldflags \ pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" \ --with-guis="${SLAVEPORT}" INSTALL_TARGET= install-strip USE_LDCONFIG= yes GWEN_SHLIB_VER= 79 PLIST_SUB= GWEN_SHLIB_VER="${GWEN_SHLIB_VER}" \ GWEN_MAJ_MIN_VER="${PORTVERSION:R}" .if !defined(SLAVEPORT) OPTIONS_DEFINE= DOXYGEN LIBXML2 MEMDEBUG OPENSSL OPTIONS_DEFAULT= OPENSSL OPTIONS_SUB= yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_CONFIGURE_ENABLE= full-doc LIBXML2_USES= gnome LIBXML2_USE= gnome=libxml2 LIBXML2_CONFIGURE_ON= --with-libxml2-code=yes MEMDEBUG_DESC= Enable memory debugger statistic MEMDEBUG_CONFIGURE_ENABLE= memtrace OPENSSL_USES= ssl OPENSSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" OPENSSL_CONFIGURE_ENV_OFF= OPENSSL_CFLAGS="" \ OPENSSL_LIBS="" .endif .include .if defined(SLAVEPORT) LIB_DEPENDS+= libgwenhywfar.so:devel/gwenhywfar BUILD_WRKSRC= ${WRKSRC}/gui INSTALL_WRKSRC= ${WRKSRC}/gui/${SLAVEPORT} . if ${SLAVEPORT}=="fox16" LIB_DEPENDS+= libFOX-1.6.so:x11-toolkits/fox16 CONFIGURE_ARGS+=--with-fox-includes=${LOCALBASE}/include/fox-1.6 \ --with-fox-libs=${LOCALBASE}/lib . elif ${SLAVEPORT}=="gtk2" LIB_DEPENDS+= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig USES+= gnome USE_GNOME+= cairo gdkpixbuf2 gtk20 . elif ${SLAVEPORT}=="gtk3" USES+= gnome USE_GNOME+= cairo gdkpixbuf2 gtk30 . elif ${SLAVEPORT}=="qt5" USES+= compiler:c++11-lang gl qmake:no_env qt:5 USE_GL= gl USE_QT= core gui widgets \ buildtools_build qmake_build CONFIGURE_ARGS+=--with-qt5-qmake=${QMAKE} \ --with-qt5-moc=${MOC} \ --with-qt5-uic=${UIC} . endif .endif post-patch: ${REINPLACE_CMD} -e '/^LIBS/s|$$| @i18n_libs@|' \ ${WRKSRC}/tools/gcttool/Makefile.in \ ${WRKSRC}/tools/typemaker/Makefile.in \ ${WRKSRC}/tools/xmlmerge/Makefile.in .if defined(SLAVEPORT) @${FIND} ${BUILD_WRKSRC} -name "Makefile.in" -type f | ${XARGS} \ ${REINPLACE_CMD} -e 's|[$$][(]top_builddir[)]/src/[$$][(]gwenhywfar_internal_libname[)]|$$(gwenhywfar_libs)|g' \ -e 's|[$$][(]builddir[)]/../cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ -e 's|[$$][(]top_builddir[)]/gui/cpp/libgwengui-cpp.la|-lgwengui-cpp|g' \ -e '/^SUBDIRS/s|cpp ||g' .endif post-build-DOXYGEN-on: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} srcdoc post-install-DOXYGEN-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/apidoc cd ${WRKSRC}/apidoc && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidoc @${FIND} -P ${STAGEDIR}${DOCSDIR} -type f 2>/dev/null | \ ${SED} -ne 's|^${STAGEDIR}${PREFIX}/||p' >> ${TMPPLIST} .include Index: head/devel/gwenhywfar/distinfo =================================================================== --- head/devel/gwenhywfar/distinfo (revision 568206) +++ head/devel/gwenhywfar/distinfo (revision 568207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602631748 -SHA256 (gwenhywfar-5.4.1.tar.gz) = fbfd403410e3c1cf7e2957738cf51c6a01ceeec6ab4d2f546512c255d3c08a9b -SIZE (gwenhywfar-5.4.1.tar.gz) = 2373780 +TIMESTAMP = 1615584447 +SHA256 (gwenhywfar-5.6.0.tar.gz) = 57af46920991290372752164f9a7518b222f99bca2ef39c77deab57d14914bc7 +SIZE (gwenhywfar-5.6.0.tar.gz) = 2394400 Index: head/devel/gwenhywfar/files/patch-configure =================================================================== --- head/devel/gwenhywfar/files/patch-configure (revision 568206) +++ head/devel/gwenhywfar/files/patch-configure (revision 568207) @@ -1,45 +1,36 @@ Fix dectection of fox libs Prevent linking to unneeded Qt5 libraries ---- configure.orig 2020-10-11 12:07:56 UTC +--- configure.orig 2021-02-15 19:34:27 UTC +++ configure -@@ -21622,7 +21622,7 @@ $as_echo_n "checking for fox libraries... " >&6; } +@@ -22229,7 +22229,7 @@ $as_echo_n "checking for fox libraries... " >&6; } # Check whether --with-fox-libs was given. if test "${with_fox_libs+set}" = set; then : - withval=$with_fox_libs; fox_libs="$withval" + withval=$with_fox_libs; local_fox_libs="$withval" else ac_ext=cpp -@@ -23218,8 +23218,8 @@ percent.commands = @echo -n "\$(\$(@))\ " +@@ -23825,8 +23825,8 @@ percent.commands = @echo -n "\$(\$(@))\ " QMAKE_EXTRA_TARGETS += percent EOF $QT_QMAKE $am_have_qt_pro -o $am_have_qt_makefile - QT_CXXFLAGS=`make -s -f $am_have_qt_makefile CXXFLAGS INCPATH` - QT_LIBS=`make -s -f $am_have_qt_makefile LIBS` + QT_CXXFLAGS=`make -s -f $am_have_qt_makefile -VCXXFLAGS -VINCPATH | tr '\n' ' '` + QT_LIBS=`make -s -f $am_have_qt_makefile -VLIBS | tr '\n' ' '` rm $am_have_qt_pro $am_have_qt_makefile # Look for specific tools in $PATH -@@ -23243,8 +23243,8 @@ else +@@ -23850,8 +23850,8 @@ else fi - QT_LRELEASE=`which lrelease` - QT_LUPDATE=`which lupdate` + QT_LRELEASE=#none + QT_LUPDATE=#none # Get Qt version from qmake QT_DIR=`$QT_QMAKE --version | grep -o -E /.+` -@@ -27214,7 +27214,7 @@ echo "Data Search Folder : $gwenhywfar_data - echo "Locale Search Folder : $gwenhywfar_locale_searchdir" - echo "Config Search Folder : $gwenhywfar_cfg_searchdir" - echo "Buffer Default Hard Limit : $gwenhywfar_buffer_hardlimit" --echo "Symbol Visibility : $visibility_supported" -+echo "Symbol Visibility : $ac_cv_hidden_visibility_attribute" - echo "OpenSSL Support for gct-tool : $ssl_available" - echo "GUI Support : $gwenhywfar_guis" - echo "Use system-wide certificates : $enable_system_certs" Index: head/devel/gwenhywfar/pkg-plist =================================================================== --- head/devel/gwenhywfar/pkg-plist (revision 568206) +++ head/devel/gwenhywfar/pkg-plist (revision 568207) @@ -1,205 +1,208 @@ bin/gct-tool bin/gsa bin/gwenhywfar-config bin/mklistdoc bin/typemaker bin/typemaker2 bin/xmlmerge include/gwenhywfar5/gwen-gui-cpp/api.h include/gwenhywfar5/gwen-gui-cpp/cppdialog.hpp include/gwenhywfar5/gwen-gui-cpp/cppgui.hpp include/gwenhywfar5/gwen-gui-cpp/cppwidget.hpp include/gwenhywfar5/gwenhywfar/args.h include/gwenhywfar5/gwenhywfar/base64.h include/gwenhywfar5/gwenhywfar/bindata.h include/gwenhywfar5/gwenhywfar/buffer.h include/gwenhywfar5/gwenhywfar/cgui.h include/gwenhywfar5/gwenhywfar/configmgr.h include/gwenhywfar5/gwenhywfar/configmgr_be.h include/gwenhywfar5/gwenhywfar/cryptalgo.h include/gwenhywfar5/gwenhywfar/cryptdefs.h include/gwenhywfar5/gwenhywfar/crypthead.h include/gwenhywfar5/gwenhywfar/cryptkey.h include/gwenhywfar5/gwenhywfar/cryptkey_be.h include/gwenhywfar5/gwenhywfar/cryptkeyrsa.h include/gwenhywfar5/gwenhywfar/cryptkeysym.h include/gwenhywfar5/gwenhywfar/cryptmgr.h include/gwenhywfar5/gwenhywfar/cryptmgr_be.h include/gwenhywfar5/gwenhywfar/cryptmgrkeys.h include/gwenhywfar5/gwenhywfar/ct.h include/gwenhywfar5/gwenhywfar/ct_be.h include/gwenhywfar5/gwenhywfar/ct_context.h include/gwenhywfar5/gwenhywfar/ct_keyinfo.h include/gwenhywfar5/gwenhywfar/ctf_context_be.h include/gwenhywfar5/gwenhywfar/ctfile_be.h include/gwenhywfar5/gwenhywfar/ctplugin.h include/gwenhywfar5/gwenhywfar/ctplugin_be.h include/gwenhywfar5/gwenhywfar/db.h include/gwenhywfar5/gwenhywfar/dbio.h include/gwenhywfar5/gwenhywfar/dbio_be.h include/gwenhywfar5/gwenhywfar/debug.h include/gwenhywfar5/gwenhywfar/dialog.h include/gwenhywfar5/gwenhywfar/dialog_be.h include/gwenhywfar5/gwenhywfar/directory.h include/gwenhywfar5/gwenhywfar/endianfns.h include/gwenhywfar5/gwenhywfar/error.h include/gwenhywfar5/gwenhywfar/fastbuffer.h include/gwenhywfar5/gwenhywfar/fslock.h include/gwenhywfar5/gwenhywfar/gui.h include/gwenhywfar5/gwenhywfar/gui_be.h include/gwenhywfar5/gwenhywfar/gwen_sar_fileheader.h include/gwenhywfar5/gwenhywfar/gwendate.h include/gwenhywfar5/gwenhywfar/gwenhywfar.h include/gwenhywfar5/gwenhywfar/gwenhywfarapi.h include/gwenhywfar5/gwenhywfar/gwensemaphore.h include/gwenhywfar5/gwenhywfar/gwensignal.h +include/gwenhywfar5/gwenhywfar/gwenthread.h include/gwenhywfar5/gwenhywfar/gwentime.h include/gwenhywfar5/gwenhywfar/hashalgo.h include/gwenhywfar5/gwenhywfar/htmlctx_be.h include/gwenhywfar5/gwenhywfar/htmlfont_be.h include/gwenhywfar5/gwenhywfar/htmlimage_be.h include/gwenhywfar5/gwenhywfar/htmlobject_be.h include/gwenhywfar5/gwenhywfar/htmlprops_be.h include/gwenhywfar5/gwenhywfar/httpsession.h include/gwenhywfar5/gwenhywfar/i18n.h include/gwenhywfar5/gwenhywfar/idlist64.h include/gwenhywfar5/gwenhywfar/idmap.h include/gwenhywfar5/gwenhywfar/inetaddr.h include/gwenhywfar5/gwenhywfar/inetsocket.h include/gwenhywfar5/gwenhywfar/inherit.h include/gwenhywfar5/gwenhywfar/libloader.h include/gwenhywfar5/gwenhywfar/list.h include/gwenhywfar5/gwenhywfar/list1.h include/gwenhywfar5/gwenhywfar/list1.tmpl include/gwenhywfar5/gwenhywfar/list2.h include/gwenhywfar5/gwenhywfar/list2.tmpl include/gwenhywfar5/gwenhywfar/logger.h include/gwenhywfar5/gwenhywfar/mdigest.h include/gwenhywfar5/gwenhywfar/mdigest_be.h include/gwenhywfar5/gwenhywfar/memcache.h include/gwenhywfar5/gwenhywfar/memory.h include/gwenhywfar5/gwenhywfar/misc.h include/gwenhywfar5/gwenhywfar/misc2.h include/gwenhywfar5/gwenhywfar/msgengine.h include/gwenhywfar5/gwenhywfar/multicache.h include/gwenhywfar5/gwenhywfar/mutex.h +include/gwenhywfar5/gwenhywfar/nogui.h include/gwenhywfar5/gwenhywfar/o_image_be.h include/gwenhywfar5/gwenhywfar/padd.h include/gwenhywfar5/gwenhywfar/paddalgo.h include/gwenhywfar5/gwenhywfar/param.h include/gwenhywfar5/gwenhywfar/param_fns.h include/gwenhywfar5/gwenhywfar/passwdstore.h include/gwenhywfar5/gwenhywfar/path.h include/gwenhywfar5/gwenhywfar/pathmanager.h include/gwenhywfar5/gwenhywfar/plugin.h include/gwenhywfar5/gwenhywfar/plugindescr.h include/gwenhywfar5/gwenhywfar/process.h include/gwenhywfar5/gwenhywfar/refptr.h include/gwenhywfar5/gwenhywfar/ringbuffer.h include/gwenhywfar5/gwenhywfar/sar.h include/gwenhywfar5/gwenhywfar/sighead.h include/gwenhywfar5/gwenhywfar/sigtail.h include/gwenhywfar5/gwenhywfar/simpleptrlist.h include/gwenhywfar5/gwenhywfar/smalltresor.h include/gwenhywfar5/gwenhywfar/ssl_cert_descr.h include/gwenhywfar5/gwenhywfar/ssl_cert_flags.h include/gwenhywfar5/gwenhywfar/stringlist.h include/gwenhywfar5/gwenhywfar/stringlist2.h include/gwenhywfar5/gwenhywfar/syncio.h include/gwenhywfar5/gwenhywfar/syncio_buffered.h include/gwenhywfar5/gwenhywfar/syncio_file.h include/gwenhywfar5/gwenhywfar/syncio_http.h include/gwenhywfar5/gwenhywfar/syncio_memory.h include/gwenhywfar5/gwenhywfar/syncio_socket.h include/gwenhywfar5/gwenhywfar/syncio_tls.h include/gwenhywfar5/gwenhywfar/system.h include/gwenhywfar5/gwenhywfar/tag16.h include/gwenhywfar5/gwenhywfar/testframework.h include/gwenhywfar5/gwenhywfar/testmodule.h include/gwenhywfar5/gwenhywfar/text.h +include/gwenhywfar5/gwenhywfar/threadlocaldata.h include/gwenhywfar5/gwenhywfar/tlv.h include/gwenhywfar5/gwenhywfar/tree.h include/gwenhywfar5/gwenhywfar/tree2.h include/gwenhywfar5/gwenhywfar/types.h include/gwenhywfar5/gwenhywfar/url.h include/gwenhywfar5/gwenhywfar/urlfns.h include/gwenhywfar5/gwenhywfar/version.h include/gwenhywfar5/gwenhywfar/widget_be.h include/gwenhywfar5/gwenhywfar/xml.h include/gwenhywfar5/gwenhywfar/xml2db.h include/gwenhywfar5/gwenhywfar/xmlcmd.h include/gwenhywfar5/gwenhywfar/xmlcmd_gxml.h include/gwenhywfar5/gwenhywfar/xmlcmd_gxml_fromdb.h include/gwenhywfar5/gwenhywfar/xmlcmd_gxml_todb.h %%LIBXML2%%include/gwenhywfar5/gwenhywfar/xmlcmd_lxml.h %%LIBXML2%%include/gwenhywfar5/gwenhywfar/xmlcmd_lxml_todb.h include/gwenhywfar5/gwenhywfar/xmlctx.h include/gwenhywfar5/gwenhywfar/xsdnode.h lib/cmake/gwengui-cpp-%%GWEN_MAJ_MIN_VER%%/gwengui-cpp-config-version.cmake lib/cmake/gwengui-cpp-%%GWEN_MAJ_MIN_VER%%/gwengui-cpp-config.cmake lib/cmake/gwenhywfar-%%GWEN_MAJ_MIN_VER%%/gwenhywfar-config-version.cmake lib/cmake/gwenhywfar-%%GWEN_MAJ_MIN_VER%%/gwenhywfar-config.cmake lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/configmgr/dir.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ohbci.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/ct/ohbci.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/csv.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/olddb.xml lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so.0 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.so.0.0.1 lib/gwenhywfar/plugins/%%GWEN_SHLIB_VER%%/dbio/xmldb.xml lib/libgwengui-cpp.so lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-cpp.so.%%GWEN_SHLIB_VER%%.6.0 lib/libgwenhywfar.so lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%% -lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwenhywfar.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwenhywfar.pc share/aclocal/gwenhywfar.m4 %%DATADIR%%/dialogs/dlg_input.dlg %%DATADIR%%/dialogs/dlg_message.dlg %%DATADIR%%/dialogs/dlg_progress.dlg %%DATADIR%%/dialogs/dlg_showbox.dlg %%DATADIR%%/typemaker2/c/char.tm2 %%DATADIR%%/typemaker2/c/char_array.tm2 %%DATADIR%%/typemaker2/c/char_ptr.tm2 %%DATADIR%%/typemaker2/c/double.tm2 %%DATADIR%%/typemaker2/c/double_array.tm2 %%DATADIR%%/typemaker2/c/gwen_bindata.tm2 %%DATADIR%%/typemaker2/c/gwen_buffer.tm2 %%DATADIR%%/typemaker2/c/gwen_date.tm2 %%DATADIR%%/typemaker2/c/gwen_db_node.tm2 %%DATADIR%%/typemaker2/c/gwen_idlist64.tm2 %%DATADIR%%/typemaker2/c/gwen_multicache.tm2 %%DATADIR%%/typemaker2/c/gwen_multicache_type.tm2 %%DATADIR%%/typemaker2/c/gwen_param.tm2 %%DATADIR%%/typemaker2/c/gwen_param_list.tm2 %%DATADIR%%/typemaker2/c/gwen_param_list2.tm2 %%DATADIR%%/typemaker2/c/gwen_param_tree.tm2 %%DATADIR%%/typemaker2/c/gwen_stringlist2.tm2 %%DATADIR%%/typemaker2/c/gwen_time.tm2 %%DATADIR%%/typemaker2/c/gwen_xmlnode.tm2 %%DATADIR%%/typemaker2/c/gwen_xmlnode_list.tm2 %%DATADIR%%/typemaker2/c/gwen_xmlnode_list2.tm2 %%DATADIR%%/typemaker2/c/idmap_base.tm2 %%DATADIR%%/typemaker2/c/int.tm2 %%DATADIR%%/typemaker2/c/int_array.tm2 %%DATADIR%%/typemaker2/c/int_base.tm2 %%DATADIR%%/typemaker2/c/list1_base.tm2 %%DATADIR%%/typemaker2/c/list2_base.tm2 %%DATADIR%%/typemaker2/c/struct_base.tm2 %%DATADIR%%/typemaker2/c/tree2_base.tm2 %%DATADIR%%/typemaker2/c/tree_base.tm2 %%DATADIR%%/typemaker2/c/uint32_t.tm2 %%DATADIR%%/typemaker2/c/uint32_t_array.tm2 %%DATADIR%%/typemaker2/c/uint64_t.tm2 %%DATADIR%%/typemaker2/c/uint8_t.tm2 %%DATADIR%%/typemaker2/c/uint8_t_array.tm2 share/locale/de/LC_MESSAGES/gwenhywfar.mo Index: head/devel/gwenhywfar-fox16/pkg-plist =================================================================== --- head/devel/gwenhywfar-fox16/pkg-plist (revision 568206) +++ head/devel/gwenhywfar-fox16/pkg-plist (revision 568207) @@ -1,10 +1,10 @@ include/gwenhywfar5/gwen-gui-fox16/api.h include/gwenhywfar5/gwen-gui-fox16/fox16_gui.hpp include/gwenhywfar5/gwen-gui-fox16/fox16_htmlctx.hpp include/gwenhywfar5/gwen-gui-fox16/fox16_htmllabel.hpp include/gwenhywfar5/gwen-gui-fox16/fox16_htmltext.hpp include/gwenhywfar5/gwen-gui-fox16/theme.h lib/libgwengui-fox16.so lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-fox16.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-fox16.pc Index: head/devel/gwenhywfar-gtk2/pkg-plist =================================================================== --- head/devel/gwenhywfar-gtk2/pkg-plist (revision 568206) +++ head/devel/gwenhywfar-gtk2/pkg-plist (revision 568207) @@ -1,5 +1,5 @@ include/gwenhywfar5/gwen-gui-gtk2/gtk2_gui.h lib/libgwengui-gtk2.so lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-gtk2.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-gtk2.pc Index: head/devel/gwenhywfar-gtk3/pkg-plist =================================================================== --- head/devel/gwenhywfar-gtk3/pkg-plist (revision 568206) +++ head/devel/gwenhywfar-gtk3/pkg-plist (revision 568207) @@ -1,5 +1,5 @@ include/gwenhywfar5/gwen-gui-gtk3/gtk3_gui.h lib/libgwengui-gtk3.so lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-gtk3.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-gtk3.pc Index: head/devel/gwenhywfar-qt5/pkg-plist =================================================================== --- head/devel/gwenhywfar-qt5/pkg-plist (revision 568206) +++ head/devel/gwenhywfar-qt5/pkg-plist (revision 568207) @@ -1,9 +1,9 @@ include/gwenhywfar5/gwen-gui-qt5/qt5_gui.hpp include/gwenhywfar5/gwen-gui-qt5/qt5_gui_dialog.hpp include/gwenhywfar5/gwen-gui-qt5/qt5dialogbox.hpp lib/cmake/gwengui-qt5-%%GWEN_MAJ_MIN_VER%%/gwengui-qt5-config-version.cmake lib/cmake/gwengui-qt5-%%GWEN_MAJ_MIN_VER%%/gwengui-qt5-config.cmake lib/libgwengui-qt5.so lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%% -lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%%.4.1 +lib/libgwengui-qt5.so.%%GWEN_SHLIB_VER%%.6.0 libdata/pkgconfig/gwengui-qt5.pc