From owner-svn-ports-head@FreeBSD.ORG Sat Sep 20 06:42:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C3CE354; Sat, 20 Sep 2014 06:42:36 +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 8827038D; Sat, 20 Sep 2014 06:42:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8K6gaS9013302; Sat, 20 Sep 2014 06:42:36 GMT (envelope-from az@FreeBSD.org) Received: (from az@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8K6gaZ7013301; Sat, 20 Sep 2014 06:42:36 GMT (envelope-from az@FreeBSD.org) Message-Id: <201409200642.s8K6gaZ7013301@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: az set sender to az@FreeBSD.org using -f From: Andrej Zverev Date: Sat, 20 Sep 2014 06:42:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368624 - head/security/p5-Authen-TypeKey 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: Sat, 20 Sep 2014 06:42:36 -0000 Author: az Date: Sat Sep 20 06:42:36 2014 New Revision: 368624 URL: http://svnweb.freebsd.org/changeset/ports/368624 QAT: https://qat.redports.org/buildarchive/r368624/ Log: fix build with perl 5.18 PR: 193064 Modified: head/security/p5-Authen-TypeKey/Makefile Modified: head/security/p5-Authen-TypeKey/Makefile ============================================================================== --- head/security/p5-Authen-TypeKey/Makefile Sat Sep 20 06:41:30 2014 (r368623) +++ head/security/p5-Authen-TypeKey/Makefile Sat Sep 20 06:42:36 2014 (r368624) @@ -16,10 +16,15 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Module-Install>0:${PORTSDIR}/devel/p5-Module-Install RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 +post-patch: + # Really old M::I code + ${RM} -rf ${WRKSRC}/inc + .include