svn commit: r494567 - in head/mail/mailest: . files

Hiroki Sato hrs at FreeBSD.org
Mon Mar 4 09:11:35 UTC 2019


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
  


More information about the svn-ports-all mailing list