mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.9.24.
This commit is contained in:
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
|
@ -1,9 +1,8 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= mailest
|
PORTNAME= mailest
|
||||||
PORTVERSION= 0.9.22
|
PORTVERSION= 0.9.24
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
|
||||||
|
|
||||||
|
@ -21,7 +20,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
|
||||||
libestraier.so:textproc/hyperestraier
|
libestraier.so:textproc/hyperestraier
|
||||||
RUN_DEPENDS= mew${EMACS_PKGNAMESUFFIX}>0:mail/mew@${EMACS_FLAVOR}
|
RUN_DEPENDS= mew${EMACS_PKGNAMESUFFIX}>0:mail/mew@${EMACS_FLAVOR}
|
||||||
|
|
||||||
USES= emacs fakeroot iconv
|
USES= emacs:run fakeroot iconv
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= yasuoka
|
GH_ACCOUNT= yasuoka
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1473036362
|
TIMESTAMP = 1551690246
|
||||||
SHA256 (yasuoka-mailest-mailest-0.9.22_GH0.tar.gz) = 38979dd2ed5dee6e03c392721e113233959a4a2c558702340a326c632e6bdd70
|
SHA256 (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = b06beea38d2a6345da30e84a07cc7f4149b86e07a6e8473969dbf59a757977aa
|
||||||
SIZE (yasuoka-mailest-mailest-0.9.22_GH0.tar.gz) = 172305
|
SIZE (yasuoka-mailest-mailest-0.9.24_GH0.tar.gz) = 173417
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- mailestd/Makefile.orig 2016-09-02 20:16:03.000000000 +0900
|
--- mailestd/Makefile.orig 2018-07-12 00:25:58 UTC
|
||||||
+++ mailestd/Makefile 2016-09-05 13:12:14.868757000 +0900
|
+++ mailestd/Makefile
|
||||||
@@ -1,10 +1,8 @@
|
@@ -1,10 +1,8 @@
|
||||||
MAILESTD_MT= #
|
MAILESTD_MT= #
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
CFLAGS+= -DHAVE_LIBESTDRAFT -DMONITOR_KQUEUE
|
CFLAGS+= -DHAVE_LIBESTDRAFT -DMONITOR_KQUEUE
|
||||||
.if defined(__objdir) && exists(${.CURDIR}/../libestdraft/${__objdir})
|
.if defined(__objdir) && exists(${.CURDIR}/../libestdraft/${__objdir})
|
||||||
LIBESTDRAFTOBJ= ${.CURDIR}/../libestdraft/${__objdir}
|
LIBESTDRAFTOBJ= ${.CURDIR}/../libestdraft/${__objdir}
|
||||||
@@ -27,13 +25,14 @@
|
@@ -27,13 +25,14 @@ LDADD+= -lpthread
|
||||||
DPADD+= ${LIBPTHREAD}
|
DPADD+= ${LIBPTHREAD}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue