Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 22:36:45 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r526786 - head/mail/mime-construct
Message-ID:  <CAMHz58Q0gSqwrgTG8%2BmyruHTm%2BbtudRPRvgxp8_JD5xbh6Ph-Q@mail.gmail.com>
In-Reply-To: <20200225093820.cxj4e6r6prpu56l7@atuin.in.mat.cc>
References:  <202002221555.01MFtaw8053927@repo.freebsd.org> <20200225093820.cxj4e6r6prpu56l7@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 25, 2020 at 5:38 PM Mathieu Arnold <mat@freebsd.org> 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 <bsd.port.mk>
> >
>
> --
> Mathieu Arnold
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Q0gSqwrgTG8%2BmyruHTm%2BbtudRPRvgxp8_JD5xbh6Ph-Q>