From owner-svn-ports-all@freebsd.org Mon Nov 14 10:48:27 2016 Return-Path: Delivered-To: svn-ports-all@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 76A10C4010E; Mon, 14 Nov 2016 10:48:27 +0000 (UTC) (envelope-from gahr@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 2B00C779; Mon, 14 Nov 2016 10:48:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAEAmQ4Y030652; Mon, 14 Nov 2016 10:48:26 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAEAmQOI030650; Mon, 14 Nov 2016 10:48:26 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201611141048.uAEAmQOI030650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 14 Nov 2016 10:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426101 - head/databases/speedtables 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.23 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: Mon, 14 Nov 2016 10:48:27 -0000 Author: gahr Date: Mon Nov 14 10:48:26 2016 New Revision: 426101 URL: https://svnweb.freebsd.org/changeset/ports/426101 Log: databases/speedtables: fix (and sort) pkg-plist PR: 214477 Submitted by: jbeich Modified: head/databases/speedtables/Makefile head/databases/speedtables/pkg-plist Modified: head/databases/speedtables/Makefile ============================================================================== --- head/databases/speedtables/Makefile Mon Nov 14 10:32:11 2016 (r426100) +++ head/databases/speedtables/Makefile Mon Nov 14 10:48:26 2016 (r426101) @@ -4,6 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.10.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/speedtables/pkg-plist ============================================================================== --- head/databases/speedtables/pkg-plist Mon Nov 14 10:32:11 2016 (r426100) +++ head/databases/speedtables/pkg-plist Mon Nov 14 10:48:26 2016 (r426101) @@ -1,13 +1,19 @@ bin/sttp +lib/ctable_server/ctable_client_server.tcl +lib/ctable_server/ctable_client.tcl +lib/ctable_server/ctable_server.tcl +lib/ctable_server/pkgIndex.tcl +lib/ctable_server/sttp_buffer.tcl lib/ctable/boyer_moore.c lib/ctable/command-body.c-subst lib/ctable/config.tcl -lib/ctable/ctable.h lib/ctable/ctable_batch.c lib/ctable/ctable_io.c lib/ctable/ctable_lists.c lib/ctable/ctable_qsort.c lib/ctable/ctable_search.c +lib/ctable/ctable.h +lib/ctable/ethers.c lib/ctable/exten-frag.c-subst lib/ctable/gentable.tcl lib/ctable/init-exten.c-subst @@ -22,15 +28,12 @@ lib/ctable/speedtableHash.c lib/ctable/speedtables.h lib/ctable/sysconfig.tcl lib/ctable/template.c-subst -lib/ctable_server/ctable_client.tcl -lib/ctable_server/ctable_client_server.tcl -lib/ctable_server/ctable_server.tcl -lib/ctable_server/pkgIndex.tcl -lib/ctable_server/sttp_buffer.tcl +lib/stapi/client/cass.tcl lib/stapi/client/client.tcl lib/stapi/client/extend.tcl lib/stapi/client/pgsql.tcl lib/stapi/client/shared.tcl +lib/stapi/client/uri.tcl lib/stapi/copy.tcl lib/stapi/debug.tcl lib/stapi/display/display.tcl