diff options
author | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2017-07-14 13:48:25 +0000 |
---|---|---|
committer | Mahdi Mokhtari <mmokhi@FreeBSD.org> | 2017-07-14 13:48:25 +0000 |
commit | bc1e93a03536cf1d67f6eeb667627f58798579ae (patch) | |
tree | ee2150d48bb1a7a44c6925cf93252a719de0193d | |
parent | 1ed432fbd2e660fbe234588a8e85bf783e31749c (diff) | |
download | ports-bc1e93a03536cf1d67f6eeb667627f58798579ae.tar.gz ports-bc1e93a03536cf1d67f6eeb667627f58798579ae.zip |
Notes
-rw-r--r-- | editors/komodo-edit/Makefile | 13 | ||||
-rw-r--r-- | editors/komodo-edit/distinfo | 5 |
2 files changed, 8 insertions, 10 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 69ffddb6ed6f..c660af4abae7 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= komodo-edit -PORTVERSION= 6.1.3 -PORTREVISION= 1 +PORTVERSION= 10.2.2 CATEGORIES= editors -MASTER_SITES= http://downloads.activestate.com/Komodo/releases/archive/6.x/${PORTVERSION}/ -DISTNAME= Komodo-Edit-${PORTVERSION}-8844-linux-libcpp6-x86 +MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/ +DISTNAME= Komodo-Edit-${PORTVERSION}-17703-linux-x86 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= allanjude@FreeBSD.org COMMENT= Multi-language editor from ActiveState CONFLICTS= komodo-ide-6* @@ -34,8 +33,6 @@ do-install: cd ${WRKSRC}/INSTALLDIR && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/bin/komodo ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo - ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/komodo-bin - ${CHMOD} ${BINMODE} ${STAGEDIR}${DATADIR}/lib/mozilla/run-mozilla.sh - ${LN} -sf ${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin/ + ${RLN} ${STAGEDIR}${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/editors/komodo-edit/distinfo b/editors/komodo-edit/distinfo index 483beeded3fe..751b5f8f70c9 100644 --- a/editors/komodo-edit/distinfo +++ b/editors/komodo-edit/distinfo @@ -1,2 +1,3 @@ -SHA256 (Komodo-Edit-6.1.3-8844-linux-libcpp6-x86.tar.gz) = 5107fae94605ded6a5a18b84ab2d06dc4cc7339bcacb7bcd32a364ffdf02a729 -SIZE (Komodo-Edit-6.1.3-8844-linux-libcpp6-x86.tar.gz) = 42410776 +TIMESTAMP = 1499589695 +SHA256 (Komodo-Edit-10.2.2-17703-linux-x86.tar.gz) = d232f955c64aa25f58e9981c158e441c6df907348ce94fea6a997ea8e0474b35 +SIZE (Komodo-Edit-10.2.2-17703-linux-x86.tar.gz) = 77250013 |