Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 08:58:40 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489444 - head/net/yami4
Message-ID:  <201901060858.x068webj090483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901060858.x068webj090483>