diff --git a/databases/pspg/Makefile b/databases/pspg/Makefile index 2984c2a46d22..7903ad96f2ad 100644 --- a/databases/pspg/Makefile +++ b/databases/pspg/Makefile @@ -1,47 +1,48 @@ PORTNAME= pspg -DISTVERSION= 5.5.6 +DISTVERSION= 5.5.7 CATEGORIES= databases MAINTAINER= dmgk@FreeBSD.org COMMENT= Tabular data pager designed to be used with psql WWW= https://github.com/okbob/pspg LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf compiler:c11 gmake localbase ncurses:port pkgconfig \ readline USE_GITHUB= yes GH_ACCOUNT= okbob GNU_CONFIGURE= yes SUB_FILES= pkg-message -PLIST_FILES= bin/pspg +PLIST_FILES= bin/pspg man/man1/pspg.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS INOTIFY PGSQL OPTIONS_DEFAULT= INOTIFY PGSQL INOTIFY_DESC= Use inotify instead of polling PGSQL_DESC= Work as PostgreSQL interactive client INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify # configure script doesn't understand --with-inotify INOTIFY_CONFIGURE_OFF= --without-inotify INOTIFY_LDFLAGS= -linotify PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgresql=yes PGSQL_VARS= WANT_PGSQL=client post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg + ${INSTALL_MAN} ${WRKSRC}/pspg.1 ${STAGEDIR}${PREFIX}/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/databases/pspg/distinfo b/databases/pspg/distinfo index 4aa6a5bc686e..edd7043f4a7a 100644 --- a/databases/pspg/distinfo +++ b/databases/pspg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659442695 -SHA256 (okbob-pspg-5.5.6_GH0.tar.gz) = 220417b9b1adb9e512ee66c44f655c179cfb66ec53fc7f252e3e1c75ac77c884 -SIZE (okbob-pspg-5.5.6_GH0.tar.gz) = 2415628 +TIMESTAMP = 1663275114 +SHA256 (okbob-pspg-5.5.7_GH0.tar.gz) = d9bb4e80bd6ddea2be0b835e6bd66bca7567a5f59641e31cfde4dc194fee7e9e +SIZE (okbob-pspg-5.5.7_GH0.tar.gz) = 2428055