svn commit: r393176 - branches/2015Q3/print/fontforge

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jul 29 16:28:10 UTC 2015


Author: amdmi3
Date: Wed Jul 29 16:28:09 2015
New Revision: 393176
URL: https://svnweb.freebsd.org/changeset/ports/393176

Log:
  MFH: r393173
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (sheabang fix blanket)

Modified:
  branches/2015Q3/print/fontforge/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/print/fontforge/Makefile
==============================================================================
--- branches/2015Q3/print/fontforge/Makefile	Wed Jul 29 16:26:37 2015	(r393175)
+++ branches/2015Q3/print/fontforge/Makefile	Wed Jul 29 16:28:09 2015	(r393176)
@@ -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-branches mailing list