diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-06-23 01:42:28 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-06-23 01:42:28 +0800 |
commit | a63c59f436e0322b7e8840db2165f78e3588d8e8 (patch) | |
tree | 28904cb9a1331d0ad7a701ba3ef6917cc5d72ce4 /editors/cooledit | |
parent | b2b3ad1d14ac416ee1624d151bc95152d2716c76 (diff) | |
download | freebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.tar.gz freebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.tar.zst freebsd-ports-gnome-a63c59f436e0322b7e8840db2165f78e3588d8e8.zip |
Update to 3.17.17
PR: ports/82529
Submitted by: Ports Fury
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 5 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 4 | ||||
-rw-r--r-- | editors/cooledit/pkg-descr | 5 | ||||
-rw-r--r-- | editors/cooledit/pkg-plist | 1 |
4 files changed, 6 insertions, 9 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index a2bf9908790e..4501c55e8f80 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cooledit -PORTVERSION= 3.17.14 +PORTVERSION= 3.17.17 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X/cooledit @@ -39,4 +39,7 @@ CFLAGS+= -DHAVE_MBRTOWC CONFIGURE_ARGS+= --enable-NeXT-look .endif +post-patch: + @${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in + .include <bsd.port.post.mk> diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index f467a5c0ba8e..66ea63942c29 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1,2 +1,2 @@ -MD5 (cooledit-3.17.14.tar.gz) = c5bfa0efbd6160b5ba868b722418cc02 -SIZE (cooledit-3.17.14.tar.gz) = 1671619 +MD5 (cooledit-3.17.17.tar.gz) = bb8f354d5378f8fa9e178b2414152987 +SIZE (cooledit-3.17.17.tar.gz) = 1674273 diff --git a/editors/cooledit/pkg-descr b/editors/cooledit/pkg-descr index abba9b9d8ed8..01da66a10870 100644 --- a/editors/cooledit/pkg-descr +++ b/editors/cooledit/pkg-descr @@ -3,11 +3,6 @@ Cooledit is a suite of programs consisting of the following: (for instance LaTeX on a LaTeX file) - smalledit - a stripped down version of cooledit - coolman - a man page browser - - coolbrowse - a file system browser - - coolmessage - an interface to write that brings up a cool-styled window - with your message - - coolicon - a utility to place icons directly on your desktop which runs - under any window manager - Brett Taylor brett@peloton.physics.montana.edu diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index cfc7684fa4a5..6d394a38bc55 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -60,4 +60,3 @@ share/locale/sl/LC_MESSAGES/cooledit.mo share/locale/sv/LC_MESSAGES/cooledit.mo @dirrm %%DATADIR%%/syntax @dirrm %%DATADIR%% -@dirrm share/coolicon |