Date: Sun, 31 May 2026 11:03:10 +0000 From: Eric Turgeon <ericbsd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 204974963c97 - main - deskutils/mate-notification-daemon: switch to GitHub release asset Message-ID: <6a1c156e.40595.36f5eb31@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=204974963c9775de31ea2407e20949cd17802156 commit 204974963c9775de31ea2407e20949cd17802156 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2026-05-31 11:02:53 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2026-05-31 11:03:09 +0000 deskutils/mate-notification-daemon: switch to GitHub release asset Minor versions of 1.28.x are no longer published to the MATE mirror and are only available on GitHub. Use USE_GITHUB=nodefault with a release tarball instead of the auto-generated one, as recommended by the porter's handbook. Remove autoreconf, not needed with release tarballs. --- deskutils/mate-notification-daemon/Makefile | 14 +++++++------- deskutils/mate-notification-daemon/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deskutils/mate-notification-daemon/Makefile b/deskutils/mate-notification-daemon/Makefile index 5d19dde81757..f368312280ab 100644 --- a/deskutils/mate-notification-daemon/Makefile +++ b/deskutils/mate-notification-daemon/Makefile @@ -1,8 +1,9 @@ PORTNAME= mate-notification-daemon -DISTVERSIONPREFIX= v DISTVERSION= 1.28.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils mate +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= gnome@FreeBSD.org COMMENT= Send small notifications to your desktop @@ -20,12 +21,9 @@ LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libmate-panel-applet-4.so:x11/mate-panel \ libnotify.so:devel/libnotify -PORTSCOUT= limitw:1,even - -USE_GITHUB= yes +USES= gettext gmake gnome libtool localbase pkgconfig tar:xz xorg +USE_GITHUB= nodefault GH_ACCOUNT= mate-desktop -USES= autoreconf gettext gmake gnome libtool localbase pkgconfig \ - xorg USE_XORG= x11 USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3 GNU_CONFIGURE= yes @@ -34,6 +32,8 @@ CONFIGURE_ARGS= --disable-static \ --with-dbus-services=${PREFIX}/share/dbus-1/services INSTALL_TARGET= install-strip +PORTSCOUT= limitw:1,even + GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml .include <bsd.port.mk> diff --git a/deskutils/mate-notification-daemon/distinfo b/deskutils/mate-notification-daemon/distinfo index e9e240ee8b07..8052da7177f0 100644 --- a/deskutils/mate-notification-daemon/distinfo +++ b/deskutils/mate-notification-daemon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1779792883 -SHA256 (mate-desktop-mate-notification-daemon-v1.28.3_GH0.tar.gz) = a3571ffad533b64fcdac7f275364ff0706eba9f8af20817ad7477834270c3266 -SIZE (mate-desktop-mate-notification-daemon-v1.28.3_GH0.tar.gz) = 161554 +TIMESTAMP = 1780156762 +SHA256 (mate-notification-daemon-1.28.3.tar.xz) = 46f91efeb4c8d68b04285d4ca91ffb8610969841b37392e2fc9952bae10ce6eb +SIZE (mate-notification-daemon-1.28.3.tar.xz) = 436744home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1c156e.40595.36f5eb31>
