From owner-svn-ports-all@FreeBSD.ORG Mon Jun 22 05:59:41 2015 Return-Path: Delivered-To: svn-ports-all@nevdull.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 9572BD7; Mon, 22 Jun 2015 05:59:41 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4ED833; Mon, 22 Jun 2015 05:59:41 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wgbhy7 with SMTP id hy7so131654144wgb.2; Sun, 21 Jun 2015 22:59:39 -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=YelJQw1G36fQPCnWYbQskAQBEvbjG/9kU+hsFmDoyxo=; b=K7a81rcMyRg0rHDmmedLGhDVFdf2kJr+3u5JISUI8eA7yvt8Ewsw2Nubc4UiNlWb6M stspEeGJwJB45PpGYHKBOeDx2JzbRU/NrtB6bwbLttJk2rWRQYiQ5V4IMLB+V1NbHqNE CBpSWl2pgj4gzkX3x1OHVJruA28i/18FVNqyMPUzmfCeKntKyHy9N5kzGqRJMjMTrVWg Wx4agj8cbRwOUtx5JsgkkntVYHGa30QmtF5YBcPdVvzWwbMlLl3/hvc1cu0rmbpCClWI sgzIel/BkWpFHVDvCmxfTH0Nia4S80i5Q+BSjQohcToNUMwRJiubMB6PC2XiRrPqxT8b Y3dQ== MIME-Version: 1.0 X-Received: by 10.195.13.1 with SMTP id eu1mr48872221wjd.131.1434952779481; Sun, 21 Jun 2015 22:59:39 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Sun, 21 Jun 2015 22:59:39 -0700 (PDT) In-Reply-To: <201506211712.t5LHCXNJ069338@svn.freebsd.org> References: <201506211712.t5LHCXNJ069338@svn.freebsd.org> Date: Mon, 22 Jun 2015 07:59:39 +0200 X-Google-Sender-Auth: eYfUk044vTWzYq_DyjJPveDZ2Ik Message-ID: Subject: Re: svn commit: r390260 - in head/net/luasocket: . files From: Antoine Brodin To: Sunpoet Po-Chuan Hsieh Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 22 Jun 2015 05:59:41 -0000 On Sun, Jun 21, 2015 at 7:12 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Jun 21 17:12:32 2015 > New Revision: 390260 > URL: https://svnweb.freebsd.org/changeset/ports/390260 > > Log: > - Allow build with lua52 and lua53 > - Space/tab fix > > PR: 200407 > Submitted by: sunpoet (myself) > Approved by: maintainer (timeout, 4 weeks) > > Added: > head/net/luasocket/files/patch-Makefile (contents, props changed) > Modified: > head/net/luasocket/Makefile This broke audio/lua51-mpd and net-im/prosody (i.e the only consumers of luasocket) Please test your changes (and fix) Cheers, Antoine