From owner-svn-ports-all@FreeBSD.ORG Sun Jul 6 20:50:12 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 866A3486; Sun, 6 Jul 2014 20:50:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59C70242D; Sun, 6 Jul 2014 20:50:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s66KoCGn016187; Sun, 6 Jul 2014 20:50:12 GMT (envelope-from vg@svn.freebsd.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s66KoBZM016178; Sun, 6 Jul 2014 20:50:11 GMT (envelope-from vg@svn.freebsd.org) Message-Id: <201407062050.s66KoBZM016178@svn.freebsd.org> From: Veniamin Gvozdikov Date: Sun, 6 Jul 2014 20:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361009 - in head/devel/libe: . files X-SVN-Group: ports-head 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.18 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 Jul 2014 20:50:12 -0000 Author: vg Date: Sun Jul 6 20:50:11 2014 New Revision: 361009 URL: http://svnweb.freebsd.org/changeset/ports/361009 QAT: https://qat.redports.org/buildarchive/r361009/ Log: - Upgrade to 0.7.0 - Update license Deleted: head/devel/libe/files/ Modified: head/devel/libe/Makefile head/devel/libe/distinfo head/devel/libe/pkg-plist Modified: head/devel/libe/Makefile ============================================================================== --- head/devel/libe/Makefile Sun Jul 6 20:38:36 2014 (r361008) +++ head/devel/libe/Makefile Sun Jul 6 20:50:11 2014 (r361009) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= libe -PORTVERSION= 0.3.2 +PORTVERSION= 0.7.0 CATEGORIES= devel MASTER_SITES= http://hyperdex.org/src/ MAINTAINER= vg@FreeBSD.org COMMENT= High-performance datastructures and utilities for C++ -LICENSE= BSD +LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libpo6.pc:${PORTSDIR}/devel/libpo6 GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_LDCONFIG= yes ONLY_FOR_ARCHS= amd64 Modified: head/devel/libe/distinfo ============================================================================== --- head/devel/libe/distinfo Sun Jul 6 20:38:36 2014 (r361008) +++ head/devel/libe/distinfo Sun Jul 6 20:50:11 2014 (r361009) @@ -1,2 +1,2 @@ -SHA256 (libe-0.3.2.tar.gz) = f6947ce4bad6798d753ae76c125307318ff6c45ce8b1135afc95720ba4d2bb2e -SIZE (libe-0.3.2.tar.gz) = 378913 +SHA256 (libe-0.7.0.tar.gz) = 2ae0ad14d9c7576531d38a8ed8034e34933f626556742f7ee74a39cefcbfb7a7 +SIZE (libe-0.7.0.tar.gz) = 401370 Modified: head/devel/libe/pkg-plist ============================================================================== --- head/devel/libe/pkg-plist Sun Jul 6 20:38:36 2014 (r361008) +++ head/devel/libe/pkg-plist Sun Jul 6 20:50:11 2014 (r361009) @@ -1,12 +1,14 @@ +include/e/ao_hash_map.h include/e/array_ptr.h -include/e/assert.h include/e/atomic.h -include/e/bitfield.h include/e/bitsteal.h include/e/buffer.h +include/e/compat.h include/e/convert.h include/e/endian.h include/e/envconfig.h +include/e/error.h +include/e/garbage_collector.h include/e/guard.h include/e/hazard_ptrs.h include/e/intrusive_ptr.h @@ -14,21 +16,23 @@ include/e/lockfree_fifo.h include/e/lockfree_hash_map.h include/e/lockfree_hash_set.h include/e/locking_fifo.h -include/e/locking_iterable_fifo.h -include/e/microbench.h +include/e/lookup3.h include/e/nonblocking_bounded_fifo.h +include/e/nwf_hash_map.h +include/e/popt.h include/e/pow2.h -include/e/profiler.h include/e/safe_math.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/worker_barrier.h +include/e/varint.h lib/libe.a -lib/libe.la lib/libe.so -lib/libe.so.0 +lib/libe.so.1 +lib/libe.so.1.1.0 libdata/pkgconfig/libe.pc @dirrm include/e