Date: Thu, 21 Jun 2018 20:18:32 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472997 - in head/mail: postfix postfix-current postfix211 Message-ID: <201806212018.w5LKIWUe025596@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806212018.w5LKIWUe025596>