Index: head/databases/pspg/Makefile =================================================================== --- head/databases/pspg/Makefile (revision 530968) +++ head/databases/pspg/Makefile (revision 530969) @@ -1,43 +1,52 @@ # $FreeBSD$ PORTNAME= pspg -DISTVERSION= 2.7.2 +DISTVERSION= 3.0.0 CATEGORIES= databases +# https://github.com/okbob/pspg/issues/128 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 96330321c187e6ee199ff0c41c65002e17c25f33.patch:-p1 + MAINTAINER= dmgk@FreeBSD.org COMMENT= Tabular data pager designed to be used with psql LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf compiler:c11 gmake localbase ncurses pkgconfig \ readline USE_GITHUB= yes GH_ACCOUNT= okbob GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-inotify SUB_FILES= pkg-message PLIST_FILES= bin/pspg PORTDOCS= README.md -OPTIONS_DEFINE= DOCS PGSQL -OPTIONS_DEFAULT= PGSQL +OPTIONS_DEFINE= DOCS INOTIFY PGSQL +OPTIONS_DEFAULT= INOTIFY PGSQL +INOTIFY_DESC= Use inotify instead of polling PGSQL_DESC= Work as PostgreSQL interactive client -PGSQL_USES= pgsql +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 +PGSQL_VARS= WANT_PGSQL=client post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pspg post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/databases/pspg/distinfo =================================================================== --- head/databases/pspg/distinfo (revision 530968) +++ head/databases/pspg/distinfo (revision 530969) @@ -1,3 +1,5 @@ -TIMESTAMP = 1585571346 -SHA256 (okbob-pspg-2.7.2_GH0.tar.gz) = d657c53d9571ce97553295f407ae6c041705663c6b0e78bc01ac37d2868b513e -SIZE (okbob-pspg-2.7.2_GH0.tar.gz) = 1358445 +TIMESTAMP = 1586259706 +SHA256 (okbob-pspg-3.0.0_GH0.tar.gz) = ff70db2a820b87862d067b225ffd2a09cdff98772ad1a8b960433b868516cc82 +SIZE (okbob-pspg-3.0.0_GH0.tar.gz) = 1360449 +SHA256 (96330321c187e6ee199ff0c41c65002e17c25f33.patch) = b2199eda3d03b1198d4e2083bc6d72558b127f4ca4910f045b45964175e3c705 +SIZE (96330321c187e6ee199ff0c41c65002e17c25f33.patch) = 811