From owner-svn-ports-all@freebsd.org Sun Sep 23 01:32:03 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 1DB4010A96F1; Sun, 23 Sep 2018 01:32:03 +0000 (UTC) (envelope-from swills@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 C77B88AF88; Sun, 23 Sep 2018 01:32:02 +0000 (UTC) (envelope-from swills@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 C272923DC4; Sun, 23 Sep 2018 01:32:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N1W23P085764; Sun, 23 Sep 2018 01:32:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8N1W21A085761; Sun, 23 Sep 2018 01:32:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809230132.w8N1W21A085761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 23 Sep 2018 01:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480447 - in head/devel/libe: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/libe: . files X-SVN-Commit-Revision: 480447 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.27 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, 23 Sep 2018 01:32:03 -0000 Author: swills Date: Sun Sep 23 01:32:01 2018 New Revision: 480447 URL: https://svnweb.freebsd.org/changeset/ports/480447 Log: devel/libe: update to release 0.11.0 While here, pass maintainership to submitter PR: 231102 Submitted by: Vinícius Zavam Added: head/devel/libe/files/patch-configure.ac (contents, props changed) Deleted: head/devel/libe/files/patch-garbage_collector.cc Modified: head/devel/libe/Makefile (contents, props changed) head/devel/libe/distinfo (contents, props changed) head/devel/libe/pkg-plist (contents, props changed) Modified: head/devel/libe/Makefile ============================================================================== --- head/devel/libe/Makefile Sun Sep 23 01:24:30 2018 (r480446) +++ head/devel/libe/Makefile Sun Sep 23 01:32:01 2018 (r480447) @@ -1,24 +1,28 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ -PORTNAME= libe -PORTVERSION= 0.7.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://hyperdex.org/src/ +PORTNAME= libe +PORTVERSION= 0.11.0 +DISTVERSIONPREFIX= releases/ +CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= High-performance datastructures and utilities for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:devel/libpo6 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig + +USES= autoreconf gmake libtool pathfix pkgconfig +USE_GITHUB= yes USE_LDCONFIG= yes -ONLY_FOR_ARCHS= amd64 +GH_ACCOUNT= rescrv +GH_PROJECT= e .include Modified: head/devel/libe/distinfo ============================================================================== --- head/devel/libe/distinfo Sun Sep 23 01:24:30 2018 (r480446) +++ head/devel/libe/distinfo Sun Sep 23 01:32:01 2018 (r480447) @@ -1,2 +1,3 @@ -SHA256 (libe-0.7.0.tar.gz) = 2ae0ad14d9c7576531d38a8ed8034e34933f626556742f7ee74a39cefcbfb7a7 -SIZE (libe-0.7.0.tar.gz) = 401370 +TIMESTAMP = 1535833568 +SHA256 (rescrv-e-releases-0.11.0_GH0.tar.gz) = 6eb66c4bcc3f5597c35470dd8262f60d8999040f256fd6b581a7a763d21e9db3 +SIZE (rescrv-e-releases-0.11.0_GH0.tar.gz) = 68510 Added: head/devel/libe/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libe/files/patch-configure.ac Sun Sep 23 01:32:01 2018 (r480447) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-09-01 20:42:04 UTC ++++ configure.ac +@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE(foreign serial_tests su + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + LT_PREREQ([2.2]) + LT_INIT +-AC_CONFIG_SRCDIR([e/buffer.h]) ++AC_CONFIG_SRCDIR([e]) + AC_CONFIG_HEADERS([config.h]) + AC_CONFIG_MACRO_DIR([m4]) + Modified: head/devel/libe/pkg-plist ============================================================================== --- head/devel/libe/pkg-plist Sun Sep 23 01:24:30 2018 (r480446) +++ head/devel/libe/pkg-plist Sun Sep 23 01:32:01 2018 (r480447) @@ -1,4 +1,5 @@ include/e/ao_hash_map.h +include/e/arena.h include/e/array_ptr.h include/e/atomic.h include/e/bitsteal.h @@ -8,6 +9,7 @@ include/e/convert.h include/e/endian.h include/e/envconfig.h include/e/error.h +include/e/flagfd.h include/e/garbage_collector.h include/e/guard.h include/e/hazard_ptrs.h @@ -15,6 +17,7 @@ include/e/intrusive_ptr.h include/e/lockfree_fifo.h include/e/lockfree_hash_map.h include/e/lockfree_hash_set.h +include/e/lockfree_mpsc_fifo.h include/e/locking_fifo.h include/e/lookup3.h include/e/nonblocking_bounded_fifo.h @@ -22,16 +25,17 @@ include/e/nwf_hash_map.h include/e/popt.h include/e/pow2.h include/e/safe_math.h +include/e/seqno_collector.h +include/e/serialization.h include/e/slice.h include/e/strescape.h include/e/striped_lock.h include/e/subcommand.h include/e/time.h include/e/tuple_compare.h -include/e/unpacker.h include/e/varint.h lib/libe.a lib/libe.so -lib/libe.so.1 -lib/libe.so.1.1.0 +lib/libe.so.5 +lib/libe.so.5.0.0 libdata/pkgconfig/libe.pc