svn commit: r328230 - in head/databases/postgresql-plv8js: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 01:19:22 UTC 2013


Author: vanilla
Date: Wed Sep 25 01:19:21 2013
New Revision: 328230
URL: http://svnweb.freebsd.org/changeset/ports/328230

Log:
  Support stage.

Added:
  head/databases/postgresql-plv8js/pkg-message   (contents, props changed)
Deleted:
  head/databases/postgresql-plv8js/files/pkg-message.in
Modified:
  head/databases/postgresql-plv8js/Makefile

Modified: head/databases/postgresql-plv8js/Makefile
==============================================================================
--- head/databases/postgresql-plv8js/Makefile	Wed Sep 25 01:16:06 2013	(r328229)
+++ head/databases/postgresql-plv8js/Makefile	Wed Sep 25 01:19:21 2013	(r328230)
@@ -20,13 +20,4 @@ USE_PGSQL=	yes
 WANT_PGSQL_VER=	91+
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
-SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKSRC}/pkg-message
-
-NO_STAGE=	yes
-post-install:
-	@${ECHO_MSG} ''
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_MSG} ''
-
 .include <bsd.port.mk>

Added: head/databases/postgresql-plv8js/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/postgresql-plv8js/pkg-message	Wed Sep 25 01:19:21 2013	(r328230)
@@ -0,0 +1,5 @@
+Use the following sql script to create PL/v8js
+
+	psql -c 'CREATE EXTENSION plv8'
+	psql -c 'CREATE EXTENSION plls'
+	psql -c 'CREATE EXTENSION plcoffee'


More information about the svn-ports-all mailing list