mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Update `mail/mailfromd' to version 8.2
- Switch to GDBM as default database to chase `mail/mailutils` - Cripple botched `mail/mailutils' version check in configure script for the time being (should be gone by the next version update) Submitted by: maintainer TIMESTAMP (mailfromd-8.2.tar.xz) = 1508325796
This commit is contained in:
parent
e0bdf3c25c
commit
e2db3d8bb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452428
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mailfromd
|
||||
PORTVERSION= 8.1.90
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 8.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \
|
||||
http://download.gnu.org.ua/pub/alpha/${PORTNAME}/
|
||||
@ -34,7 +33,7 @@ INFO= ${PORTNAME}
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
|
||||
OPTIONS_DEFINE= DOCS DSPAM GEOIP NLS
|
||||
OPTIONS_DEFAULT= BDB
|
||||
OPTIONS_DEFAULT= GDBM
|
||||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= BDB GDBM
|
||||
OPTIONS_SUB= yes
|
||||
@ -62,6 +61,9 @@ INVALID_BDB_VER= 5+
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||
GDBM_CONFIGURE_WITH= gdbm
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/patch -lt 92/,+3d' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATABASEDIR} ${STAGEDIR}${MFD_RUN_DIR}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1491762601
|
||||
SHA256 (mailfromd-8.1.90.tar.xz) = 8d5e12002eafcd66025662c6142fdb5486eb2ba27f18caad78a1b0efe0397669
|
||||
SIZE (mailfromd-8.1.90.tar.xz) = 1057192
|
||||
TIMESTAMP = 1508325796
|
||||
SHA256 (mailfromd-8.2.tar.xz) = 181866291bcd60b6a4decde9f0f2ea0d845e06e1710402994774630670f77ea2
|
||||
SIZE (mailfromd-8.2.tar.xz) = 1054708
|
||||
|
Loading…
Reference in New Issue
Block a user