From owner-svn-ports-head@FreeBSD.ORG Wed Aug 7 17:10:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F3F0153C; Wed, 7 Aug 2013 17:10:20 +0000 (UTC) (envelope-from lars.thegler@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1701E2950; Wed, 7 Aug 2013 17:10:19 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id f14so4088453wiw.3 for ; Wed, 07 Aug 2013 10:10:18 -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:from:date:message-id :subject:to:cc:content-type; bh=F9S42cP+byI6+1Wb1jPcgcdf0J0lLeMGbcLwu+JsXEs=; b=rU2hWGaq0p5tSlnO7P8VoaBTfdI0nWeoalpv5aLUn1WyRm2WOxlM00JqCSc8CF5yhJ TIqeWdI8AF4X1k09b4EzwNQNbTzxN4LnkGaNyNyQqbcwnJYtZLarF2Oom6uTC7tBYdI3 V7SJzW+bEzdqj7LFDjnn7VlJq2lw5ZzyHF4vtfK2ZKgu54HDOeBSTtrZr86rr5Ui9hQj qPn43V1XYzKFhg6QhF4l1FxL5jb3sN4VijqBHiemqIuM7tsr03LvF95ri76x2M+4XeBp 05pGcSW1o2OCE3g5+n4CvWPc14FrGIqbnqLJjmmj06lYEMJH40U9TqgDl3qHO2Q3Od0G atfw== X-Received: by 10.180.189.37 with SMTP id gf5mr2834852wic.9.1375895418467; Wed, 07 Aug 2013 10:10:18 -0700 (PDT) MIME-Version: 1.0 Sender: lars.thegler@gmail.com Received: by 10.217.105.71 with HTTP; Wed, 7 Aug 2013 10:09:58 -0700 (PDT) In-Reply-To: <20130807115151.GA86185@FreeBSD.org> References: <201308071059.r77AxLsr062610@svn.freebsd.org> <20130807115151.GA86185@FreeBSD.org> From: Lars Thegler Date: Wed, 7 Aug 2013 19:09:58 +0200 X-Google-Sender-Auth: 2QJ5r72_XWB3_NCt8gWjGSd3xhY Message-ID: Subject: Re: svn commit: r324346 - head/mail/p5-Email-MIME To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 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.14 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: Wed, 07 Aug 2013 17:10:21 -0000 On Wed, Aug 7, 2013 at 1:51 PM, Alexey Dokuchaev wrote: > On Wed, Aug 07, 2013 at 10:59:21AM +0000, Lars Thegler wrote: >> -regression-test: build >> - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test > > Commit log tells nothing about why regression-test target was removed. True. I still hope that someday swills' patch [1] will find its way in. Until such a time, this target is only really useful for the maintainer (me), and thus doesn't need to be in the port Makefile, in my opinion. /Lars [1] http://people.freebsd.org/~swills/bsd.perl.mk_add_test.diff.txt > ./danfe