Date: Sat, 18 Mar 2023 15:54:25 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 70cd61257520 - main - deskutils/xfce4-notes-plugin: Update to 1.10.0 Message-ID: <202303181554.32IFsPrW075486@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=70cd612575208631185a4244daf04008070105c7 commit 70cd612575208631185a4244daf04008070105c7 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-03-18 15:52:21 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-03-18 15:52:21 +0000 deskutils/xfce4-notes-plugin: Update to 1.10.0 - Add some missing dependencies reported by poudriere. --- deskutils/xfce4-notes-plugin/Makefile | 8 ++++---- deskutils/xfce4-notes-plugin/distinfo | 6 +++--- deskutils/xfce4-notes-plugin/pkg-plist | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index d7cd157ed4f4..2709e57c84f6 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfce4-notes-plugin -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -13,11 +12,12 @@ LICENSE= GPLv2 LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg -USE_GNOME= cairo glib20 gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= panel USE_XORG= ice sm x11 diff --git a/deskutils/xfce4-notes-plugin/distinfo b/deskutils/xfce4-notes-plugin/distinfo index 1153971004c5..c86cdf4e5920 100644 --- a/deskutils/xfce4-notes-plugin/distinfo +++ b/deskutils/xfce4-notes-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611045009 -SHA256 (xfce4/xfce4-notes-plugin-1.9.0.tar.bz2) = 13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088 -SIZE (xfce4/xfce4-notes-plugin-1.9.0.tar.bz2) = 502606 +TIMESTAMP = 1679137531 +SHA256 (xfce4/xfce4-notes-plugin-1.10.0.tar.bz2) = 2ee4406042edd352a91e166c83b60d13220ef04dce3fa6b9e0eb13636d636929 +SIZE (xfce4/xfce4-notes-plugin-1.10.0.tar.bz2) = 492901 diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist index 12af1022366b..01ec3b7acbbe 100644 --- a/deskutils/xfce4-notes-plugin/pkg-plist +++ b/deskutils/xfce4-notes-plugin/pkg-plist @@ -20,6 +20,7 @@ share/icons/hicolor/scalable/apps/xfce4-notes-plugin.svg %%NLS%%share/locale/de/LC_MESSAGES/xfce4-notes-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-notes-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-notes-plugin.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-notes-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-notes-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-notes-plugin.mo %%NLS%%share/locale/et/LC_MESSAGES/xfce4-notes-plugin.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303181554.32IFsPrW075486>