diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 17e6980a0b67..71773abb4e15 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,30 +1,31 @@ PORTNAME= treesheets DISTVERSION= 1.0.20220917 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Free form data organizer WWW= https://strlen.com/treesheets/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt USES= cmake compiler:c++17-lang desktop-file-utils gettext gnome USE_GITHUB= yes GH_ACCOUNT= aardappel GH_TAGNAME= 3074091860 -USE_WX= 3.1 +USE_WX= 3.2 PORTSCOUT= ignore:1 # upstream uses CI run ids as releases PORTDATA= images scripts PORTDOCS= docs readme.html PORTEXAMPLES= examples OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' ${WRKSRC}/CMakeLists.txt .include