mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.1.0
PR: 227816 Sponsored by: iXsystems Inc.
This commit is contained in:
parent
a68fe7286b
commit
eced182247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468511
2 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pspg
|
PORTNAME= pspg
|
||||||
DISTVERSION= 1.0.0
|
DISTVERSION= 1.1.0
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
|
|
||||||
MAINTAINER= dg@syrec.org
|
MAINTAINER= dg@syrec.org
|
||||||
|
@ -10,12 +10,11 @@ COMMENT= Tabular data pager designed to be used with psql
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= autoreconf ncurses pkgconfig
|
USES= autoreconf localbase ncurses pkgconfig readline
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= okbob
|
GH_ACCOUNT= okbob
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
CFLAGS+= -D_WITH_GETLINE # enable the getline prototype
|
|
||||||
PLIST_FILES= bin/pspg
|
PLIST_FILES= bin/pspg
|
||||||
PORTDOCS= README.md
|
PORTDOCS= README.md
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1521189532
|
TIMESTAMP = 1524864405
|
||||||
SHA256 (okbob-pspg-1.0.0_GH0.tar.gz) = 1035015f8fb29c749d5c1d023db0c391c79c2fa7180cfecdf788dd7e9c9a0fbc
|
SHA256 (okbob-pspg-1.1.0_GH0.tar.gz) = 5fe4bd0b72ee73fad41e64cafb398806784010e461e6e773334b3b750f7f2df5
|
||||||
SIZE (okbob-pspg-1.0.0_GH0.tar.gz) = 858176
|
SIZE (okbob-pspg-1.1.0_GH0.tar.gz) = 861442
|
||||||
|
|
Loading…
Add table
Reference in a new issue