From owner-svn-ports-head@FreeBSD.ORG Tue Nov 18 14:31:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC8F3DE9; Tue, 18 Nov 2014 14:31:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9966BDC4; Tue, 18 Nov 2014 14:31:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIEVPCi079663; Tue, 18 Nov 2014 14:31:25 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIEVPnC079661; Tue, 18 Nov 2014 14:31:25 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201411181431.sAIEVPnC079661@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Tue, 18 Nov 2014 14:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372723 - in head/mail: cyrus-imapd23 cyrus-imapd24 X-SVN-Group: ports-head 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.18-1 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, 18 Nov 2014 14:31:25 -0000 Author: ume Date: Tue Nov 18 14:31:24 2014 New Revision: 372723 URL: https://svnweb.freebsd.org/changeset/ports/372723 QAT: https://qat.redports.org/buildarchive/r372723/ Log: Fix .packlist PR: 195115 Modified: head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Tue Nov 18 14:31:24 2014 (r372722) +++ head/mail/cyrus-imapd23/Makefile Tue Nov 18 14:31:24 2014 (r372723) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.18 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ PKGNAMESUFFIX= 23 @@ -24,6 +24,7 @@ PERLMAN= ${SITE_PERL_REL:S/site_perl\/// USE_RC_SUBR= imapd USES= perl5 +USE_PERL5= run build fixpacklist USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Tue Nov 18 14:31:24 2014 (r372722) +++ head/mail/cyrus-imapd24/Makefile Tue Nov 18 14:31:24 2014 (r372723) @@ -2,7 +2,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ http://cyrusimap.org/releases/ @@ -24,6 +24,7 @@ PERLMAN= ${SITE_PERL_REL:S/site_perl\/// USE_RC_SUBR= imapd USES= perl5 +USE_PERL5= run build fixpacklist USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \