From owner-svn-ports-head@FreeBSD.ORG Thu Oct 2 05:58:53 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 E3BB44AF; Thu, 2 Oct 2014 05:58:53 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C2938F9; Thu, 2 Oct 2014 05:58:53 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id z6so427470yhz.37 for ; Wed, 01 Oct 2014 22:58:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nBM5wrRKjmlIj5mOKUpX/26nFd0WepFJz0M7TISJi40=; b=wRtvk+DLoRdPGFMyqTqWPHjLTb1NT/NSIA9aBHcbRqqCIHnQfzxpIPfcYtCzK5fUPx 9jEkvcJPaqna7oH8KfWqcqb7kodFouAC+7AbMeBFuiKpru5k0ZFsFseIR5J3X2zulXvz SW/mO6XictpSuaWcpJNMNJ1teKQRJnbvFvt2JfYfyTETWznOPjoeACAKL0kKnf6LzUVw ahrs14QDChMrtVI9xTThJwhNjFzP61YGIYAe5F/3nUzt+lbORrBAQZ9BgK6zdLro5e6B bZn8uU3AgPFImDnipwNlUOC14eUx5w1bYY8LtvbNOwtAr4PXkpGnBCXMech9V+UUDAV2 Ft4Q== MIME-Version: 1.0 X-Received: by 10.236.124.33 with SMTP id w21mr1722151yhh.73.1412229532542; Wed, 01 Oct 2014 22:58:52 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.164.197 with HTTP; Wed, 1 Oct 2014 22:58:52 -0700 (PDT) In-Reply-To: <201410012142.s91LgYOb030072@svn.freebsd.org> References: <201410012142.s91LgYOb030072@svn.freebsd.org> Date: Thu, 2 Oct 2014 07:58:52 +0200 X-Google-Sender-Auth: JOLV3ir1VvUCsBvays30WCEz_8E Message-ID: Subject: Re: svn commit: r369767 - head/www/p5-HTML-Strip From: Antoine Brodin To: Steven Kreuzer Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" 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: Thu, 02 Oct 2014 05:58:54 -0000 On Wed, Oct 1, 2014 at 11:42 PM, Steven Kreuzer wrote: > Author: skreuzer > Date: Wed Oct 1 21:42:33 2014 > New Revision: 369767 > URL: https://svnweb.freebsd.org/changeset/ports/369767 > QAT: https://qat.redports.org/buildarchive/r369767/ > > Log: > Update to 1.10 > > Modified: > head/www/p5-HTML-Strip/Makefile > head/www/p5-HTML-Strip/distinfo Hi, This fails to build (bad WRKSRC?) Cheers, Antoine