Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2015 16:19:32 +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: r390493 - head/databases/casstcl
Message-ID:  <201506241619.t5OGJWBs035334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jun 24 16:19:31 2015
New Revision: 390493
URL: https://svnweb.freebsd.org/changeset/ports/390493

Log:
  - Fix PLIST
  - Bump PORTREVISION

Added:
  head/databases/casstcl/pkg-plist   (contents, props changed)
Modified:
  head/databases/casstcl/Makefile

Modified: head/databases/casstcl/Makefile
==============================================================================
--- head/databases/casstcl/Makefile	Wed Jun 24 16:11:13 2015	(r390492)
+++ head/databases/casstcl/Makefile	Wed Jun 24 16:19:31 2015	(r390493)
@@ -3,6 +3,7 @@
 
 PORTNAME=	casstcl
 PORTVERSION=	2.7
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	databases
 
@@ -22,10 +23,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	flightaware
 
 USE_LDCONFIG=	yes
-
-PLIST_FILES=	include/casstcl.h \
-		lib/casstcl2.4/casstcl.tcl \
-		lib/casstcl2.4/libcasstcl.so.1 \
-		lib/casstcl2.4/pkgIndex.tcl
+PLIST_SUB+=	PORTVERSION=${PORTVERSION}
 
 .include <bsd.port.mk>

Added: head/databases/casstcl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/casstcl/pkg-plist	Wed Jun 24 16:19:31 2015	(r390493)
@@ -0,0 +1,13 @@
+include/casstcl.h
+include/casstcl_batch.h
+include/casstcl_cassandra.h
+include/casstcl_consistency.h
+include/casstcl_error.h
+include/casstcl_event.h
+include/casstcl_future.h
+include/casstcl_log.h
+include/casstcl_prepared.h
+include/casstcl_types.h
+lib/casstcl%%PORTVERSION%%/casstcl.tcl
+lib/casstcl%%PORTVERSION%%/libcasstcl.so.1
+lib/casstcl%%PORTVERSION%%/pkgIndex.tcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241619.t5OGJWBs035334>