svn commit: r526786 - head/mail/mime-construct

Po-Chuan Hsieh sunpoet at freebsd.org
Tue Feb 25 14:37:24 UTC 2020


On Tue, Feb 25, 2020 at 5:38 PM Mathieu Arnold <mat at 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 at FreeBSD.org
> > +MAINTAINER=  sunpoet at 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
>


More information about the svn-ports-head mailing list