svn commit: r390493 - head/databases/casstcl
Pietro Cerutti
gahr at FreeBSD.org
Wed Jun 24 16:19:32 UTC 2015
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
More information about the svn-ports-head
mailing list