From owner-svn-ports-all@freebsd.org Mon Mar 4 09:11:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCBF41508D34; Mon, 4 Mar 2019 09:11:34 +0000 (UTC) (envelope-from hrs@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C2948F23A; Mon, 4 Mar 2019 09:11:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B7481CE2; Mon, 4 Mar 2019 09:11:34 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x249BYwc056206; Mon, 4 Mar 2019 09:11:34 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x249BXj4056204; Mon, 4 Mar 2019 09:11:33 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201903040911.x249BXj4056204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 4 Mar 2019 09:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494567 - in head/mail/mailest: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/mail/mailest: . files X-SVN-Commit-Revision: 494567 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6C2948F23A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 09:11:35 -0000 Author: hrs Date: Mon Mar 4 09:11:33 2019 New Revision: 494567 URL: https://svnweb.freebsd.org/changeset/ports/494567 Log: Update to 0.9.24. Modified: head/mail/mailest/Makefile head/mail/mailest/distinfo head/mail/mailest/files/patch-mailestd-Makefile Modified: head/mail/mailest/Makefile ============================================================================== --- head/mail/mailest/Makefile Mon Mar 4 09:01:43 2019 (r494566) +++ head/mail/mailest/Makefile Mon Mar 4 09:11:33 2019 (r494567) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= mailest -PORTVERSION= 0.9.22 +PORTVERSION= 0.9.24 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 5 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -21,7 +20,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ libestraier.so:textproc/hyperestraier RUN_DEPENDS= mew${EMACS_PKGNAMESUFFIX}>0:mail/mew@${EMACS_FLAVOR} -USES= emacs fakeroot iconv +USES= emacs:run fakeroot iconv USE_GITHUB= yes GH_ACCOUNT= yasuoka Modified: head/mail/mailest/distinfo ============================================================================== --- head/mail/mailest/distinfo Mon Mar 4 09:01:43 2019 (r494566) +++ head/mail/mailest/distinfo Mon Mar 4 09:11:33 2019 (r494567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473036362 -SHA256 (yasuoka-mailest-mailest-0.9.22_GH0.tar.gz) = 38979dd2ed5dee6e03c392721e113233959a4a2c558702340a326c632e6bdd70 -SIZE (yasuoka-mailest-mailest-0.9.22_GH0.tar.gz) = 172305 +TIMESTAMP = 1551690246 +SHA256 (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = b06beea38d2a6345da30e84a07cc7f4149b86e07a6e8473969dbf59a757977aa +SIZE (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = 173417 Modified: head/mail/mailest/files/patch-mailestd-Makefile ============================================================================== --- head/mail/mailest/files/patch-mailestd-Makefile Mon Mar 4 09:01:43 2019 (r494566) +++ head/mail/mailest/files/patch-mailestd-Makefile Mon Mar 4 09:11:33 2019 (r494567) @@ -1,5 +1,5 @@ ---- mailestd/Makefile.orig 2016-09-02 20:16:03.000000000 +0900 -+++ mailestd/Makefile 2016-09-05 13:12:14.868757000 +0900 +--- mailestd/Makefile.orig 2018-07-12 00:25:58 UTC ++++ mailestd/Makefile @@ -1,10 +1,8 @@ MAILESTD_MT= # @@ -12,7 +12,7 @@ CFLAGS+= -DHAVE_LIBESTDRAFT -DMONITOR_KQUEUE .if defined(__objdir) && exists(${.CURDIR}/../libestdraft/${__objdir}) LIBESTDRAFTOBJ= ${.CURDIR}/../libestdraft/${__objdir} -@@ -27,13 +25,14 @@ +@@ -27,13 +25,14 @@ LDADD+= -lpthread DPADD+= ${LIBPTHREAD} .endif