svn commit: r389834 - head/mail/pear-MIME_Type

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jun 16 11:10:45 UTC 2015


Author: bofh
Date: Tue Jun 16 11:10:44 2015
New Revision: 389834
URL: https://svnweb.freebsd.org/changeset/ports/389834

Log:
  mail/pear-MIME_Type: Update version 1.3.4=>1.3.5
  
  - Add LICENSE (LGPL3)
  - Take MAINTAINERSHIP
  - Mark NO_ARCH as there is no ARCH dependent files

Modified:
  head/mail/pear-MIME_Type/Makefile
  head/mail/pear-MIME_Type/distinfo

Modified: head/mail/pear-MIME_Type/Makefile
==============================================================================
--- head/mail/pear-MIME_Type/Makefile	Tue Jun 16 11:03:49 2015	(r389833)
+++ head/mail/pear-MIME_Type/Makefile	Tue Jun 16 11:10:44 2015	(r389834)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	MIME_Type
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
 CATEGORIES=	mail www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	PEAR class for dealing with MIME types
 
+LICENSE=	LGPL3
+
 OPTIONS_DEFINE=	PEAR_SYSTEM_COMMAND
 PEAR_SYSTEM_COMMAND_DESC=	PEAR::System_Command support
 
-USES=	pear
+USES=		pear
+NO_ARCH=	yes
 
 PEAR_SYSTEM_COMMAND_RUN_DEPENDS=	${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
 

Modified: head/mail/pear-MIME_Type/distinfo
==============================================================================
--- head/mail/pear-MIME_Type/distinfo	Tue Jun 16 11:03:49 2015	(r389833)
+++ head/mail/pear-MIME_Type/distinfo	Tue Jun 16 11:10:44 2015	(r389834)
@@ -1,2 +1,2 @@
-SHA256 (PEAR/MIME_Type-1.3.4.tgz) = 78f307d57871729e4ec9a7d753c8de1d881c70828d1caf0b0911b9de35157bcb
-SIZE (PEAR/MIME_Type-1.3.4.tgz) = 13180
+SHA256 (PEAR/MIME_Type-1.3.5.tgz) = f835a592ecf9abafbd249cf777f3b7c6ed3f01a285d399e7c3be234c175fd710
+SIZE (PEAR/MIME_Type-1.3.5.tgz) = 13222


More information about the svn-ports-all mailing list