Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 11:10:45 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389834 - head/mail/pear-MIME_Type
Message-ID:  <201506161110.t5GBAjc2002086@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	bofh@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



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