Index: head/databases/casstcl/Makefile =================================================================== --- head/databases/casstcl/Makefile (revision 390492) +++ head/databases/casstcl/Makefile (revision 390493) @@ -1,31 +1,28 @@ # Created by: gahr # $FreeBSD$ PORTNAME= casstcl PORTVERSION= 2.7 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= Tcl language interface to the Cassandra database LICENSE= BSD3CLAUSE LIB_DEPENDS= libcassandra.so:${PORTSDIR}/databases/cassandra-cpp-driver USES= autoreconf tcl:85+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --exec-prefix=${PREFIX} 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 Index: head/databases/casstcl/pkg-plist =================================================================== --- head/databases/casstcl/pkg-plist (nonexistent) +++ head/databases/casstcl/pkg-plist (revision 390493) @@ -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 Property changes on: head/databases/casstcl/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property