svn commit: r361009 - in head/devel/libe: . files

Veniamin Gvozdikov vg at FreeBSD.org
Sun Jul 6 20:50:12 UTC 2014


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 at 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


More information about the svn-ports-all mailing list