svn commit: r396098 - branches/2015Q3/editors/omegaT
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 4 14:54:03 UTC 2015
Author: amdmi3
Date: Fri Sep 4 14:54:02 2015
New Revision: 396098
URL: https://svnweb.freebsd.org/changeset/ports/396098
Log:
MFH: r396097
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/editors/omegaT/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/editors/omegaT/Makefile
==============================================================================
--- branches/2015Q3/editors/omegaT/Makefile Fri Sep 4 14:32:29 2015 (r396097)
+++ branches/2015Q3/editors/omegaT/Makefile Fri Sep 4 14:54:02 2015 (r396098)
@@ -3,6 +3,7 @@
PORTNAME= omegaT
DISTVERSION= 3.1.8
+PORTREVISION= 1
CATEGORIES= editors java x11
MASTER_SITES= SF/${PORTNAME:tl}/OmegaT%20-%20Standard/OmegaT%20${DISTVERSION}/
DISTNAME= OmegaT_${DISTVERSION}_Source
@@ -13,7 +14,13 @@ COMMENT= Powerful translation memory app
LICENSE= GPLv2
-USES= zip
+USES= shebangfix zip
+SHEBANG_FILES= release/linux-specific/OmegaT \
+ release/linux-specific/OmegaT-JRE \
+ release/linux-specific/omegat.kaptn
+SHEBANG_LANG= kaptain
+kaptain_OLD_CMD=/usr/bin/kaptain
+kaptain_CMD= ${LOCALBASE}/bin/kaptain
USE_ANT= yes
USE_JAVA= yes
JAVA_VENDOR= openjdk
More information about the svn-ports-branches
mailing list