aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2021-04-06 12:11:41 +0000
committerRenato Botelho <garga@FreeBSD.org>2021-04-06 12:14:34 +0000
commit4143f557309a93eed778fbbda3c0976611e78770 (patch)
treeeacd8893b845c9d11acd2ae0d0ac85502e8fd363 /mail
parentf5bbed8262a843799d1dbcbabac49282fec2d41e (diff)
downloadports-4143f557309a93eed778fbbda3c0976611e78770.tar.gz
ports-4143f557309a93eed778fbbda3c0976611e78770.zip
mail/wmbiff: Update to 0.4.36
- Fixed WWW and MASTER_SITES to new project home - Moved post-install message to proper pkg-message - Created a pkg-plist since there are more files now - Added missing dependencies - Enable GNUTLS option by default since most email servers need SSL/TLS Reported by: Kazumaro Aoki <bsd@flu.if0.org>
Diffstat (limited to 'mail')
-rw-r--r--mail/wmbiff/Makefile26
-rw-r--r--mail/wmbiff/distinfo5
-rw-r--r--mail/wmbiff/files/pkg-message.in10
-rw-r--r--mail/wmbiff/pkg-descr2
-rw-r--r--mail/wmbiff/pkg-plist9
5 files changed, 31 insertions, 21 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index c9056160456c..d8e9ef30d3bc 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= wmbiff
-PORTVERSION= 0.4.27
-PORTREVISION= 19
+PORTVERSION= 0.4.36
CATEGORIES= mail windowmaker afterstep
-MASTER_SITES= SF
+MASTER_SITES= https://www.dockapps.net/download/
MAINTAINER= garga@FreeBSD.org
COMMENT= xbiff-like Window Maker dock app
@@ -14,31 +13,22 @@ LICENSE= GPLv2
USES= shebangfix xorg
-OPTIONS_DEFINE= GNUTLS
-SHEBANG_FILES= scripts/security.debian.rb
USE_XORG= x11 xext xpm
+SHEBANG_FILES= scripts/security.debian.rb
GNU_CONFIGURE= yes
+SUB_FILES= pkg-message
-# Temporary fix to build with clang11
-CFLAGS+= -fcommon
-
-PLIST_FILES= bin/wmbiff \
- lib/wmbiff/security.debian.rb \
- man/man1/wmbiff.1.gz \
- man/man5/wmbiffrc.5.gz \
- ${DATADIR}/sample.wmbiffrc \
- ${DATADIR}/skins/wmbiff-master-contrast.xpm \
- ${DATADIR}/skins/wmbiff-master-led.xpm
+OPTIONS_DEFINE= GNUTLS
+OPTIONS_DEFAULT=GNUTLS
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
- libgnutls.so:security/gnutls
+ libgnutls.so:security/gnutls \
+ libgpg-error.so:security/libgpg-error
GNUTLS_CONFIGURE_ON= --with-libgnutls-prefix=${LOCALBASE} \
--with-libgcrypt-prefix=${LOCALBASE}
GNUTLS_CONFIGURE_OFF= --disable-crypto
post-install:
- @${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}"
- @${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc"
${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>
diff --git a/mail/wmbiff/distinfo b/mail/wmbiff/distinfo
index 278d58466285..25dfe27285e5 100644
--- a/mail/wmbiff/distinfo
+++ b/mail/wmbiff/distinfo
@@ -1,2 +1,3 @@
-SHA256 (wmbiff-0.4.27.tar.gz) = c25b7b3d3a5ddbbfa9f85bb39f553f5bc001189fc624e6761d986369068d7da3
-SIZE (wmbiff-0.4.27.tar.gz) = 201713
+TIMESTAMP = 1617626413
+SHA256 (wmbiff-0.4.36.tar.gz) = ae8cb6bd11cdf161a98a1a25794dcbca8049156b768a6d8e3edcce072730a93e
+SIZE (wmbiff-0.4.36.tar.gz) = 266288
diff --git a/mail/wmbiff/files/pkg-message.in b/mail/wmbiff/files/pkg-message.in
new file mode 100644
index 000000000000..72e26c592867
--- /dev/null
+++ b/mail/wmbiff/files/pkg-message.in
@@ -0,0 +1,10 @@
+[
+{ type: install
+ message: <<EOM
+Sample configuration file was installed at:
+ %%DATADIR%%/sample.wmbiffrc
+
+Modify it to suit your needs and copy to ~/.wmbiffrc
+EOM
+}
+]
diff --git a/mail/wmbiff/pkg-descr b/mail/wmbiff/pkg-descr
index 132c5071f89b..457d3383c2a9 100644
--- a/mail/wmbiff/pkg-descr
+++ b/mail/wmbiff/pkg-descr
@@ -3,4 +3,4 @@ number of unread messages in different mailboxes. It supports up to 5
mailboxes. It is also possible to execute user-defined commands on new
mail arrival (for example, play a .wav file).
-WWW: http://wmbiff.sourceforge.net/
+WWW: https://www.dockapps.net/wmbiff
diff --git a/mail/wmbiff/pkg-plist b/mail/wmbiff/pkg-plist
new file mode 100644
index 000000000000..11d5eedfb36d
--- /dev/null
+++ b/mail/wmbiff/pkg-plist
@@ -0,0 +1,9 @@
+bin/wmbiff
+lib/wmbiff/security.debian.rb
+man/man1/wmbiff.1.gz
+man/man5/wmbiffrc.5.gz
+%%DATADIR%%/sample.wmbiffrc
+%%DATADIR%%/skins/wmbiff-classic-master-contrast.xpm
+%%DATADIR%%/skins/wmbiff-classic-master-led.xpm
+%%DATADIR%%/skins/wmbiff-master-contrast.xpm
+%%DATADIR%%/skins/wmbiff-master-led.xpm