From owner-svn-ports-branches@FreeBSD.ORG Mon Jun 8 18:16:59 2015 Return-Path: Delivered-To: svn-ports-branches@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 D5C64C1F; Mon, 8 Jun 2015 18:16:59 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (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 6EA351938; Mon, 8 Jun 2015 18:16:59 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by wibdq8 with SMTP id dq8so94199415wib.1; Mon, 08 Jun 2015 11:16:58 -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=YVC5IRVCHGSND3FkhnMaN7uqof/Lr5AjNVuRjfL30Wk=; b=SAlcF3fIufCo3OF2DFZxZitNmspuRWpVrNkCpvdEawZ//dpbk7jUmIFiexrkpjxVSv snxgz900+NQHRBmTP2Clh7lvtDeb3DVw+rngPnaChEeqn7BB+kGBybOaDocaFs3pU97S gOBZC2Pj5WA6NyVEV3DO9451bxNtTSW0/2Uzs3/yGJvephjnvMrfEOPszGRpPOtzupkC yHYXfX5BdQ7dHQGBY5P5NzVuLUnt2cQ8c9bN05BuWmy+rBAebUcqlOqHNx3B9WQBzPY3 kY4diqHMyJo9KewNMiDEGmPMS9X9SbGKPzj6+G/9iRx9llov7sZg0fO0wdkO4L9Y/6M3 SomA== MIME-Version: 1.0 X-Received: by 10.180.106.73 with SMTP id gs9mr24169847wib.1.1433787417961; Mon, 08 Jun 2015 11:16:57 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Mon, 8 Jun 2015 11:16:57 -0700 (PDT) In-Reply-To: <201506080232.t582Wn3x072727@svn.freebsd.org> References: <201506080232.t582Wn3x072727@svn.freebsd.org> Date: Mon, 8 Jun 2015 20:16:57 +0200 X-Google-Sender-Auth: xtFlH-L8ZlfCWoaOVQUAL0NiQ3Y Message-ID: Subject: Re: svn commit: r388826 - branches/2015Q2/www/py-django From: Antoine Brodin To: Li-Wen Hsu Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , svn-ports-branches@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 18:17:00 -0000 On Mon, Jun 8, 2015 at 4:32 AM, Li-Wen Hsu wrote: > Author: lwhsu > Date: Mon Jun 8 02:32:49 2015 > New Revision: 388826 > URL: https://svnweb.freebsd.org/changeset/ports/388826 > > Log: > MFH: r388118 > > - Update to 1.8.2 > > PR: 200543 > Submitted by: Jason Unovitch > Security: 48504af7-07ad-11e5-879c-00e0814cab4e > > Approved by: ports-secteam (delphij) > > Modified: > branches/2015Q2/www/py-django/Makefile > branches/2015Q2/www/py-django/distinfo > Directory Properties: > branches/2015Q2/ (props changed) Hi, Just a reminder, blankets/approvals doesn't preclude you from testing your changes (yay, py-django is now broken in the quarterly branch) Cheers, Antoine