From owner-dev-commits-ports-main@freebsd.org Tue Apr 6 12:14:55 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A10385CEDED; Tue, 6 Apr 2021 12:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FF60b4BmZz4j0x; Tue, 6 Apr 2021 12:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 831D1395A; Tue, 6 Apr 2021 12:14:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 136CEtRP020467; Tue, 6 Apr 2021 12:14:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 136CEtq6020465; Tue, 6 Apr 2021 12:14:55 GMT (envelope-from git) Date: Tue, 6 Apr 2021 12:14:55 GMT Message-Id: <202104061214.136CEtq6020465@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Renato Botelho Subject: git: 4143f557309a - main - mail/wmbiff: Update to 0.4.36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: garga X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4143f557309a93eed778fbbda3c0976611e78770 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 12:14:55 -0000 The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=4143f557309a93eed778fbbda3c0976611e78770 commit 4143f557309a93eed778fbbda3c0976611e78770 Author: Renato Botelho AuthorDate: 2021-04-06 12:11:41 +0000 Commit: Renato Botelho CommitDate: 2021-04-06 12:14:34 +0000 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 --- mail/wmbiff/Makefile | 26 ++++++++------------------ mail/wmbiff/distinfo | 5 +++-- mail/wmbiff/files/pkg-message.in | 10 ++++++++++ mail/wmbiff/pkg-descr | 2 +- mail/wmbiff/pkg-plist | 9 +++++++++ 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 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: <