diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-19 21:05:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-19 21:05:43 +0800 |
commit | 9790cbeda36fc3647426c6ddebb5388f1c6bff05 (patch) | |
tree | 474b8e6e7b5017f9e98583bb9795178ab46c7e6c /editors/cooledit | |
parent | 9d4dab640a6ab74e98907cd90fb5740c33bbb593 (diff) | |
download | freebsd-ports-gnome-9790cbeda36fc3647426c6ddebb5388f1c6bff05.tar.gz freebsd-ports-gnome-9790cbeda36fc3647426c6ddebb5388f1c6bff05.tar.zst freebsd-ports-gnome-9790cbeda36fc3647426c6ddebb5388f1c6bff05.zip |
Update to 3.14.1. Add a WWW while I'm here.
PR: 18517
Submitted by: maintainer
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 6 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-descr | 2 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 5f666fae1b45..9efe31c0fcae 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cooledit -PORTVERSION= 3.13.2 +PORTVERSION= 3.14.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.netins.net/showcase/Comput-IT/cooledit/src/ @@ -33,4 +33,8 @@ pre-install: ${INSTALL_SCRIPT} ${WRKSRC}/pixmap/coolicon.config \ ${PREFIX}/etc/coolicon.config.dist +post-install: + @${LN} -sf ${PREFIX}/share/cooledit/global.py \ + ${PREFIX}/share/coolicon/global.py + .include <bsd.port.mk> diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index b333c981593c..9f442ac1d15c 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1 +1 @@ -MD5 (cooledit-3.13.2.tar.gz) = f53b6d0d11ac6a23e27d5f0462261366 +MD5 (cooledit-3.14.1.tar.gz) = 21aa1b913ba2dceb4648b477704a1042 diff --git a/editors/cooledit/pkg-descr b/editors/cooledit/pkg-descr index abba9b9d8ed8..9c2dba3425ff 100644 --- a/editors/cooledit/pkg-descr +++ b/editors/cooledit/pkg-descr @@ -9,5 +9,7 @@ Cooledit is a suite of programs consisting of the following: - coolicon - a utility to place icons directly on your desktop which runs under any window manager +WWW: http://www.netins.net/showcase/Comput-IT/cooledit/ + - Brett Taylor brett@peloton.physics.montana.edu diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index 2b4ca125b7b0..077f33ef30b5 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -33,6 +33,7 @@ share/cooledit/syntax/lsm.syntax share/cooledit/syntax/mail.syntax share/cooledit/syntax/makefile.syntax share/cooledit/syntax/ml.syntax +share/cooledit/syntax/mudela.syntax share/cooledit/syntax/nroff.syntax share/cooledit/syntax/pascal.syntax share/cooledit/syntax/perl.syntax @@ -48,6 +49,7 @@ share/coolicon/cdrom_view.xpm share/coolicon/cooledit.xpm share/coolicon/dynamite.xpm share/coolicon/e.data +share/coolicon/global.py share/coolicon/gmc.xpm share/coolicon/launch.xpm share/coolicon/lyx.xpm |