From owner-svn-ports-head@freebsd.org Mon Feb 5 18:50:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254EEEE63BC; Mon, 5 Feb 2018 18:50:12 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x22e.google.com (mail-lf0-x22e.google.com [IPv6:2a00:1450:4010:c07::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 8FEF0831B6; Mon, 5 Feb 2018 18:50:11 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x22e.google.com with SMTP id o89so43199644lfg.10; Mon, 05 Feb 2018 10:50:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=mciFmzCms99PRvo3ODBeAmkabeqGLfnblP1oFQS0c4Q=; b=sdhwZoG/y/+L1igY9bOYd/0AfxtlA88Pyr7rYX3TYfITyhW98OaYahWxPyTix67PCH r6OjHDnHyCNAotLpGeTbK3G85qLClU1LX2YBk/nO5PB9mERXUWFNmzY09Y29GxR1q3kT yU0nvHqeQbu7Yxgl8LshZSnWIGh2q/Unwxd7wRH6XuxsUZ5Z1jMe9tLoPB6FhxzdmA+J yyQNNdS+9iGVd62NJFojtiaewNwqv3By/9ZgPPV0NyUcNHy2EjVWHvbqZxggTxqv7UJx JBWZYbWAS4dyKKC3sAejT5V2T5EQBq70wUW69mf/XmmUESrbq5n0/9N423ANzU7oTH/w 6QMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=mciFmzCms99PRvo3ODBeAmkabeqGLfnblP1oFQS0c4Q=; b=ALKkO7vRGcMKQOdosdKbWaud3dgnRQrVg6fluvYIdfeGjjJrLDA445zGdPmIkq703k CPFn+K2BtW4HLSI5OBcpHzXTRYmaHQzZjAP6q6bYhzcYnwpTIZ+OHYsYNXj9MoGBaMnX 9FpjAN0p1P8ScAvTB7fURumeo4g58ctZrMDzYC3J/cR5oxG4IeIhKHaYYXXdS7TYUM6n 4Ahg7FXGS4jlyMLay1hakfxIPB658+575+od/WmIby6X8gkIwCy08vlBWeYrMdfDQ9J1 dOwvC2wqbF2LFFlnuQD2eHau4cjjambMVOWEnG/6zk1ZgmRhWdLbp1kDVg7P6J/GRw15 Xk7Q== X-Gm-Message-State: APf1xPC4CJPmIejc2wqYKqjZyGJtTk4ZV1Rk55z9RDcYDnCqN/JQSaM9 bS9MggY2EYCKPzBG8vasklfo9gPgCZ7kGNeGeXY= X-Google-Smtp-Source: AH8x224euSZPzErn9iLLGcQEC5I8jy1AdqZ12awMAZj2obSHvogrrOmJgyViv2RfG0QmPmvuypKNs8T67p3/42+Dz/c= X-Received: by 10.25.151.209 with SMTP id z200mr8728915lfd.41.1517856609529; Mon, 05 Feb 2018 10:50:09 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.87.131 with HTTP; Mon, 5 Feb 2018 10:50:08 -0800 (PST) In-Reply-To: References: <201802021911.w12JBJ40043280@repo.freebsd.org> From: Alan Somers Date: Mon, 5 Feb 2018 11:50:08 -0700 X-Google-Sender-Auth: IA_sPtPSb-5fQdHBE7IOB7YCQu4 Message-ID: Subject: Re: svn commit: r460728 - in head/devel/py-p4python: . files To: Antoine Brodin 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, 05 Feb 2018 18:50:12 -0000 On Mon, Feb 5, 2018 at 11:46 AM, Antoine Brodin wrote: > On Sat, Feb 3, 2018 at 7:58 AM, Antoine Brodin > wrote: > > On Fri, Feb 2, 2018 at 8:11 PM, Alan Somers wrote: > >> Author: asomers (src committer) > >> Date: Fri Feb 2 19:11:18 2018 > >> New Revision: 460728 > >> URL: https://svnweb.freebsd.org/changeset/ports/460728 > >> > >> Log: > >> devel/py-p4python: new port > >> > >> Reviewed by: brd > >> Approved by: brd (ports) > >> Sponsored by: Spectra Logic Corp > >> Differential Revision: https://reviews.freebsd.org/D10825 > > > > Hi, > > > > You forgot to hook it to the build. > > Ping? > > Antoine > I'll fix it once I've got this P4 checksum garbage straightened out.