From owner-svn-ports-all@freebsd.org Thu Mar 7 06:25:47 2019 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 42B73151BC47; Thu, 7 Mar 2019 06:25:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D67716B2FE; Thu, 7 Mar 2019 06:25:46 +0000 (UTC) (envelope-from acm@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 B3763FACB; Thu, 7 Mar 2019 06:25:46 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x276Pkql095402; Thu, 7 Mar 2019 06:25:46 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x276Pkna095399; Thu, 7 Mar 2019 06:25:46 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201903070625.x276Pkna095399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Thu, 7 Mar 2019 06:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494906 - head/devel/dlib X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: head/devel/dlib X-SVN-Commit-Revision: 494906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D67716B2FE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 07 Mar 2019 06:25:47 -0000 Author: acm Date: Thu Mar 7 06:25:45 2019 New Revision: 494906 URL: https://svnweb.freebsd.org/changeset/ports/494906 Log: - Update to 0.15.0 Modified: head/devel/dlib/Makefile head/devel/dlib/distinfo head/devel/dlib/pkg-plist Modified: head/devel/dlib/Makefile ============================================================================== --- head/devel/dlib/Makefile Thu Mar 7 06:22:41 2019 (r494905) +++ head/devel/dlib/Makefile Thu Mar 7 06:25:45 2019 (r494906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dlib -PORTVERSION= 0.14.0 +PORTVERSION= 0.15.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/dlib/distinfo ============================================================================== --- head/devel/dlib/distinfo Thu Mar 7 06:22:41 2019 (r494905) +++ head/devel/dlib/distinfo Thu Mar 7 06:25:45 2019 (r494906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533630639 -SHA256 (gecko0307-dlib-v0.14.0_GH0.tar.gz) = 4b0c102815f89204d33a2ff2337eb19779c0e08901721162b41197d570349af7 -SIZE (gecko0307-dlib-v0.14.0_GH0.tar.gz) = 205871 +TIMESTAMP = 1551939334 +SHA256 (gecko0307-dlib-v0.15.0_GH0.tar.gz) = 52fa4c45abf7303a5bb8a94652e1270defa6ab5d0c8f40c31044d185aed56cf6 +SIZE (gecko0307-dlib-v0.15.0_GH0.tar.gz) = 212045 Modified: head/devel/dlib/pkg-plist ============================================================================== --- head/devel/dlib/pkg-plist Thu Mar 7 06:22:41 2019 (r494905) +++ head/devel/dlib/pkg-plist Thu Mar 7 06:25:45 2019 (r494906) @@ -4,10 +4,10 @@ include/d/dlib/audio/sample.d include/d/dlib/audio/sound.d include/d/dlib/audio/synth.d include/d/dlib/audio/unmanaged.d +include/d/dlib/coding/hash.d include/d/dlib/coding/package.d include/d/dlib/coding/varint.d include/d/dlib/coding/zlib.d -include/d/dlib/container/aarray.d include/d/dlib/container/array.d include/d/dlib/container/bst.d include/d/dlib/container/buffer.d @@ -19,7 +19,6 @@ include/d/dlib/container/queue.d include/d/dlib/container/stack.d include/d/dlib/core/bitio.d include/d/dlib/core/compound.d -include/d/dlib/core/fiber.d include/d/dlib/core/memory.d include/d/dlib/core/oop.d include/d/dlib/core/ownership.d @@ -98,7 +97,6 @@ include/d/dlib/image/resampling/nearest.d include/d/dlib/image/signal2d.d include/d/dlib/image/transform.d include/d/dlib/image/unmanaged.d -include/d/dlib/math/affine.d include/d/dlib/math/combinatorics.d include/d/dlib/math/complex.d include/d/dlib/math/decomposition.d @@ -129,9 +127,12 @@ include/d/dlib/network/url.d include/d/dlib/package.d include/d/dlib/serialization/package.d include/d/dlib/serialization/xml.d +include/d/dlib/text/common.d +include/d/dlib/text/encodings.d include/d/dlib/text/lexer.d include/d/dlib/text/package.d include/d/dlib/text/slicelexer.d +include/d/dlib/text/unmanagedstring.d include/d/dlib/text/utf16.d include/d/dlib/text/utf8.d include/d/dlib/text/utils.d