Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 16:03:01 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357611 - head/misc/mime-support
Message-ID:  <201406121603.s5CG311c019953@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: oliver
Date: Thu Jun 12 16:03:01 2014
New Revision: 357611
URL: http://svnweb.freebsd.org/changeset/ports/357611
QAT: https://qat.redports.org/buildarchive/r357611/

Log:
  update to 3.56
  shebangfix [1]
  
  PR:		189868 [1]
  Submitted by:	paul@inetstat.net [1]

Modified:
  head/misc/mime-support/Makefile
  head/misc/mime-support/distinfo

Modified: head/misc/mime-support/Makefile
==============================================================================
--- head/misc/mime-support/Makefile	Thu Jun 12 15:57:11 2014	(r357610)
+++ head/misc/mime-support/Makefile	Thu Jun 12 16:03:01 2014	(r357611)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mime-support
-PORTVERSION=	3.54
+PORTVERSION=	3.56
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/}
@@ -10,12 +10,16 @@ DISTNAME=	${PORTNAME}_${PORTVERSION:C/([
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	MIME Media Types list
 
+USES=		shebangfix
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.2$//}
 
 NO_BUILD=	yes
 PLIST_FILES=	bin/run-mailcap etc/mime.types \
 		man/man1/run-mailcap.1.gz
 
+SHEBANG_FILES=	run-mailcap
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/run-mailcap ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/mime.types ${STAGEDIR}${PREFIX}/etc

Modified: head/misc/mime-support/distinfo
==============================================================================
--- head/misc/mime-support/distinfo	Thu Jun 12 15:57:11 2014	(r357610)
+++ head/misc/mime-support/distinfo	Thu Jun 12 16:03:01 2014	(r357611)
@@ -1,2 +1,2 @@
-SHA256 (mime-support_3.54.tar.gz) = b088ddc5684bec4999cb3800c78c61ec2284249bf73a2986698a0909ed37a936
-SIZE (mime-support_3.54.tar.gz) = 32971
+SHA256 (mime-support_3.56.tar.gz) = 1d0fde97e41a9c5bd76fbad4f37996117f7f42f0c6011b42b40a9de143312377
+SIZE (mime-support_3.56.tar.gz) = 34526



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