From owner-svn-ports-all@freebsd.org Mon Dec 31 23:33:43 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 1FCFB141F865; Mon, 31 Dec 2018 23:33:43 +0000 (UTC) (envelope-from bofh@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 B80C18A4A0; Mon, 31 Dec 2018 23:33:42 +0000 (UTC) (envelope-from bofh@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 8E66919A96; Mon, 31 Dec 2018 23:33:42 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBVNXguA079462; Mon, 31 Dec 2018 23:33:42 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBVNXgKv079460; Mon, 31 Dec 2018 23:33:42 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201812312333.wBVNXgKv079460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 31 Dec 2018 23:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488847 - head/devel/omniORB X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/devel/omniORB X-SVN-Commit-Revision: 488847 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B80C18A4A0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.978,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Mon, 31 Dec 2018 23:33:43 -0000 Author: bofh Date: Mon Dec 31 23:33:41 2018 New Revision: 488847 URL: https://svnweb.freebsd.org/changeset/ports/488847 Log: devel/omniORB: Update version 4.2.2=>4.2.3 Relnotes:http://omniorb.sourceforge.net/features.html Modified: head/devel/omniORB/Makefile head/devel/omniORB/distinfo head/devel/omniORB/pkg-plist Modified: head/devel/omniORB/Makefile ============================================================================== --- head/devel/omniORB/Makefile Mon Dec 31 23:13:13 2018 (r488846) +++ head/devel/omniORB/Makefile Mon Dec 31 23:33:41 2018 (r488847) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= omniORB -DISTVERSION= 4.2.2 +DISTVERSION= 4.2.3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//} @@ -14,10 +14,12 @@ LICENSE= GPLv2 BROKEN_SSL= openssl111 BROKEN_SSL_REASON_openssl111= member access into incomplete type 'DH' (aka 'dh_st') +USES= gmake pkgconfig python tar:bzip2 shebangfix ssl + CONFLICTS= omniORB41-4.1.* -PLIST_SUB+= SONUM=2 +SONUM= 3 +PLIST_SUB+= SONUM=${SONUM} GNU_CONFIGURE= yes -USES= gmake pkgconfig python tar:bzip2 shebangfix ssl USE_LDCONFIG= yes USE_PYTHON= py3kplist MAKEFILE= GNUmakefile @@ -47,10 +49,10 @@ post-install: .for i in catior convertior omniMapper omniNames omnicpp nameclt omkdepend genior @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor -.for i in libomniDynamic4.so.2.2 libomnisslTP4.so.2.2 libCOS4.so.2.2 \ - libomniCodeSets4.so.2.2 libomniZIOPDynamic4.so.2.2 libomniZIOP4.so.2.2 \ - libomniConnectionMgmt4.so.2.2 libomniORB4.so.2.2 libCOSDynamic4.so.2.2 \ - libomnithread.so.4.0 +.for i in libomniDynamic4.so.2.${SONUM} libomnisslTP4.so.2.${SONUM} libCOS4.so.2.${SONUM} \ + libomniCodeSets4.so.2.${SONUM} libomniZIOPDynamic4.so.2.${SONUM} libomniZIOP4.so.2.${SONUM} \ + libomniConnectionMgmt4.so.2.${SONUM} libomniORB4.so.2.${SONUM} libCOSDynamic4.so.2.${SONUM} \ + libomnithread.so.4.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${i} .endfor @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/*.so Modified: head/devel/omniORB/distinfo ============================================================================== --- head/devel/omniORB/distinfo Mon Dec 31 23:13:13 2018 (r488846) +++ head/devel/omniORB/distinfo Mon Dec 31 23:33:41 2018 (r488847) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515417481 -SHA256 (omniORB-4.2.2.tar.bz2) = ddd909ce31014be2beebf67a5e9fabbf03b5bb0c26b8c53ab64d470d77348ece -SIZE (omniORB-4.2.2.tar.bz2) = 2673800 +TIMESTAMP = 1546293019 +SHA256 (omniORB-4.2.3.tar.bz2) = 26412ac08ab495ce5a6a8e40961fa20b7c43f623c6c26b616d210ca32f078bca +SIZE (omniORB-4.2.3.tar.bz2) = 2713119 Modified: head/devel/omniORB/pkg-plist ============================================================================== --- head/devel/omniORB/pkg-plist Mon Dec 31 23:13:13 2018 (r488846) +++ head/devel/omniORB/pkg-plist Mon Dec 31 23:33:41 2018 (r488847) @@ -246,7 +246,7 @@ lib/libomnisslTP4.so.2 lib/libomnisslTP4.so.2.%%SONUM%% lib/libomnithread.so lib/libomnithread.so.4 -lib/libomnithread.so.4.0 +lib/libomnithread.so.4.1 libdata/pkgconfig/omniCOS4.pc libdata/pkgconfig/omniCOSDynamic4.pc libdata/pkgconfig/omniConnectionMgmt4.pc