From owner-svn-ports-head@freebsd.org Mon Jan 1 01:31:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D73EB155F; Mon, 1 Jan 2018 01:31:03 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-yw0-x229.google.com (mail-yw0-x229.google.com [IPv6:2607:f8b0:4002:c05::229]) (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 0BF166C750; Mon, 1 Jan 2018 01:31:03 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-yw0-x229.google.com with SMTP id w128so10957226ywa.1; Sun, 31 Dec 2017 17:31:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=sdhlk8VGPawHXc+2viLMsRlpVPwTsofuMJBUAZliRGQ=; b=Ez9YeJKiXTC6o+eMiF8hhix6+R6TQSO4pPeIBqtoNDA+5rG3ZLmpY37fE6eytMJesU FgaJB4v3VCAf/t/Z1BlL5JtgCd2nIftaaz+hXijGyBBi+fnyPdYj+0v8B06EKurDwVd/ O1tgOY3UfJITJskrC/3JBJITg9V9/gOyq+iBbKrs2D3UhQKN6/4aYQVoAU/sipp2hT92 3+9OnZEESKrVbB3FtxYHhSaQCIF1y/XO2rjqVA/HFJ3JBodQ5pPqhfL80eDp3epyozzQ B6pNoxbSZibULmaSYA/quiPAgqt6p516tNxrE1v5ReR1M1a6WAcayyDz+yAXv+jPaMpJ 4jhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sdhlk8VGPawHXc+2viLMsRlpVPwTsofuMJBUAZliRGQ=; b=pw3pkfBgqOY8EFweB+bl2x/Btzcfvtm69gEhIwKDy9ahofo6gSoel1uG7L/syf1id2 Gel1zN2zkBKTKGXGQG3dq2wFAlZ5mP5RwuyLk7hsEui89spCo/MppoHZ66tXtYg+/2GX Tog4pEcYVzdKrI0WYlywyEjz7Rw6vpBPMdUtppl1K7BaneSl6e2RvE+iV9xIyVy3rnDK IooyjDs0rw0IRrsVNQP+U5m6leAp6TSqJ0XyDG1KotnlBSdO9+p5y78wi6OJKlmQHoIz Tgf6wlaR1tkzrlL29NCkH4H8d447wvztiykEvEb8bmDqQt2eFVihrJ3LDN1ONDZgBgsm E9Fg== X-Gm-Message-State: AKGB3mL8l15sq0mqVKTpCcX/S4naoE3RY962eyQOPw7bnMLjsuA57RYz GQAc40SjlqJanaTV0uN9LhdEFOsjo4gr957EopqHOZzg X-Google-Smtp-Source: ACJfBovSh/RYO0f6FDPArLh0Zp+Mjjl4DcEdyvAPbmPD0gMEFBNnh/QDQIrqDOjtQrLefnivfkROkWCInqCreFQ6U90= X-Received: by 10.129.199.2 with SMTP id m2mr29571764ywi.386.1514770261875; Sun, 31 Dec 2017 17:31:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.174.3 with HTTP; Sun, 31 Dec 2017 17:31:01 -0800 (PST) In-Reply-To: References: <201712261012.vBQACwJ9016524@repo.freebsd.org> From: Ultima Date: Sun, 31 Dec 2017 17:31:01 -0800 Message-ID: Subject: Re: svn commit: r457271 - head/www/py-djangorestframework To: Alfred Perlstein Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 01 Jan 2018 01:31:03 -0000 > Back ~17 years ago, when I first started committing to ports, what we would have done is just made a version py-djangorestframework364 > and fixed up the dependencies for Seafile (and other older things) to point to this stuck older version if the port was truly (Seafile) that important. > Will that work? It would, but I think one of the points for making flavors was to remove these version specific ports. Looks like antoine@ decided to do option 3 and not break the django18 ports. D12592 looks like its ready for commit so I think we should just wait for that. I'll make a patch once its committed into the tree if you would like. Best regards, Richard Gallamore