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

Mathieu Arnold mat at FreeBSD.org
Tue Feb 25 09:38:26 UTC 2020


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.

>  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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200225/18b235ce/attachment.sig>


More information about the svn-ports-all mailing list