svn commit: r361769 - head/mail/exim
Vsevolod Stakhov
vsevolod at FreeBSD.org
Mon Jul 14 10:45:59 UTC 2014
Author: vsevolod
Date: Mon Jul 14 10:45:58 2014
New Revision: 361769
URL: http://svnweb.freebsd.org/changeset/ports/361769
QAT: https://qat.redports.org/buildarchive/r361769/
Log:
- Remove support of libsrs_alt as it is deprecated now
- Bump portrevision
Suggested by: pi
Modified:
head/mail/exim/Makefile
head/mail/exim/options
Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile Mon Jul 14 10:42:42 2014 (r361768)
+++ head/mail/exim/Makefile Mon Jul 14 10:45:58 2014 (r361769)
@@ -3,7 +3,7 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/}
MASTER_SITE_SUBDIR= exim4/:exim
@@ -427,10 +427,6 @@ SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \
LIB_DEPENDS+= libsrs2.so:${PORTSDIR}/mail/libsrs2
SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSRS,' \
-e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs2,'
-.elif ${PORT_OPTIONS:MSRS_ALT}
-LIB_DEPENDS+= libsrs_alt.so:${PORTSDIR}/mail/libsrs_alt
-SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \
- -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,'
.else
SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \
-e 's,XX_SRS_LIBS_XX,,'
Modified: head/mail/exim/options
==============================================================================
--- head/mail/exim/options Mon Jul 14 10:42:42 2014 (r361768)
+++ head/mail/exim/options Mon Jul 14 10:45:58 2014 (r361769)
@@ -17,7 +17,6 @@ OPTIONS_DEFINE+= ALT_CONFIG_PREFIX \
READLINE \
SPF \
SRS \
- SRS_ALT \
SUID \
TCP_WRAPPERS \
WISHLIST \
@@ -104,7 +103,6 @@ SO_1024_DESC= Build with Spamooborona-1
SPF_DESC= Enable Sender Policy Framework checking
SQLITE_DESC= Enable SQLite lookups
SRS_DESC= Enable Sender Rewriting Scheme
-SRS_ALT_DESC= Enable alternative SRS library
SUID_DESC= Install the exim binary suid root
TCP_WRAPPERS_DESC= Enable /etc/hosts.allow access control
GNUTLS_DESC= Use GnuTLS instead of OpenSSL for TLS
More information about the svn-ports-all
mailing list