Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 17:22:31 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311877 - head/editors/code-browser
Message-ID:  <201302071722.r17HMVuj038009@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Feb  7 17:22:31 2013
New Revision: 311877
URL: http://svnweb.freebsd.org/changeset/ports/311877

Log:
  - Update to 4.6
    See http://tibleiz.net/code-browser/news.html

Modified:
  head/editors/code-browser/Makefile   (contents, props changed)
  head/editors/code-browser/distinfo   (contents, props changed)
  head/editors/code-browser/pkg-plist   (contents, props changed)

Modified: head/editors/code-browser/Makefile
==============================================================================
--- head/editors/code-browser/Makefile	Thu Feb  7 17:20:12 2013	(r311876)
+++ head/editors/code-browser/Makefile	Thu Feb  7 17:22:31 2013	(r311877)
@@ -1,14 +1,8 @@
-# ex:ts=8
-# Ports collection makefile for:	code-browser
-# Date created:			Jan 25, 2005
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	code-browser
-PORTVERSION=	3.18
-PORTREVISION=	1
+PORTVERSION=	4.6
 CATEGORIES=	editors
 MASTER_SITES=	http://tibleiz.net/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -16,7 +10,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Folding text editor
 
-PORTSCOUT=	skipv:3.19 # Windows-only patch
+BUILD_DEPENDS=	copper-llvm:${PORTSDIR}/lang/copper
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -24,25 +18,19 @@ USE_GNOME=	gtk20
 USE_GMAKE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-DATADIR=	${PREFIX}/share/${PORTNAME}-3
+DATADIR=	${PREFIX}/share/${PORTNAME}-4
 
 .include <bsd.port.pre.mk>
 
 ONLY_FOR_ARCHS=		i386 amd64 sparc64
 ONLY_FOR_ARCHS_REASON=	does not build on ${ARCH}; signal 11 errors during build
 
-.if ${ARCH} != "i386"
-MAKE_ARGS+=	MODE=64
-.endif
-
 post-patch:
-.for file in Makefile zinc/Makefile
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g ; \
 		 s|^CC|#CC|g ; \
 		 s|^CFLAGS|#CFLAGS|g ; \
-		 s| make| $$(MAKE)|g ; \
-		 s|@$$(|$$(|g' ${WRKSRC}/${file}
-.endfor
+		 s|x86_64|amd64|g ; \
+		 s|@$$(|$$(|g' ${WRKSRC}/Makefile
 
 post-install:
 .if !defined(NOPORTDOCS)

Modified: head/editors/code-browser/distinfo
==============================================================================
--- head/editors/code-browser/distinfo	Thu Feb  7 17:20:12 2013	(r311876)
+++ head/editors/code-browser/distinfo	Thu Feb  7 17:22:31 2013	(r311877)
@@ -1,2 +1,2 @@
-SHA256 (code-browser-3.18-src.tar.gz) = 8f107579d9b81be70b186c5c4e0b7e5d5ab7c3f4fa6b8a1cdafb33dccb09bbfc
-SIZE (code-browser-3.18-src.tar.gz) = 736571
+SHA256 (code-browser-4.6-src.tar.gz) = d6cb4dba414c89d798bc5e7c3944269527b4c1eab1fb4bcccc923b8e1d1a731e
+SIZE (code-browser-4.6-src.tar.gz) = 924216

Modified: head/editors/code-browser/pkg-plist
==============================================================================
--- head/editors/code-browser/pkg-plist	Thu Feb  7 17:20:12 2013	(r311876)
+++ head/editors/code-browser/pkg-plist	Thu Feb  7 17:22:31 2013	(r311877)
@@ -1,19 +1,15 @@
 bin/code-browser
 %%DATADIR%%/config/preferences.cbc
-%%DATADIR%%/config-default/preferences.cbc
 %%DATADIR%%/config-optional/AVR-asm.cbc
 %%DATADIR%%/config-optional/perforce.cbc
 %%DATADIR%%/config-optional/torque.cbc
 %%PORTDOCS%%%%DOCSDIR%%/code-browser.chm
-%%PORTDOCS%%%%DOCSDIR%%/doc.css
-%%PORTDOCS%%%%DOCSDIR%%/doc.html
 %%PORTDOCS%%%%DOCSDIR%%/samples/files/code-browser.xml
-%%PORTDOCS%%%%DOCSDIR%%/samples/files/dictionary.h
 %%PORTDOCS%%%%DOCSDIR%%/samples/files/string.cpp
 %%PORTDOCS%%%%DOCSDIR%%/samples/files/string.h
+%%PORTDOCS%%%%DOCSDIR%%/samples/scripts.cbs
 %%PORTDOCS%%%%DOCSDIR%%/samples/tutorial.txt
 @dirrm %%DATADIR%%/config-optional
-@dirrm %%DATADIR%%/config-default
 @dirrm %%DATADIR%%/config
 @dirrm %%DATADIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/samples/files



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071722.r17HMVuj038009>