svn commit: r480447 - in head/devel/libe: . files
Steve Wills
swills at FreeBSD.org
Sun Sep 23 01:32:03 UTC 2018
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 <egypcio at googlemail.com>
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 <vg at FreeBSD.org>
# $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 at FreeBSD.org
+MAINTAINER= egypcio at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list