From owner-svn-ports-head@freebsd.org Sun Dec 6 22:22:13 2015 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 C8B8A9A07C4; Sun, 6 Dec 2015 22:22:13 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (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 943901C51; Sun, 6 Dec 2015 22:22:13 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by igvg19 with SMTP id g19so67825453igv.1; Sun, 06 Dec 2015 14:22:13 -0800 (PST) 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=UrbsJmCoIcBOlDUTfu/KkCVcXAUtpeAWTcC9h7pLFUw=; b=MVGLRJyKTzqAaqVvcUv3yaLrN0b8L+kYuuFrH/0VLR5MrZIjILingR5juRlEBP1yai htRyHVJZ2BvbI5uyTAJzucHVJCB7mBvvsfXIQhLeNXAS0umJcPSyvRfjwRkLMymQm9Kp LjhzczyPeWorcM9ybKnth8KSbu0sylhHSKvvnfbkGPx69XOcnyJEIQDB4rMk8ta14gcE js3JLo58fpgkzFHgHEWoOH6Sp53mzbzkF1xZXH2xFhp7+ayWJvERuU13I+h107/od4jW 9DThwZso6wIyzPLYIpxaYyoXx/Sx7RLHwiOSz+j9I7TWLfuvtu9y7hwRIoiz3H26YTnw WCfA== MIME-Version: 1.0 X-Received: by 10.50.152.98 with SMTP id ux2mr12655807igb.64.1449440533056; Sun, 06 Dec 2015 14:22:13 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.182.67 with HTTP; Sun, 6 Dec 2015 14:22:12 -0800 (PST) In-Reply-To: <201512062012.tB6KCwu3040292@repo.freebsd.org> References: <201512062012.tB6KCwu3040292@repo.freebsd.org> Date: Sun, 6 Dec 2015 23:22:12 +0100 X-Google-Sender-Auth: 63Naj7PMXCuhmf8mrMDDMB5h6H4 Message-ID: Subject: Re: svn commit: r403154 - in head: . www www/jetty www/jetty8 www/jetty8/files www/jetty9 www/jetty9/files From: Antoine Brodin To: Jimmy Olgeni 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-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 06 Dec 2015 22:22:13 -0000 On Sun, Dec 6, 2015 at 9:12 PM, Jimmy Olgeni wrote: > Author: olgeni > Date: Sun Dec 6 20:12:58 2015 > New Revision: 403154 > URL: https://svnweb.freebsd.org/changeset/ports/403154 > > Log: > Add support for Jetty 9. > > - Add www/jetty9 to track the latest branch of Jetty > > - Move www/jetty to www/jetty8 There is a PKGBASE collision between jetty8 and jetty9. Please add some PKGNAMESUFFIX. Cheers, Antoine