Update to 0.9.24.

This commit is contained in:
Hiroki Sato 2019-03-04 09:11:33 +00:00
parent aaf4f76e65
commit a2744022a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494567
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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