aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2018-01-31 07:14:32 +0800
committerdinoex <dinoex@FreeBSD.org>2018-01-31 07:14:32 +0800
commit06fb5fc71ae730664ccc901a50c61f7b1ff99953 (patch)
tree8317a2970f28faa54df2f5f692c8be299b8f4d25
parent36d2e1db1e0992e18313f83b5f7097c4fafd7270 (diff)
downloadfreebsd-ports-gnome-06fb5fc71ae730664ccc901a50c61f7b1ff99953.tar.gz
freebsd-ports-gnome-06fb5fc71ae730664ccc901a50c61f7b1ff99953.tar.zst
freebsd-ports-gnome-06fb5fc71ae730664ccc901a50c61f7b1ff99953.zip
- add depedency groff
-rw-r--r--mail/dk-milter/Makefile4
-rw-r--r--mail/sendmail/Makefile4
-rw-r--r--mail/sid-milter/Makefile3
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile
index e5e1b9fd519b..254ea72d667a 100644
--- a/mail/dk-milter/Makefile
+++ b/mail/dk-milter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dk-milter
PORTVERSION= 1.0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/DomainKeys%20Milter/${PORTVERSION}
@@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Domainkeys milter for Sendmail
USE_RC_SUBR= milter-dk
-USES+= ssl
+USES+= ssl groff
.if !defined(BUILDING_INDEX)
IPCCHECK!= ipcrm -q 0 2>&1 || true
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 463e55daaf55..097180b25d7f 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.15.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
@@ -21,7 +21,7 @@ CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-
USERS= smmsp
GROUPS= smmsp
-USES= cpe uidfix
+USES= cpe uidfix groff
MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} \
SBINOWN=${UID} SBINGRP=${GID} \
GBINOWN=${UID} GBINGRP=${GID} \
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 34fbcfb50c8d..7ed68766a4f6 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -2,7 +2,7 @@
PORTNAME= sid-milter
PORTVERSION= 1.0.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= SF/${PORTNAME}/SenderID%20Milter/${PORTVERSION}
@@ -11,6 +11,7 @@ COMMENT= Milter module for sid and spf
RESTRICTED= May incorporate intellectual property, possible patent issues
+USES= groff
# on FreeBSD 11 optimized code fails with 'MalformedDomain'
CFLAGS:= ${CFLAGS:S/-O2//g}
WCONF= ${WRKSRC}/devtools/Site