Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 11:53:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341012 - head/databases/tarantool
Message-ID:  <201401251153.s0PBrw3J081305@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 25 11:53:57 2014
New Revision: 341012
URL: http://svnweb.freebsd.org/changeset/ports/341012
QAT: https://qat.redports.org/buildarchive/r341012/

Log:
  Finish stage support
  Note: this port seems broken on FreeBSD 8

Modified:
  head/databases/tarantool/Makefile
  head/databases/tarantool/pkg-plist

Modified: head/databases/tarantool/Makefile
==============================================================================
--- head/databases/tarantool/Makefile	Sat Jan 25 11:44:53 2014	(r341011)
+++ head/databases/tarantool/Makefile	Sat Jan 25 11:53:57 2014	(r341012)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tarantool
 PORTVERSION=	1.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://tarantool.org/dist/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-${TR_REV}-src
@@ -34,14 +34,11 @@ PGSQL_DESC=	Install PostgreSQL plugin
 
 OPTIONS_DEFAULT=CLIENT
 
-MAN1=		tarantool_box.1
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCLIENT}
 CMAKE_ARGS+=	-DENABLE_CLIENT=true
 PLIST_SUB+=	CLIENT=""
-MAN1+=		tarantool.1
 .else
 PLIST_SUB+=	CLIENT="@comment "
 .endif
@@ -78,7 +75,4 @@ PLIST_SUB+=	PLUGINS=""
 PLIST_SUB+=	PLUGINS="@comment "
 .endif
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/databases/tarantool/pkg-plist
==============================================================================
--- head/databases/tarantool/pkg-plist	Sat Jan 25 11:44:53 2014	(r341011)
+++ head/databases/tarantool/pkg-plist	Sat Jan 25 11:53:57 2014	(r341012)
@@ -50,6 +50,8 @@ lib/libtarantool.so
 lib/libtarantoolrpl.a
 %%MYSQL%%lib/tarantool/plugins/libmysql.so
 %%PGSQL%%lib/tarantool/plugins/libpg.so
+%%CLIENT%%man/man1/tarantool.1.gz
+man/man1/tarantool_box.1.gz
 %%DOCSDIR%%/README.md
 %%DOCSDIR%%/box-protocol.txt
 %%DOCSDIR%%/LICENSE



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