From owner-svn-ports-all@FreeBSD.ORG Fri Feb 6 13:40:24 2015 Return-Path: Delivered-To: svn-ports-all@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 7F0CEB84; Fri, 6 Feb 2015 13:40:24 +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 6B7D2268; Fri, 6 Feb 2015 13:40:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16DeOjb020825; Fri, 6 Feb 2015 13:40:24 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16DeOC6020824; Fri, 6 Feb 2015 13:40:24 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201502061340.t16DeOC6020824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 6 Feb 2015 13:40:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378536 - head/graphics/asciio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 13:40:24 -0000 Author: ehaupt Date: Fri Feb 6 13:40:23 2015 New Revision: 378536 URL: https://svnweb.freebsd.org/changeset/ports/378536 QAT: https://qat.redports.org/buildarchive/r378536/ Log: Add devel/p5-Class-ISA to RUN_DEPENDS Modified: head/graphics/asciio/Makefile Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Fri Feb 6 13:29:25 2015 (r378535) +++ head/graphics/asciio/Makefile Fri Feb 6 13:40:23 2015 (r378536) @@ -3,7 +3,7 @@ PORTNAME= asciio PORTVERSION= 1.02.71 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -31,7 +31,8 @@ BUILD_DEPENDS= p5-Directory-Scratch>=0:$ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ p5-Eval-Context>=0:${PORTSDIR}/devel/p5-Eval-Context \ p5-Check-ISA>=0:${PORTSDIR}/devel/p5-Check-ISA -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} \ + p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA USES= perl5 USE_PERL5= modbuild