svn commit: r393173 - head/print/fontforge

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 29 16:26:19 UTC 2015


Author: amdmi3
Date: Wed Jul 29 16:26:18 2015
New Revision: 393173
URL: https://svnweb.freebsd.org/changeset/ports/393173

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/print/fontforge/Makefile

Modified: head/print/fontforge/Makefile
==============================================================================
--- head/print/fontforge/Makefile	Wed Jul 29 16:26:01 2015	(r393172)
+++ head/print/fontforge/Makefile	Wed Jul 29 16:26:18 2015	(r393173)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fontforge
 DISTVERSION=	20150612
+PORTREVISION=	1
 CATEGORIES=	print
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 
@@ -25,7 +26,9 @@ LIB_DEPENDS=	libuninameslist.so:${PORTSD
 USE_GITHUB=	yes
 
 USES=		autoreconf:build desktop-file-utils execinfo gettext gmake iconv \
-		jpeg libtool pkgconfig python shared-mime-info
+		jpeg libtool pkgconfig python shared-mime-info shebangfix
+SHEBANG_FILES=	pycontrib/gdraw/__init__.py \
+		pycontrib/gdraw/gdraw.py
 USE_XORG=	x11 xi ice xkbui
 USE_GNOME=	glib20 gtk20 libxml2 pango
 


More information about the svn-ports-head mailing list