svn commit: r472997 - in head/mail: postfix postfix-current postfix211

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 21 20:18:33 UTC 2018


Author: amdmi3
Date: Thu Jun 21 20:18:32 2018
New Revision: 472997
URL: https://svnweb.freebsd.org/changeset/ports/472997

Log:
  Drop always true (and tautologic) OSVERSION conditions
  
  Approved by:	portmgr blanket

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix/Makefile
  head/mail/postfix211/Makefile

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Thu Jun 21 20:17:31 2018	(r472996)
+++ head/mail/postfix-current/Makefile	Thu Jun 21 20:18:32 2018	(r472997)
@@ -106,7 +106,7 @@ PLIST_SUB+=	BMAN=""
 PLIST_SUB+=	PFETC=${ETCDIR}
 
 # check if mailwrapper supports $LOCALBASE
-.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1002506 || ${OSVERSION} >= 1100094)
+.if ${OPSYS} == FreeBSD
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX="${LOCALBASE}"
 .else
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX=""

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Thu Jun 21 20:17:31 2018	(r472996)
+++ head/mail/postfix/Makefile	Thu Jun 21 20:18:32 2018	(r472997)
@@ -106,7 +106,7 @@ PLIST_SUB+=	BMAN=""
 PLIST_SUB+=	PFETC=${ETCDIR}
 
 # check if mailwrapper supports $LOCALBASE
-.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1002506 || ${OSVERSION} >= 1100094)
+.if ${OPSYS} == FreeBSD
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX="${LOCALBASE}"
 .else
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX=""

Modified: head/mail/postfix211/Makefile
==============================================================================
--- head/mail/postfix211/Makefile	Thu Jun 21 20:17:31 2018	(r472996)
+++ head/mail/postfix211/Makefile	Thu Jun 21 20:18:32 2018	(r472997)
@@ -115,7 +115,7 @@ PLIST_SUB+=	BMAN=""
 PLIST_SUB+=	PFETC=${ETCDIR}
 
 # check if mailwrapper supports $LOCALBASE
-.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1002506 || ${OSVERSION} >= 1100094)
+.if ${OPSYS} == FreeBSD
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="yes" MC_PREFIX=${LOCALBASE}
 .else
 SUB_LIST+=	USE_LOCALBASE_MAILER_CONF="no" MC_PREFIX=""


More information about the svn-ports-all mailing list