Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 21:48:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396540 - head/mail/pear-Mail_mimeDecode
Message-ID:  <201509092148.t89LmSmu012796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  9 21:48:27 2015
New Revision: 396540
URL: https://svnweb.freebsd.org/changeset/ports/396540

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Pet portlint

Modified:
  head/mail/pear-Mail_mimeDecode/Makefile

Modified: head/mail/pear-Mail_mimeDecode/Makefile
==============================================================================
--- head/mail/pear-Mail_mimeDecode/Makefile	Wed Sep  9 21:48:10 2015	(r396539)
+++ head/mail/pear-Mail_mimeDecode/Makefile	Wed Sep  9 21:48:27 2015	(r396540)
@@ -4,16 +4,16 @@
 PORTNAME=	Mail_mimeDecode
 PORTVERSION=	1.5.5
 CATEGORIES=	mail www pear
-DISTNAME=	Mail_mimeDecode-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Provides a class to decode mime messages
 
+LICENSE=	BSD3CLAUSE
+
 BUILD_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 RUN_DEPENDS=	${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
 
-LICENSE=	BSD3CLAUSE
-
-USES=	pear
+USES=		pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509092148.t89LmSmu012796>