From owner-svn-ports-head@FreeBSD.ORG Fri Jan 30 18:25:46 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9C07A7F; Fri, 30 Jan 2015 18:25:46 +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 95C9F39C; Fri, 30 Jan 2015 18:25:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0UIPk9P089145; Fri, 30 Jan 2015 18:25:46 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0UIPk8v089144; Fri, 30 Jan 2015 18:25:46 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201501301825.t0UIPk8v089144@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 30 Jan 2015 18:25:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378180 - head/databases/p5-DBIx-Class-Helpers 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: Fri, 30 Jan 2015 18:25:46 -0000 Author: antoine Date: Fri Jan 30 18:25:45 2015 New Revision: 378180 URL: https://svnweb.freebsd.org/changeset/ports/378180 QAT: https://qat.redports.org/buildarchive/r378180/ Log: - Unbreak INDEX - Mark BROKEN: missing distinfo Modified: head/databases/p5-DBIx-Class-Helpers/Makefile Modified: head/databases/p5-DBIx-Class-Helpers/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Helpers/Makefile Fri Jan 30 18:09:56 2015 (r378179) +++ head/databases/p5-DBIx-Class-Helpers/Makefile Fri Jan 30 18:25:45 2015 (r378180) @@ -14,17 +14,19 @@ COMMENT= Simplify the common case stuff LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BROKEN= Missing distinfo + RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-DBIx-Class>=0.08123:${PORTSDIR}/databases/p5-DBIx-Class \ p5-DBIx-Class-Candy>=0:${PORTSDIR}/databases/p5-DBIx-Class-Candy \ - p5-DBIx-Introspector>=0:${PORTSDIR}/databases/p5-Introspector \ + p5-DBIx-Introspector>=0:${PORTSDIR}/databases/p5-DBIx-Introspector \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ p5-Text-Brew>=0:${PORTSDIR}/textproc/p5-Text-Brew \ - p5-Try-Tiny>=0:${PORTSDIE}/lang/p5-Try-Tiny \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \