svn commit: r464980 - head/mail/courier

Yuri Victorovich yuri at FreeBSD.org
Mon Mar 19 05:40:53 UTC 2018


Author: yuri
Date: Mon Mar 19 05:40:52 2018
New Revision: 464980
URL: https://svnweb.freebsd.org/changeset/ports/464980

Log:
  mail/courier: Unbreak by fixing shebang; Add missing dependency
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/mail/courier/Makefile

Modified: head/mail/courier/Makefile
==============================================================================
--- head/mail/courier/Makefile	Mon Mar 19 03:40:03 2018	(r464979)
+++ head/mail/courier/Makefile	Mon Mar 19 05:40:52 2018	(r464980)
@@ -14,7 +14,8 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING.GPL
 
 BUILD_DEPENDS=	courierauthconfig:security/courier-authlib-base
-LIB_DEPENDS=	libpcre.so:devel/pcre
+LIB_DEPENDS=	libidn.so:dns/libidn \
+		libpcre.so:devel/pcre
 RUN_DEPENDS=	courierauthconfig:security/courier-authlib-base \
 		${LOCALBASE}/share/sysconftool/sysconftool:devel/sysconftool \
 		${LOCALBASE}/etc/mime.types:misc/mime-support \
@@ -268,6 +269,8 @@ pre-patch:
 
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|#! perl|#!${PERL}|g' \
+		${WRKSRC}/webadmin/*.pl \
+		${WRKSRC}/webadmin/*.pl.in \
 		${WRKSRC}/courier/webadmin/*.pl \
 		${WRKSRC}/courier/webadmin/*.pl.in
 	@${REINPLACE_CMD} -e 's|^PROG=\./|PROG=exec ./|g' \


More information about the svn-ports-head mailing list