svn commit: r454739 - in head/databases/pspg: . files

Yuri Victorovich yuri at FreeBSD.org
Thu Nov 23 05:48:22 UTC 2017


Author: yuri
Date: Thu Nov 23 05:48:20 2017
New Revision: 454739
URL: https://svnweb.freebsd.org/changeset/ports/454739

Log:
  databases/pspg: Update pkg-message: Improved the alias suggestion
  
  PR:		223805
  Submitted by:	Dmitri Goutnik <dg at syrec.org>
  Reported by:	Christoph Moench-Tegeder <cmt at burggraben.net>
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13195

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

Modified: head/databases/pspg/Makefile
==============================================================================
--- head/databases/pspg/Makefile	Thu Nov 23 00:58:52 2017	(r454738)
+++ head/databases/pspg/Makefile	Thu Nov 23 05:48:20 2017	(r454739)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pspg
 DISTVERSION=	0.6
+PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	dg at syrec.org
@@ -18,6 +19,8 @@ GNU_CONFIGURE=	yes
 CFLAGS+=	-D_WITH_GETLINE # enable the getline prototype
 PLIST_FILES=	bin/pspg
 PORTDOCS=	README.md
+
+SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=	DOCS
 

Added: head/databases/pspg/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pspg/files/pkg-message.in	Thu Nov 23 05:48:20 2017	(r454739)
@@ -0,0 +1,3 @@
+To use pspg as psql pager, add this line to ~/.psqlrc:
+
+\setenv PAGER '%%PREFIX%%/bin/pspg -bX'


More information about the svn-ports-head mailing list