From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 15:20:10 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 2F217AA for ; Fri, 28 Feb 2014 15:20:10 +0000 (UTC) Received: from mail-la0-f50.google.com (mail-la0-f50.google.com [209.85.215.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9204168D for ; Fri, 28 Feb 2014 15:20:09 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id y1so2757825lam.23 for ; Fri, 28 Feb 2014 07:20:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=z3vYIt3L0VDZXCyiTftid/+Xo4f19cKTFVrLJySrEbg=; b=EZuLvio0kJAnRirNtvEwyOM/fqitg2pb0y5J/zmD9PiF+q81uLS/84+DSbk+8RqZwq AjVKk/zCBZqrevnOcNwrdFw3GIs5B8mhXOWD+iBqiqZ1ChhihKRA46CXMBcHRhj8bNAl qCSB1UXX7bKhXZpSll7W3/TWbSyp9LMJ+ACjkEl0HKo3LESV5X0M9mUtWuNuQHUolfEp QNYzSMI74d1qjVhCMiU+9TOow31wpGANKrb9UoLhDezBncITygQWf/bHQ2SAKbscM4sT Jl10/7rzEjKgGKYc/LKzwjn8zEYDqr6WVnzFIwryaUmkdQs9LykwR+xPdVJlXyNvMaTL R6Mw== X-Gm-Message-State: ALoCoQnErW3zEm0YbAW3Q6GNH/X6GLHC3jCNBObRnHlSGnWQaFw4m25T4YHj3B9KKYN7T3jfHvnI X-Received: by 10.152.5.229 with SMTP id v5mr11791559lav.11.1393600801714; Fri, 28 Feb 2014 07:20:01 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.2.200 with HTTP; Fri, 28 Feb 2014 07:19:41 -0800 (PST) In-Reply-To: <201402281152.s1SBqH2n059025@svn.freebsd.org> References: <201402281152.s1SBqH2n059025@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Feb 2014 23:19:41 +0800 X-Google-Sender-Auth: Cqmw4A-GsHXmcHOEtsbHq4W2y64 Message-ID: Subject: Re: svn commit: r346491 - in head: astro/weather lang/expect lang/expect/files To: Pietro Cerutti Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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, 28 Feb 2014 15:20:10 -0000 On Fri, Feb 28, 2014 at 7:52 PM, Pietro Cerutti wrote: > Author: gahr > Date: Fri Feb 28 11:52:17 2014 > New Revision: 346491 > URL: http://svnweb.freebsd.org/changeset/ports/346491 > QAT: https://qat.redports.org/buildarchive/r346491/ > > Log: > - Install expect scripts in DATADIR. This fixes the conflict with > astro/weather > > Suggested by: sunpoet > > Modified: > head/astro/weather/Makefile > head/lang/expect/Makefile > head/lang/expect/files/patch-Makefile.in > head/lang/expect/pkg-plist > Thanks! Regards, sunpoet