svn commit: r388986 - head/editors/leo
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 9 19:45:07 UTC 2015
Author: amdmi3
Date: Tue Jun 9 19:45:06 2015
New Revision: 388986
URL: https://svnweb.freebsd.org/changeset/ports/388986
Log:
- Fix shebangs
MFH: 2015Q2 (blanket)
Modified:
head/editors/leo/Makefile
Modified: head/editors/leo/Makefile
==============================================================================
--- head/editors/leo/Makefile Tue Jun 9 19:45:06 2015 (r388985)
+++ head/editors/leo/Makefile Tue Jun 9 19:45:06 2015 (r388986)
@@ -3,6 +3,7 @@
PORTNAME= leo
PORTVERSION= 5.1
+PORTREVISION= 1
CATEGORIES= editors python
MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final
DISTNAME= Leo-${PORTVERSION}-final
@@ -23,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli
NO_ARCH= yes
USES= python shebangfix zip
-SHEBANG_FILES= leo/doc/html/fixup.pl
+SHEBANG_FILES= leo/doc/html/fixup.pl leo/external/saveleo
USE_PYTHON= autoplist distutils
DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \
More information about the svn-ports-all
mailing list