Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 16:26:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393173 - head/print/fontforge
Message-ID:  <201507291626.t6TGQJLe021885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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