mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
mail/mailfromd: the port had been updated to version 9.1
Tentatively enable EMACS option by default: it pulls Emacs as a build dependency only which should not affect package users, while ports users could always disable it to avoid pulling this somewhat heavy dependency. While here, drop no longer needed `post-patch' target as these bugs had been properly fixed upstream. Requested by: maintainer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= mailfromd
|
||||
PORTVERSION= 9.0
|
||||
PORTVERSION= 9.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
|
||||
http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
|
||||
@@ -37,7 +37,7 @@ INFO= ${PORTNAME}
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS EMACS NLS
|
||||
OPTIONS_DEFAULT= GDBM
|
||||
OPTIONS_DEFAULT= GDBM EMACS
|
||||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= BDB GDBM
|
||||
OPTIONS_SUB= yes
|
||||
@@ -64,12 +64,6 @@ GDBM_CONFIGURE_WITH= gdbm
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^install-lispLISP:/s,lisp_LISP,&) $$(&:.el=.elc,' \
|
||||
${WRKSRC}/elisp/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^mfmodnew_LDADD =/s,),& $$(INTLLIBS),' \
|
||||
${WRKSRC}/mfmod/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATABASEDIR} ${STAGEDIR}${MFD_RUN_DIR}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1704457440
|
||||
SHA256 (mailfromd-9.0.tar.xz) = e5761a73579d918d7d60dbfc48558bb52932b6dda250042f75dbffef95bf6161
|
||||
SIZE (mailfromd-9.0.tar.xz) = 1401744
|
||||
TIMESTAMP = 1765466967
|
||||
SHA256 (mailfromd-9.1.tar.xz) = a732c84bf4beff790b143c9a1349cda503e6c8ff5355424cb4b3326b6fb279eb
|
||||
SIZE (mailfromd-9.1.tar.xz) = 1429356
|
||||
|
||||
@@ -16,6 +16,7 @@ share/aclocal/mfmod.m4
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/mailfromd.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/mailfromd.mo
|
||||
|
||||
Reference in New Issue
Block a user