From owner-svn-ports-head@freebsd.org Fri Apr 8 19:22:33 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D58DBB0853B; Fri, 8 Apr 2016 19:22:33 +0000 (UTC) (envelope-from tdb@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 mx1.freebsd.org (Postfix) with ESMTPS id A890B1604; Fri, 8 Apr 2016 19:22:33 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u38JMWEa038261; Fri, 8 Apr 2016 19:22:32 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38JMWWq038257; Fri, 8 Apr 2016 19:22:32 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201604081922.u38JMWWq038257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Fri, 8 Apr 2016 19:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412781 - head/devel/libmowgli2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 19:22:33 -0000 Author: tdb Date: Fri Apr 8 19:22:32 2016 New Revision: 412781 URL: https://svnweb.freebsd.org/changeset/ports/412781 Log: Update libmowgli2 to version 2.1.0. Modified: head/devel/libmowgli2/Makefile head/devel/libmowgli2/distinfo head/devel/libmowgli2/pkg-descr head/devel/libmowgli2/pkg-plist Modified: head/devel/libmowgli2/Makefile ============================================================================== --- head/devel/libmowgli2/Makefile Fri Apr 8 18:40:11 2016 (r412780) +++ head/devel/libmowgli2/Makefile Fri Apr 8 19:22:32 2016 (r412781) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= libmowgli2 -PORTVERSION= 2.0.0 -DISTVERSIONPREFIX= libmowgli- -PORTREVISION= 1 +PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= tdb@FreeBSD.org Modified: head/devel/libmowgli2/distinfo ============================================================================== --- head/devel/libmowgli2/distinfo Fri Apr 8 18:40:11 2016 (r412780) +++ head/devel/libmowgli2/distinfo Fri Apr 8 19:22:32 2016 (r412781) @@ -1,2 +1,2 @@ -SHA256 (atheme-libmowgli-2-libmowgli-2.0.0_GH0.tar.gz) = fd48e74f1f706b436e0f25c3d3d63753e9c066ef88e662cd34303ccd3b780798 -SIZE (atheme-libmowgli-2-libmowgli-2.0.0_GH0.tar.gz) = 200861 +SHA256 (atheme-libmowgli-2-v2.1.0_GH0.tar.gz) = 46ef60c642c457a5d0e36bfc8c277e74d2ebf4ab9cbc4e40153781ed4ab0fe7d +SIZE (atheme-libmowgli-2-v2.1.0_GH0.tar.gz) = 227664 Modified: head/devel/libmowgli2/pkg-descr ============================================================================== --- head/devel/libmowgli2/pkg-descr Fri Apr 8 18:40:11 2016 (r412780) +++ head/devel/libmowgli2/pkg-descr Fri Apr 8 19:22:32 2016 (r412781) @@ -5,4 +5,4 @@ some of the slow GLib list manipulation also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator. -WWW: http://www.atheme.org/projects/libmowgli.html +WWW: http://atheme.org/projects/libmowgli.html Modified: head/devel/libmowgli2/pkg-plist ============================================================================== --- head/devel/libmowgli2/pkg-plist Fri Apr 8 18:40:11 2016 (r412780) +++ head/devel/libmowgli2/pkg-plist Fri Apr 8 19:22:32 2016 (r412781) @@ -16,7 +16,6 @@ include/libmowgli-2/core/allocation_poli include/libmowgli-2/core/allocator.h include/libmowgli-2/core/assert.h include/libmowgli-2/core/bootstrap.h -include/libmowgli-2/core/exception.h include/libmowgli-2/core/heap.h include/libmowgli-2/core/iterator.h include/libmowgli-2/core/logger.h @@ -24,13 +23,15 @@ include/libmowgli-2/core/mowgli_string.h include/libmowgli-2/core/process.h include/libmowgli-2/core/stdinc.h include/libmowgli-2/dns/dns.h -include/libmowgli-2/dns/dns_evloop_res.h -include/libmowgli-2/dns/dns_evloop_reslib.h +include/libmowgli-2/dns/evloop_res.h +include/libmowgli-2/dns/evloop_reslib.h include/libmowgli-2/eventloop/eventloop.h include/libmowgli-2/ext/confparse.h include/libmowgli-2/ext/error_backtrace.h include/libmowgli-2/ext/getopt_long.h include/libmowgli-2/ext/global_storage.h +include/libmowgli-2/ext/json-inline.h +include/libmowgli-2/ext/json.h include/libmowgli-2/ext/proctitle.h include/libmowgli-2/ext/program_opts.h include/libmowgli-2/linebuf/linebuf.h @@ -40,6 +41,8 @@ include/libmowgli-2/object/class.h include/libmowgli-2/object/message.h include/libmowgli-2/object/metadata.h include/libmowgli-2/object/object.h +include/libmowgli-2/platform/attributes.h +include/libmowgli-2/platform/cacheline.h include/libmowgli-2/platform/constructor.h include/libmowgli-2/platform/machine.h include/libmowgli-2/platform/win32/win32_stdinc.h