From owner-svn-ports-head@freebsd.org Tue Feb 25 14:37:24 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 4517F25D1B4 for ; Tue, 25 Feb 2020 14:37:24 +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 48RhNM6tTJz4g93 for ; Tue, 25 Feb 2020 14:37:23 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (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 5F1FC2F2C3 for ; Tue, 25 Feb 2020 14:37:23 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f46.google.com with SMTP id p23so16480303edr.5 for ; Tue, 25 Feb 2020 06:37:23 -0800 (PST) X-Gm-Message-State: APjAAAVCAPPfX3CM1NAL6dyEdiytjC/99VPdU4j+sxLcUoYwwySTHUCi d0HyPhfpFisA5OB3kHRgV4BelgUmgxza7kZ13DSSCg== X-Google-Smtp-Source: APXvYqx7mp/9/vkKaHa97Y4wj7B0tm9UEBeZPr9xpZbaNRCTWOdQJiKw06DVVU8+n7PjUPtXFxVmyyox5ex1Lvcz7vc= X-Received: by 2002:aa7:c402:: with SMTP id j2mr51983002edq.51.1582641442186; Tue, 25 Feb 2020 06:37:22 -0800 (PST) MIME-Version: 1.0 References: <202002221555.01MFtaw8053927@repo.freebsd.org> <20200225093820.cxj4e6r6prpu56l7@atuin.in.mat.cc> In-Reply-To: <20200225093820.cxj4e6r6prpu56l7@atuin.in.mat.cc> From: Po-Chuan Hsieh Date: Tue, 25 Feb 2020 22:36:45 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r526786 - head/mail/mime-construct To: Mathieu Arnold 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.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: Tue, 25 Feb 2020 14:37:24 -0000 On Tue, Feb 25, 2020 at 5:38 PM Mathieu Arnold wrote: > On Sat, Feb 22, 2020 at 03:55:36PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Sat Feb 22 15:55:35 2020 > > New Revision: 526786 > > URL: https://svnweb.freebsd.org/changeset/ports/526786 > > > > Log: > > Add LICENSE > > > > - Change the way *_DEPENDS are set > > - Add NO_ARCH > > - Add PORTSCOUT: guessing every version except 1.11 returns 856 with > link to 1.11 tarball > > - Take maintainership > > > > Modified: > > head/mail/mime-construct/Makefile > > > > Modified: head/mail/mime-construct/Makefile > > > ============================================================================== > > --- head/mail/mime-construct/Makefile Sat Feb 22 15:55:30 2020 > (r526785) > > +++ head/mail/mime-construct/Makefile Sat Feb 22 15:55:35 2020 > (r526786) > > @@ -3,18 +3,23 @@ > > > > PORTNAME= mime-construct > > PORTVERSION= 1.11 > > -PORTREVISION= 2 > > You removed PORTREVISION, so package went backwards. > Fixed in r527081. Thanks! > > > CATEGORIES= mail > > MASTER_SITES= http://www.argon.org/~roderick/ > > > > -MAINTAINER= ports@FreeBSD.org > > +MAINTAINER= sunpoet@FreeBSD.org > > COMMENT= Construct and optionally send MIME messages from command > line > > > > -BUILD_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \ > > +LICENSE= GPLv2+ > > + > > +BUILD_DEPENDS= ${RUN_DEPENDS} > > +RUN_DEPENDS= p5-MIME-Types>=0:mail/p5-MIME-Types \ > > p5-Proc-WaitStat>=0:devel/p5-Proc-WaitStat > > -RUN_DEPENDS:= ${BUILD_DEPENDS} > > > > USES= perl5 > > USE_PERL5= configure > > + > > +NO_ARCH= yes > > + > > +PORTSCOUT= ignore:1 > > > > .include > > > > -- > Mathieu Arnold >