From owner-svn-ports-head@freebsd.org Tue May 22 05:37:55 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 9C156EE77EE; Tue, 22 May 2018 05:37:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::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 288608421F; Tue, 22 May 2018 05:37:55 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qt0-x229.google.com with SMTP id q6-v6so21927302qtn.3; Mon, 21 May 2018 22:37:55 -0700 (PDT) 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=ZYbb0Em9q81+DO5vUOhNYCxPm7CSYdalmDb7y1Hdqy8=; b=mtrs3Q0hXi5w8tPKNyT2qbJrpVh9HsKjQbPtx9NxbbIqsQmoFM+x/xB4Jro0zvtvoj LY2+w/jgZH5pK0UnULshUwYy5BKgfM7mOcX7H3l7Gnr9jBPDe8CzkcTjfQ9Ia3CQG8ow dz2MVfaHmInXxyepifdexVl5BarrsACUiRtEszXBY+FGRm1uXJ7a/oL9asWXOQKYAJnu 7wDKkLDFILmpm+0eWGlLK0fRHJmnQKtDY88f6ceTpXhbbGT21kAkIDbhFyNFVRQ3YB61 0QteYy/tHVDEZMrzWvQBKRF9OklNIzlnU+omxGjPwvqPVDS8umiEU1cnbXiObWBfTctO Canw== 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=ZYbb0Em9q81+DO5vUOhNYCxPm7CSYdalmDb7y1Hdqy8=; b=e498pWKjP07sb2vsE0kJwRxHn39oFCAd4Pa2b1zOs8fNi5A15Z7G/6KG5UsabDYDFa OQtm8yXUuZ+FFePBcIxFY2O2xeEKPUvZYgNgXmzZrSHEM1C7A+/vOwzUoc2f4T7RHEGi y0+hVteVgBgN+Fl9uQEwM27L7AyFTdz2HV98X1Iws50mdQZeZRjpfmpNkhJr+3nHD/k1 jv0sk8ioyDkya/lyCE7VSyTwSLMLIzQofLT82AJkEQA/n4Jq3M0tDAXYilHoC7Z1su48 1ptjoRgahKVkKttc/ddmVW8npsAO15Co3GeXqc3Ut+NVd6b9mw6Hnaz8EdgW6kLhU2B3 VgTw== X-Gm-Message-State: ALKqPwfkbFYcZvIotp3iX/yhLyvP6EylLda9FhXvlIgZ3H3Wt49eCS7F 6pxn3HXgoR5bwaIuq0NiRDBlyhBiLRP7z/LizrA= X-Google-Smtp-Source: AB8JxZoP+5A1qt+Bobs40bBxDmBOqAi1u6JTEWCwRxfLn6REkYFv/Grpt1LCiLw9MK8ZrEtZVpwsv4b5VbTjWq4bwSc= X-Received: by 2002:aed:3511:: with SMTP id a17-v6mr21055986qte.289.1526967474506; Mon, 21 May 2018 22:37:54 -0700 (PDT) MIME-Version: 1.0 Sender: antoine.brodin.freebsd@gmail.com Received: by 10.12.172.207 with HTTP; Mon, 21 May 2018 22:37:54 -0700 (PDT) In-Reply-To: <201805220529.w4M5T8Dj061995@repo.freebsd.org> References: <201805220529.w4M5T8Dj061995@repo.freebsd.org> From: Antoine Brodin Date: Tue, 22 May 2018 07:37:54 +0200 X-Google-Sender-Auth: jr_7H-wVpE3KP_Ke3p3FsSIrmZs Message-ID: Subject: Re: svn commit: r470596 - head/textproc/py-docutils To: Kubilay Kocak Cc: ports-committers , 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.26 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: Tue, 22 May 2018 05:37:55 -0000 On Tue, May 22, 2018 at 7:29 AM, Kubilay Kocak wrote: > Author: koobs > Date: Tue May 22 05:29:07 2018 > New Revision: 470596 > URL: https://svnweb.freebsd.org/changeset/ports/470596 > > Log: > textproc/py-docutils: Fix/improve console scripts packaging > > Remove custom script symlink/packaging routine (and pkg-plist) that adds > versions without .py filename suffix, in favour of what upstream provides by > default. Hi, Please revert and request and exp-run. Cheers, Antoine (with hat: portmgr)