aboutsummaryrefslogtreecommitdiff
path: root/mail/meta1
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2020-06-14 17:04:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2020-06-14 17:04:02 +0000
commitf8b3782912e017f6e486d780caa92936f1cbed1e (patch)
tree820dfd38917d2d1bd880d8c1c4826c6798e3338a /mail/meta1
parent7891f42bd10db9c88a67180dd3c2c415e94cb163 (diff)
downloadports-f8b3782912e017f6e486d780caa92936f1cbed1e.tar.gz
ports-f8b3782912e017f6e486d780caa92936f1cbed1e.zip
Notes
Diffstat (limited to 'mail/meta1')
-rw-r--r--mail/meta1/Makefile21
-rw-r--r--mail/meta1/distinfo6
-rw-r--r--mail/meta1/files/patch-mapcnf.h11
3 files changed, 6 insertions, 32 deletions
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index d81fdbc88849..4ca377f86733 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -1,11 +1,10 @@
# $FreeBSD$
PORTNAME= meta1
-PORTVERSION= 1.1.0a.15.0
+PORTVERSION= 1.1.0a.15.1
CATEGORIES= mail
-MASTER_SITES= http://www.MeTA1.org/download/.alpha/quar/
-PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${BERKELEYDB_SUFFIX}${PMILTER_SUFFIX}${PKGNAMESUFFIX2}
-DISTNAME= ${PORTNAME}-1.1.Alpha15.0
+MASTER_SITES= http://www.MeTA1.org/download/.alpha/pri64/
+DISTNAME= ${PORTNAME}-1.1.Alpha15.1
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Secure and efficient mail gateway
@@ -78,38 +77,24 @@ MAKE_ENV+= MTA_NETINET6=1
.if ${PORT_OPTIONS:MBDB}
BROKEN= port version of Berkeley DB is not compatible
INVALID_BDB_VER= 48 5 6
-BERKELEYDB_SUFFIX= -db${BDB_VER}
CONFIGURE_ARGS+= --disable-included-bdb
CONFIGURE_ARGS+= --with-bdb-incdir=${BDB_INCLUDE_DIR}
CONFIGURE_ARGS+= --with-bdb-libdir=${BDB_LIB_DIR}
PLIST_SUB+= WITH_BDBINT="@comment "
.else
-BERKELEYDB_SUFFIX= -intbdb
PLIST_SUB+= WITH_BDBINT=""
.endif
-.if ! ${PORT_OPTIONS:MPMILTER}
-PMILTER_SUFFIX?= -nopmilter
-.endif
-
.if ${PORT_OPTIONS:MMSP}
CONFLICTS+= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-*
.endif
-.if ! ${PORT_OPTIONS:MSASL2}
-SASL_SUFFIX?= -nosasl
-.endif
-
.if ${PORT_OPTIONS:MSASL2AUTHD}
.if empty(PORT_OPTIONS:MSASL2)
IGNORE= option SASL2AUTHD needs option SASL2
.endif
.endif
-.if ! ${PORT_OPTIONS:MTLS}
-TLS_SUFFIX?= -notls
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's| mapspec_kind;|;|' \
${WRKSRC}/include/sm/mapcnf.h
diff --git a/mail/meta1/distinfo b/mail/meta1/distinfo
index fa04cd29afac..1fe5c57509da 100644
--- a/mail/meta1/distinfo
+++ b/mail/meta1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591901755
-SHA256 (meta1-1.1.Alpha15.0.tar.gz) = c3043b8985a9f96e487d2d086f1a06f5a7a0fc0bb195b7b098eb01137d31864d
-SIZE (meta1-1.1.Alpha15.0.tar.gz) = 5261309
+TIMESTAMP = 1592153499
+SHA256 (meta1-1.1.Alpha15.1.tar.gz) = ee11dd9b28884caa95b581a9b769869f13cf6a4161cb592a11d1ff4f66fa3004
+SIZE (meta1-1.1.Alpha15.1.tar.gz) = 5261782
diff --git a/mail/meta1/files/patch-mapcnf.h b/mail/meta1/files/patch-mapcnf.h
deleted file mode 100644
index 17929c7bd645..000000000000
--- a/mail/meta1/files/patch-mapcnf.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/sm/mapcnf.h.orig 2014-05-30 15:34:55 UTC
-+++ include/sm/mapcnf.h
-@@ -42,7 +42,7 @@ enum mapspec_kind_E
- , MST_BHT = 5
- , MST_CDB = 6
- , MST_TST = 7
--} mapspec_kind;
-+};
- typedef enum mapspec_kind_E mapspec_kind_T;
-
- #define SM_MAPSPEC(what) \