From owner-svn-ports-all@freebsd.org Sun Jan 6 08:58:41 2019 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 6309A14411FA; Sun, 6 Jan 2019 08:58:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08FE96A9C6; Sun, 6 Jan 2019 08:58:41 +0000 (UTC) (envelope-from tobik@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 F025425ED5; Sun, 6 Jan 2019 08:58:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x068we96090486; Sun, 6 Jan 2019 08:58:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x068webj090483; Sun, 6 Jan 2019 08:58:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201901060858.x068webj090483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 6 Jan 2019 08:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489444 - head/net/yami4 X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/yami4 X-SVN-Commit-Revision: 489444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 08FE96A9C6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 06 Jan 2019 08:58:41 -0000 Author: tobik Date: Sun Jan 6 08:58:40 2019 New Revision: 489444 URL: https://svnweb.freebsd.org/changeset/ports/489444 Log: net/yami4: Update to 1.10.2 - Add missing DOCS option - Reset maintainer due to the long timeout PR: 230555 Submitted by: ndowens@yahoo.com Approved by: prog@msobczak.com (maintainer timeout, ~5 months) Modified: head/net/yami4/Makefile head/net/yami4/distinfo head/net/yami4/pkg-plist Modified: head/net/yami4/Makefile ============================================================================== --- head/net/yami4/Makefile Sun Jan 6 08:17:46 2019 (r489443) +++ head/net/yami4/Makefile Sun Jan 6 08:58:40 2019 (r489444) @@ -1,33 +1,35 @@ # $FreeBSD$ PORTNAME= yami4 -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.2 CATEGORIES= net MASTER_SITES= http://www.inspirel.com/yami4/files/ -DISTNAME= yami4-gpl-1.10.0 +DISTNAME= yami4-gpl-${PORTVERSION} -MAINTAINER= prog@msobczak.com +MAINTAINER= ports@FreeBSD.org COMMENT= Messaging library for distributed systems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt +USES= zip + MAKE_ARGS= OPTIONS="${CXXFLAGS}" CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + do-build : ${DO_MAKE_BUILD} -C ${WRKSRC}/src/core ${DO_MAKE_BUILD} -C ${WRKSRC}/src/cpp -do-install : - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4 - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4/core - ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/yami4/cpp - (cd ${WRKSRC}/doc/core && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/yami4/core) - (cd ${WRKSRC}/doc/cpp && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/yami4/cpp) - (cd ${WRKSRC}/include && ${COPYTREE_SHARE} yami4-core ${STAGEDIR}${PREFIX}/include) - (cd ${WRKSRC}/include && ${COPYTREE_SHARE} yami4-cpp ${STAGEDIR}${PREFIX}/include) - (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.a ${STAGEDIR}${PREFIX}/lib) +do-install: + cd ${WRKSRC}/include && ${COPYTREE_SHARE} "yami4-core yami4-cpp" ${STAGEDIR}${PREFIX}/include + cd ${WRKSRC}/lib && ${INSTALL_DATA} *.a ${STAGEDIR}${PREFIX}/lib + +do-install-DOCS-on: + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "core cpp" ${STAGEDIR}${DOCSDIR} .include Modified: head/net/yami4/distinfo ============================================================================== --- head/net/yami4/distinfo Sun Jan 6 08:17:46 2019 (r489443) +++ head/net/yami4/distinfo Sun Jan 6 08:58:40 2019 (r489444) @@ -1,2 +1,3 @@ -SHA256 (yami4-gpl-1.10.0.tar.gz) = 4ebff8e8e69b538b4168184217c328d5bce5dc0d95164606fba12dc0ccae43dc -SIZE (yami4-gpl-1.10.0.tar.gz) = 1071584 +TIMESTAMP = 1534040243 +SHA256 (yami4-gpl-1.10.2.zip) = a376e320b77c418f4b499bc655009c32a0e712ff7888eeac0a5825feda615e0c +SIZE (yami4-gpl-1.10.2.zip) = 1996196 Modified: head/net/yami4/pkg-plist ============================================================================== --- head/net/yami4/pkg-plist Sun Jan 6 08:17:46 2019 (r489443) +++ head/net/yami4/pkg-plist Sun Jan 6 08:58:40 2019 (r489444) @@ -42,128 +42,3 @@ include/yami4-cpp/version.h include/yami4-cpp/yami.h lib/libyamicore.a lib/libyamicpp.a -share/doc/yami4/core/annotated.html -share/doc/yami4/core/bc_s.png -share/doc/yami4/core/classes.html -share/doc/yami4/core/classyami_1_1core_1_1agent-members.html -share/doc/yami4/core/classyami_1_1core_1_1agent.html -share/doc/yami4/core/classyami_1_1core_1_1channel__descriptor-members.html -share/doc/yami4/core/classyami_1_1core_1_1channel__descriptor.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__entry-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__entry.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__iterator-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameter__iterator.html -share/doc/yami4/core/classyami_1_1core_1_1parameters-members.html -share/doc/yami4/core/classyami_1_1core_1_1parameters.html -share/doc/yami4/core/classyami_1_1core_1_1raw__buffer__data__source-members.html -share/doc/yami4/core/classyami_1_1core_1_1raw__buffer__data__source.html -share/doc/yami4/core/classyami_1_1core_1_1serializable-members.html -share/doc/yami4/core/classyami_1_1core_1_1serializable.html -share/doc/yami4/core/closed.png -share/doc/yami4/core/doxygen.css -share/doc/yami4/core/doxygen.png -share/doc/yami4/core/ftv2blank.png -share/doc/yami4/core/ftv2doc.png -share/doc/yami4/core/ftv2folderclosed.png -share/doc/yami4/core/ftv2folderopen.png -share/doc/yami4/core/ftv2lastnode.png -share/doc/yami4/core/ftv2link.png -share/doc/yami4/core/ftv2mlastnode.png -share/doc/yami4/core/ftv2mnode.png -share/doc/yami4/core/ftv2node.png -share/doc/yami4/core/ftv2plastnode.png -share/doc/yami4/core/ftv2pnode.png -share/doc/yami4/core/ftv2splitbar.png -share/doc/yami4/core/ftv2vertline.png -share/doc/yami4/core/functions.html -share/doc/yami4/core/functions_func.html -share/doc/yami4/core/hierarchy.html -share/doc/yami4/core/index.html -share/doc/yami4/core/jquery.js -share/doc/yami4/core/namespacemembers.html -share/doc/yami4/core/namespacemembers_enum.html -share/doc/yami4/core/namespacemembers_eval.html -share/doc/yami4/core/namespacemembers_func.html -share/doc/yami4/core/namespacemembers_type.html -share/doc/yami4/core/namespaces.html -share/doc/yami4/core/namespaceyami.html -share/doc/yami4/core/namespaceyami_1_1core.html -share/doc/yami4/core/nav_f.png -share/doc/yami4/core/nav_h.png -share/doc/yami4/core/navtree.css -share/doc/yami4/core/navtree.js -share/doc/yami4/core/open.png -share/doc/yami4/core/resize.js -share/doc/yami4/core/tab_a.png -share/doc/yami4/core/tab_b.png -share/doc/yami4/core/tab_h.png -share/doc/yami4/core/tab_s.png -share/doc/yami4/core/tabs.css -share/doc/yami4/cpp/annotated.html -share/doc/yami4/cpp/bc_s.png -share/doc/yami4/cpp/classes.html -share/doc/yami4/cpp/classyami_1_1activity__statistics__monitor-members.html -share/doc/yami4/cpp/classyami_1_1activity__statistics__monitor.html -share/doc/yami4/cpp/classyami_1_1agent-members.html -share/doc/yami4/cpp/classyami_1_1agent.html -share/doc/yami4/cpp/classyami_1_1event__callback-members.html -share/doc/yami4/cpp/classyami_1_1event__callback.html -share/doc/yami4/cpp/classyami_1_1incoming__message-members.html -share/doc/yami4/cpp/classyami_1_1incoming__message.html -share/doc/yami4/cpp/classyami_1_1outgoing__message-members.html -share/doc/yami4/cpp/classyami_1_1outgoing__message.html -share/doc/yami4/cpp/classyami_1_1parameter__entry-members.html -share/doc/yami4/cpp/classyami_1_1parameter__entry.html -share/doc/yami4/cpp/classyami_1_1parameters-members.html -share/doc/yami4/cpp/classyami_1_1parameters.html -share/doc/yami4/cpp/classyami_1_1parameters_1_1iterator-members.html -share/doc/yami4/cpp/classyami_1_1parameters_1_1iterator.html -share/doc/yami4/cpp/classyami_1_1raw__buffer__data__source-members.html -share/doc/yami4/cpp/classyami_1_1raw__buffer__data__source.html -share/doc/yami4/cpp/classyami_1_1serializable-members.html -share/doc/yami4/cpp/classyami_1_1serializable.html -share/doc/yami4/cpp/classyami_1_1value__publisher-members.html -share/doc/yami4/cpp/classyami_1_1value__publisher.html -share/doc/yami4/cpp/classyami_1_1yami__logic__error-members.html -share/doc/yami4/cpp/classyami_1_1yami__logic__error.html -share/doc/yami4/cpp/classyami_1_1yami__runtime__error-members.html -share/doc/yami4/cpp/classyami_1_1yami__runtime__error.html -share/doc/yami4/cpp/closed.png -share/doc/yami4/cpp/doxygen.css -share/doc/yami4/cpp/doxygen.png -share/doc/yami4/cpp/ftv2blank.png -share/doc/yami4/cpp/ftv2doc.png -share/doc/yami4/cpp/ftv2folderclosed.png -share/doc/yami4/cpp/ftv2folderopen.png -share/doc/yami4/cpp/ftv2lastnode.png -share/doc/yami4/cpp/ftv2link.png -share/doc/yami4/cpp/ftv2mlastnode.png -share/doc/yami4/cpp/ftv2mnode.png -share/doc/yami4/cpp/ftv2node.png -share/doc/yami4/cpp/ftv2plastnode.png -share/doc/yami4/cpp/ftv2pnode.png -share/doc/yami4/cpp/ftv2splitbar.png -share/doc/yami4/cpp/ftv2vertline.png -share/doc/yami4/cpp/functions.html -share/doc/yami4/cpp/functions_func.html -share/doc/yami4/cpp/functions_type.html -share/doc/yami4/cpp/hierarchy.html -share/doc/yami4/cpp/index.html -share/doc/yami4/cpp/jquery.js -share/doc/yami4/cpp/namespacemembers.html -share/doc/yami4/cpp/namespacemembers_enum.html -share/doc/yami4/cpp/namespacemembers_eval.html -share/doc/yami4/cpp/namespacemembers_vars.html -share/doc/yami4/cpp/namespaces.html -share/doc/yami4/cpp/namespaceyami.html -share/doc/yami4/cpp/nav_f.png -share/doc/yami4/cpp/nav_h.png -share/doc/yami4/cpp/navtree.css -share/doc/yami4/cpp/navtree.js -share/doc/yami4/cpp/open.png -share/doc/yami4/cpp/resize.js -share/doc/yami4/cpp/tab_a.png -share/doc/yami4/cpp/tab_b.png -share/doc/yami4/cpp/tab_h.png -share/doc/yami4/cpp/tab_s.png -share/doc/yami4/cpp/tabs.css