Date: Mon, 14 Nov 2016 10:48:26 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426101 - head/databases/speedtables Message-ID: <201611141048.uAEAmQOI030650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611141048.uAEAmQOI030650>