From owner-svn-ports-all@freebsd.org Thu Nov 23 05:48:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90F94DDD8B9; Thu, 23 Nov 2017 05:48:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 483D47CF32; Thu, 23 Nov 2017 05:48:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAN5mLud018812; Thu, 23 Nov 2017 05:48:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAN5mLOO018810; Thu, 23 Nov 2017 05:48:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711230548.vAN5mLOO018810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 23 Nov 2017 05:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454739 - in head/databases/pspg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/databases/pspg: . files X-SVN-Commit-Revision: 454739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2017 05:48:22 -0000 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 Reported by: Christoph Moench-Tegeder 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@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'