svn commit: r460448 - in head/mail: dk-milter sendmail sid-milter

Dirk Meyer dinoex at FreeBSD.org
Tue Jan 30 23:14:33 UTC 2018


Author: dinoex
Date: Tue Jan 30 23:14:32 2018
New Revision: 460448
URL: https://svnweb.freebsd.org/changeset/ports/460448

Log:
  - add depedency groff

Modified:
  head/mail/dk-milter/Makefile
  head/mail/sendmail/Makefile
  head/mail/sid-milter/Makefile

Modified: head/mail/dk-milter/Makefile
==============================================================================
--- head/mail/dk-milter/Makefile	Tue Jan 30 23:13:11 2018	(r460447)
+++ head/mail/dk-milter/Makefile	Tue Jan 30 23:14:32 2018	(r460448)
@@ -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 at 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

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Tue Jan 30 23:13:11 2018	(r460447)
+++ head/mail/sendmail/Makefile	Tue Jan 30 23:14:32 2018	(r460448)
@@ -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-
 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} \

Modified: head/mail/sid-milter/Makefile
==============================================================================
--- head/mail/sid-milter/Makefile	Tue Jan 30 23:13:11 2018	(r460447)
+++ head/mail/sid-milter/Makefile	Tue Jan 30 23:14:32 2018	(r460448)
@@ -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


More information about the svn-ports-all mailing list