ports/89014: Update port: editors/code-browser to 2.3
KATO Tsuguru
tkato432 at yahoo.com
Mon Nov 14 17:10:26 UTC 2005
>Number: 89014
>Category: ports
>Synopsis: Update port: editors/code-browser to 2.3
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Nov 14 17:10:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 2.3
Remove file:
files/patch-lib:include:gtk:gtkcustom.c
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/editors/code-browser/Makefile editors/code-browser/Makefile
--- /usr/ports/editors/code-browser/Makefile Sat Nov 5 20:48:15 2005
+++ editors/code-browser/Makefile Thu Nov 10 12:10:12 2005
@@ -7,8 +7,7 @@
#
PORTNAME= code-browser
-PORTVERSION= 2.2
-PORTREVISION= 1
+PORTVERSION= 2.3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,6 +27,10 @@
%%DATADIR%%/preferences.cb-config
PLIST_DIRS= %%DATADIR%%
+.if !defined(NOPORTDOCS)
+PORTDOCS= code-browser.chm doc.css doc.html
+.endif
+
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
@@ -46,7 +49,10 @@
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/code-browser ${PREFIX}/bin
@${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/config/languages.cb-config ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/config/preferences.cb-config ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/config/*.* ${DATADIR}
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/*.* ${DOCSDIR}
+.endif
.include <bsd.port.post.mk>
diff -urN /usr/ports/editors/code-browser/distinfo editors/code-browser/distinfo
--- /usr/ports/editors/code-browser/distinfo Thu Sep 29 21:15:44 2005
+++ editors/code-browser/distinfo Thu Nov 10 12:51:23 2005
@@ -1,2 +1,3 @@
-MD5 (code-browser-2.2-src.tar.gz) = 9e792448b3e5ca18c07739445f597637
-SIZE (code-browser-2.2-src.tar.gz) = 467128
+MD5 (code-browser-2.3-src.tar.gz) = c2b378be5cc16542dc1c1a6abb420db7
+SHA256 (code-browser-2.3-src.tar.gz) = 08a9f15362bf7cad0097a01ff11960cd04b523aeeecd2672e3e3eefa892c1603
+SIZE (code-browser-2.3-src.tar.gz) = 545947
diff -urN /usr/ports/editors/code-browser/files/patch-lib:include:gtk:gtkcustom.c editors/code-browser/files/patch-lib:include:gtk:gtkcustom.c
--- /usr/ports/editors/code-browser/files/patch-lib:include:gtk:gtkcustom.c Mon Jan 31 18:08:59 2005
+++ editors/code-browser/files/patch-lib:include:gtk:gtkcustom.c Thu Jan 1 09:00:00 1970
@@ -1,17 +0,0 @@
---- lib/include/gtk/gtkcustom.c.orig Mon Jan 31 17:05:27 2005
-+++ lib/include/gtk/gtkcustom.c Mon Jan 31 17:05:43 2005
-@@ -131,11 +131,11 @@
- ///////////////////////////////////////////////////////////////////////////////
- static void gtk_custom_add (GtkContainer *container, GtkWidget *widget)
- {
-- g_return_if_fail (GTK_IS_CUSTOM (container));
-- g_return_if_fail (GTK_IS_WIDGET (widget));
--
- GtkCustom* custom;
- GtkCustomChild *child_info;
-+
-+ g_return_if_fail (GTK_IS_CUSTOM (container));
-+ g_return_if_fail (GTK_IS_WIDGET (widget));
-
- custom = GTK_CUSTOM (container);
-
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list