From owner-svn-ports-head@freebsd.org Tue Jan 9 18:22:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B912CE686A4; Tue, 9 Jan 2018 18:22:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BBE1696D8; Tue, 9 Jan 2018 18:22:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C468E1A70D; Tue, 9 Jan 2018 18:22:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w09IMBqq032352; Tue, 9 Jan 2018 18:22:11 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w09IMBeq032344; Tue, 9 Jan 2018 18:22:11 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801091822.w09IMBeq032344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 9 Jan 2018 18:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458557 - in head/mail: openemm2015 p5-Mail-Box p5-Net-SMTP-Server spamass-milter thunderbird-i18n vmailmgr X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/mail: openemm2015 p5-Mail-Box p5-Net-SMTP-Server spamass-milter thunderbird-i18n vmailmgr X-SVN-Commit-Revision: 458557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 18:22:12 -0000 Author: danfe Date: Tue Jan 9 18:22:10 2018 New Revision: 458557 URL: https://svnweb.freebsd.org/changeset/ports/458557 Log: For some of the ports under `mail' category: remove superfluous linefeeds. Modified: head/mail/openemm2015/Makefile head/mail/p5-Mail-Box/Makefile head/mail/p5-Net-SMTP-Server/Makefile head/mail/spamass-milter/Makefile head/mail/thunderbird-i18n/Makefile head/mail/vmailmgr/Makefile Modified: head/mail/openemm2015/Makefile ============================================================================== --- head/mail/openemm2015/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/openemm2015/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -197,7 +197,6 @@ do-install: (cd ${STAGEDIR}${PREFIX}/${PORTNAME}/webapps/ && \ ${LN} -sf openemm/assets openemmassets) - # as needed from Running Q/A tests (stage-qa) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/bav ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PORTNAME}/bin/smctrl Modified: head/mail/p5-Mail-Box/Makefile ============================================================================== --- head/mail/p5-Mail-Box/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/p5-Mail-Box/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -37,5 +37,4 @@ USE_PERL5= configure CONFIGURE_ARGS= Modified: head/mail/p5-Net-SMTP-Server/Makefile ============================================================================== --- head/mail/p5-Net-SMTP-Server/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/p5-Net-SMTP-Server/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -18,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} - USES= perl5 USE_PERL5= configure Modified: head/mail/spamass-milter/Makefile ============================================================================== --- head/mail/spamass-milter/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/spamass-milter/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -15,7 +15,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 - OPTIONS_DEFINE= LDAP SENDMAIL_PORT DOCS SENDMAIL_PORT_DESC= Build against sendmail port @@ -58,5 +57,4 @@ post-install: .endif .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" - .include Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/thunderbird-i18n/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -56,7 +56,6 @@ do-extract: done ${CAT} ${PLISTF} | ${SORT} >> ${PLIST} - do-install: @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${XPI_LINKFARMS:S,^,${STAGEDIR},} cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR} @@ -78,5 +77,4 @@ list-langs: ${AWK} 'BEGIN{ORS=" "}{print $$1}END{printf "\nNumber of languages: %d\n",NR}' .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" - .include Modified: head/mail/vmailmgr/Makefile ============================================================================== --- head/mail/vmailmgr/Makefile Tue Jan 9 16:54:30 2018 (r458556) +++ head/mail/vmailmgr/Makefile Tue Jan 9 18:22:10 2018 (r458557) @@ -11,7 +11,6 @@ MASTER_SITES= http://www.vmailmgr.org/current/ \ MAINTAINER= mij@bitchx.it COMMENT= Virtual domain manager for qmail - # get python paths (PYTHON_SITELIBDIR) in case we install the python API USES= autoreconf gmake perl5 python GNU_CONFIGURE= yes