From owner-svn-ports-head@freebsd.org Sun Feb 2 14:32:04 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 066F92300F0 for ; Sun, 2 Feb 2020 14:32:04 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 489YLq6QR3z4DhD for ; Sun, 2 Feb 2020 14:32:03 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com [209.85.208.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id AC85412A7D for ; Sun, 2 Feb 2020 14:32:03 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f45.google.com with SMTP id f8so13268693edv.2 for ; Sun, 02 Feb 2020 06:32:03 -0800 (PST) X-Gm-Message-State: APjAAAWIl3Kc2bmcKLSfzfh7oQjD4nYn2VtQnpDr/jAX8CU5WMbCnRvN PvJ4Rcp5+WcXskmJAL1gGeqIpHkga5M2u6FsVFaMpw== X-Google-Smtp-Source: APXvYqwbrr0VKl/qhWbbQpRTBj1HugQ87Z+e8JKAolvdENkqnfr3G+6fatTTy+FHoAhVZSlYQI8NPwiiXhsRAsOBZH4= X-Received: by 2002:a05:6402:a49:: with SMTP id bt9mr1843378edb.144.1580653922577; Sun, 02 Feb 2020 06:32:02 -0800 (PST) MIME-Version: 1.0 References: <202002021424.012EOuX7011458@repo.freebsd.org> In-Reply-To: <202002021424.012EOuX7011458@repo.freebsd.org> From: Po-Chuan Hsieh Date: Sun, 2 Feb 2020 22:31:26 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r524958 - in head/mail/py-mail-parser: . files To: ports-committers@freebsd.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 02 Feb 2020 14:32:04 -0000 On Sun, Feb 2, 2020 at 10:24 PM Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Feb 2 14:24:56 2020 > New Revision: 524958 > URL: https://svnweb.freebsd.org/changeset/ports/524958 > > Log: > Convert REINPLACE_CMD to patch file > Submitted by: swills > > Added: > head/mail/py-mail-parser/files/ > head/mail/py-mail-parser/files/patch-requirements.txt (contents, props > changed) > Modified: > head/mail/py-mail-parser/Makefile > > Modified: head/mail/py-mail-parser/Makefile > > ============================================================================== > --- head/mail/py-mail-parser/Makefile Sun Feb 2 14:23:28 2020 > (r524957) > +++ head/mail/py-mail-parser/Makefile Sun Feb 2 14:24:56 2020 > (r524958) > @@ -23,7 +23,4 @@ USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes > > -post-patch: > - @${REINPLACE_CMD} -e "s|==|>=|; /ipaddress/ s|$$|; python_version > < '3.3'|" ${WRKSRC}/requirements.txt > - > .include > > Added: head/mail/py-mail-parser/files/patch-requirements.txt > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/mail/py-mail-parser/files/patch-requirements.txt Sun Feb 2 > 14:24:56 2020 (r524958) > @@ -0,0 +1,11 @@ > +--- requirements.txt.orig 2020-01-27 00:11:06 UTC > ++++ requirements.txt > +@@ -1,3 +1,3 @@ > +-ipaddress==1.0.23 > +-simplejson==3.17.0 > +-six==1.14.0 > +\ No newline at end of file > ++ipaddress>=1.0.23; python_version < '3.3' > ++simplejson>=3.17.0 > ++six>=1.14.0 > +\ No newline at end of file > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >