ports/189868: [PATCH] misc/mime-support: shebangfix

Paul J Murphy paul at inetstat.net
Fri May 16 18:40:01 UTC 2014


>Number:         189868
>Category:       ports
>Synopsis:       [PATCH] misc/mime-support: shebangfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 18:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Paul J Murphy
>Release:        FreeBSD 10.0-RELEASE-p3 amd64
>Organization:
iNetStat.net
>Environment:
System: FreeBSD srv00.inetstat.net 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #1 r265994: Wed May 14 06:33:18 UTC
>Description:
- shebangfix to fix error building with DEVELOPER=yes

Port maintainer (oliver at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN)
>How-To-Repeat:
echo "DEVELOPER=yes">>/etc/make.conf
port test
>Fix:

--- mime-support-3.54.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354252)
+++ Makefile	(working copy)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mime-support
 PORTVERSION=	3.54
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
 DISTNAME=	${PORTNAME}_${PORTVERSION:C/([0-9]*\.[0-9]*)\.(.*)/\1-\2/}
@@ -10,6 +11,8 @@
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	MIME Media Types list
 
+USES=		shebangfix
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.2$//}
 
 NO_BUILD=	yes
@@ -16,6 +19,8 @@
 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
--- mime-support-3.54.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list