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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 22 15:55:36 UTC 2020


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
 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>


More information about the svn-ports-head mailing list