Date: Mon, 19 Mar 2018 05:40:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464980 - head/mail/courier Message-ID: <201803190540.w2J5eqJ1060681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803190540.w2J5eqJ1060681>