diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-04 17:11:33 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-04 17:11:33 +0800 |
commit | a2744022a8d653ee49da09bf455f0db0e8681eeb (patch) | |
tree | 1075edc30e977ae466ecfc00531b811ec605e737 /mail/mailest | |
parent | aaf4f76e65866d00a2d0021036edf2f510f3d469 (diff) | |
download | freebsd-ports-gnome-a2744022a8d653ee49da09bf455f0db0e8681eeb.tar.gz freebsd-ports-gnome-a2744022a8d653ee49da09bf455f0db0e8681eeb.tar.zst freebsd-ports-gnome-a2744022a8d653ee49da09bf455f0db0e8681eeb.zip |
Update to 0.9.24.
Diffstat (limited to 'mail/mailest')
-rw-r--r-- | mail/mailest/Makefile | 5 | ||||
-rw-r--r-- | mail/mailest/distinfo | 6 | ||||
-rw-r--r-- | mail/mailest/files/patch-mailestd-Makefile | 6 |
3 files changed, 8 insertions, 9 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index f1e00e1ab5da..f22ba3d68806 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -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 diff --git a/mail/mailest/distinfo b/mail/mailest/distinfo index 0d9f13469553..6c10c707d94a 100644 --- a/mail/mailest/distinfo +++ b/mail/mailest/distinfo @@ -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 diff --git a/mail/mailest/files/patch-mailestd-Makefile b/mail/mailest/files/patch-mailestd-Makefile index e4a003a8f86f..03f5dcbaeb3e 100644 --- a/mail/mailest/files/patch-mailestd-Makefile +++ b/mail/mailest/files/patch-mailestd-Makefile @@ -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 |