diff options
author | oliver <oliver@FreeBSD.org> | 2014-06-13 00:03:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-06-13 00:03:01 +0800 |
commit | f49108948afafdbe151d66bc6d8488ecf34123a1 (patch) | |
tree | 66485aca957f7f9a22cd7cc1a80dff153a1bf188 /misc | |
parent | ea5de8008c3fe66bb0e11dfb85ea7b60ddd3b42f (diff) | |
download | freebsd-ports-gnome-f49108948afafdbe151d66bc6d8488ecf34123a1.tar.gz freebsd-ports-gnome-f49108948afafdbe151d66bc6d8488ecf34123a1.tar.zst freebsd-ports-gnome-f49108948afafdbe151d66bc6d8488ecf34123a1.zip |
update to 3.56
shebangfix [1]
PR: 189868 [1]
Submitted by: paul@inetstat.net [1]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mime-support/Makefile | 6 | ||||
-rw-r--r-- | misc/mime-support/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index c4e507222591..ef193a65f9b5 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -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/([0-9]*\.[0-9]*)\.(.*)/\1-\2/} 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 diff --git a/misc/mime-support/distinfo b/misc/mime-support/distinfo index df01b60a2249..a6db61bd8348 100644 --- a/misc/mime-support/distinfo +++ b/misc/mime-support/distinfo @@ -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 |