diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 14:22:54 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 14:22:54 +0000 |
commit | 34d763523f513b3c85f37da7c9509dfe2a0a66ca (patch) | |
tree | e192f1eeebcd47e17b86e7a084c16e02e611ad5a /editors/cooledit | |
parent | 6c8c3473cfd4ef4b42e7cdec3db1715271b3d20b (diff) |
Update port to 3.13.2
PR: 17273
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26746
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 2 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 9 |
3 files changed, 9 insertions, 4 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 6419c38f8243..35bf6441fffd 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= cooledit-3.12.0 +DISTNAME= cooledit-3.13.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.netins.net/showcase/Comput-IT/cooledit/src/ diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index 83ea3f084b6c..b333c981593c 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1 +1 @@ -MD5 (cooledit-3.12.0.tar.gz) = 6071b98029c366e7d42e08ccafc71949 +MD5 (cooledit-3.13.2.tar.gz) = f53b6d0d11ac6a23e27d5f0462261366 diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 7b785ed32b33..2b4ca125b7b0 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -1,13 +1,14 @@ bin/coolbrowse bin/cooledit +bin/cooledit-gdb bin/coolicon bin/coolinput bin/coollistbox bin/coolman bin/coolmessage +bin/coolproject bin/coolquery bin/smalledit -bin/ttyname_stop etc/coolicon.config.dist @exec if [ ! -f %D/etc/coolicon.config ]; then cp -p %D/%F %B/cooledit.config; fi lib/libCw.a @@ -15,12 +16,16 @@ lib/libCw.so lib/libCw.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +share/cooledit/Xmlrpclib.py +share/cooledit/c_utils.py share/cooledit/global.py +share/cooledit/sh_utils.py +share/cooledit/zope_utils.py share/cooledit/syntax/ada95.syntax share/cooledit/syntax/c.syntax share/cooledit/syntax/changelog.syntax share/cooledit/syntax/diff.syntax -share/cooledit/syntax/diffc.syntax +share/cooledit/syntax/fortran.syntax share/cooledit/syntax/html.syntax share/cooledit/syntax/java.syntax share/cooledit/syntax/latex.syntax |