Skip to content

Commit

Permalink
mail/xfce4-mailwatch-plugin: Update to 1.3.1
Browse files Browse the repository at this point in the history
- Add missing dependencies
- Silence REINPLACE_CMD
  • Loading branch information
madpilot78 committed Apr 20, 2023
1 parent 3453894 commit 3c457e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions mail/xfce4-mailwatch-plugin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= xfce4-mailwatch-plugin
PORTVERSION= 1.3.0
PORTREVISION= 2
PORTVERSION= 1.3.1
CATEGORIES= mail xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
Expand All @@ -15,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:security/gnutls \
libgpg-error.so:security/libgpg-error \
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= x11

Expand All @@ -35,7 +35,7 @@ NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime

post-patch:
${REINPLACE_CMD} -e 's|xfce-mail|mail-send|' \
@${REINPLACE_CMD} -e 's|xfce-mail|mail-send|' \
${WRKSRC}/panel-plugin/mailwatch-plugin.c

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions mail/xfce4-mailwatch-plugin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1604912787
SHA256 (xfce4/xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e
SIZE (xfce4/xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 551687
TIMESTAMP = 1682018352
SHA256 (xfce4/xfce4-mailwatch-plugin-1.3.1.tar.bz2) = 054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a
SIZE (xfce4/xfce4-mailwatch-plugin-1.3.1.tar.bz2) = 550836

0 comments on commit 3c457e2

Please sign in to comment.