diff options
author | Gian-Simon Purkert <gspurki@gmail.com> | 2025-06-24 07:04:20 +0200 |
---|---|---|
committer | Zsolt Udvari <uzsolt@FreeBSD.org> | 2025-06-24 07:06:20 +0200 |
commit | 2f03d5d28f5271784342c6af1e39bb90a99b8cb2 (patch) | |
tree | c8962791a254c582e982ee759e4ef64dea05a799 | |
parent | editors/cudatext: Update to 1.224.0.0 (diff) |
x11/screen-message: Update to 0.29
Switch to DISTVERSION.
Linting.
Submitter takes maintainership.
PR: 287279
Approved by: mail@dhauck.eu (maintainer)
-rw-r--r-- | x11/screen-message/Makefile | 21 | ||||
-rw-r--r-- | x11/screen-message/distinfo | 6 |
2 files changed, 13 insertions, 14 deletions
diff --git a/x11/screen-message/Makefile b/x11/screen-message/Makefile index 12a8168fda22..083a0042ba57 100644 --- a/x11/screen-message/Makefile +++ b/x11/screen-message/Makefile @@ -1,29 +1,28 @@ PORTNAME= screen-message -PORTVERSION= 0.25 -PORTREVISION= 3 +DISTVERSION= 0.29 CATEGORIES= x11 -MAINTAINER= mail@dhauck.eu +MAINTAINER= gspurki@gmail.com COMMENT= Very simple tool to display some text as large as possible WWW= https://sm.nomeata.de/ LICENSE= GPLv2+ -USES= autoreconf gettext-runtime gmake gnome pkgconfig +USES= autoreconf desktop-file-utils gettext-runtime gmake gnome \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= nomeata -GH_TAGNAME= 82c01f85d9ca9d0a3b2fe811249808d2fe4703ba +GH_TAGNAME= d4f2d831672eaf8283406d8f1fda4449e9c06d9f +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_GNOME= gtk30 atk glib20 cairo gdkpixbuf + +MAKE_ARGS= execgamesdir=${PREFIX}/bin PLIST_FILES= bin/sm \ - share/man/man6/sm.6.gz \ share/applications/sm.desktop \ - share/icons/hicolor/48x48/apps/sm.png - -MAKE_ARGS= execgamesdir=${PREFIX}/bin + share/icons/hicolor/48x48/apps/sm.png \ + share/man/man1/sm.1.gz .include <bsd.port.mk> diff --git a/x11/screen-message/distinfo b/x11/screen-message/distinfo index 4e7fb7d741ec..65d9b88e43be 100644 --- a/x11/screen-message/distinfo +++ b/x11/screen-message/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498154560 -SHA256 (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 988ce9f015f988d72362f1fd7ab56a30921fe1b332a0402f8c0804483359d2e2 -SIZE (nomeata-screen-message-0.25-82c01f85d9ca9d0a3b2fe811249808d2fe4703ba_GH0.tar.gz) = 264439 +TIMESTAMP = 1750698626 +SHA256 (nomeata-screen-message-0.29-d4f2d831672eaf8283406d8f1fda4449e9c06d9f_GH0.tar.gz) = 955408d83b7deec90c07dc2bbfa568406f9df9f73ad78c47a3233bc802de5fca +SIZE (nomeata-screen-message-0.29-d4f2d831672eaf8283406d8f1fda4449e9c06d9f_GH0.tar.gz) = 264945 |