From owner-svn-ports-all@FreeBSD.ORG Mon Aug 13 19:41:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 615081065673; Mon, 13 Aug 2012 19:41:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C3318FC19; Mon, 13 Aug 2012 19:41:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7DJfoEw084480; Mon, 13 Aug 2012 19:41:50 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7DJfoAG084475; Mon, 13 Aug 2012 19:41:50 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201208131941.q7DJfoAG084475@svn.freebsd.org> From: Guido Falsi Date: Mon, 13 Aug 2012 19:41:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302479 - in head/editors/scite: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2012 19:41:50 -0000 Author: madpilot Date: Mon Aug 13 19:41:49 2012 New Revision: 302479 URL: http://svn.freebsd.org/changeset/ports/302479 Log: - Update to 3.2.1 PR: ports/170565 Submitted by: Naram Qashat (maintainer) Approved by: tabthorpe (mentor) Modified: head/editors/scite/Makefile (contents, props changed) head/editors/scite/distinfo (contents, props changed) head/editors/scite/files/patch-aa (contents, props changed) head/editors/scite/pkg-plist (contents, props changed) Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Mon Aug 13 19:40:36 2012 (r302478) +++ head/editors/scite/Makefile Mon Aug 13 19:41:49 2012 (r302479) @@ -6,8 +6,7 @@ # PORTNAME= scite -PORTVERSION= 3.1.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Mon Aug 13 19:40:36 2012 (r302478) +++ head/editors/scite/distinfo Mon Aug 13 19:41:49 2012 (r302479) @@ -1,2 +1,2 @@ -SHA256 (scite310.tgz) = 09b020a331f7c54edd731440fa1c717776021d5dc775e58965f8ef71673202e3 -SIZE (scite310.tgz) = 1933322 +SHA256 (scite321.tgz) = f95c89074fd73a22b783b5582d3b23cdbd4b7eb38ab407721a702c4a1bcb678c +SIZE (scite321.tgz) = 2043490 Modified: head/editors/scite/files/patch-aa ============================================================================== --- head/editors/scite/files/patch-aa Mon Aug 13 19:40:36 2012 (r302478) +++ head/editors/scite/files/patch-aa Mon Aug 13 19:41:49 2012 (r302479) @@ -1,12 +1,15 @@ ---- makefile.orig 2011-07-31 22:49:29.000000000 -0400 -+++ makefile 2011-09-27 05:23:10.000000000 -0400 -@@ -5,13 +5,6 @@ +--- makefile.orig 2012-06-01 10:26:56.000000000 +0200 ++++ makefile 2012-08-13 15:57:01.532542909 +0200 +@@ -5,16 +5,6 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. .SUFFIXES: .cxx .o .h .a .c -ifdef CLANG --CC = clang --CCOMP = clang +-ifdef CLANG_ANALYZE +-ANALYZE=--analyze +-endif +-CC = clang $(ANALYZE) +-CCOMP = clang $(ANALYZE) -else -CC = g++ -CCOMP = gcc @@ -14,18 +17,18 @@ AR = ar ifdef GTK3 -@@ -24,7 +17,7 @@ +@@ -27,7 +17,7 @@ CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) - CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) + CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gmodule-no-export-2.0) CONFIGTHREADS:= -gnomeprefix:=$(shell pkg-config --variable=prefix $(GTKVERSION) 2>/dev/null) +gnomeprefix:=$(PREFIX) ifndef prefix ifdef gnomeprefix prefix=$(gnomeprefix) -@@ -102,8 +95,9 @@ +@@ -107,8 +97,9 @@ $(PROG): SciTEGTK.o GUIGTK.o Widget.o \ - FilePath.o SciTEBase.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \ + FilePath.o SciTEBase.o FileWorker.o Cookie.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \ - JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) - $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++ Modified: head/editors/scite/pkg-plist ============================================================================== --- head/editors/scite/pkg-plist Mon Aug 13 19:40:36 2012 (r302478) +++ head/editors/scite/pkg-plist Mon Aug 13 19:41:49 2012 (r302479) @@ -2,6 +2,7 @@ bin/SciTE share/applications/SciTE.desktop share/pixmaps/Sci48M.png %%PORTDOCS%%%%DOCSDIR%%/CommandValues.html +%%PORTDOCS%%%%DOCSDIR%%/PaneAPI.html %%PORTDOCS%%%%DOCSDIR%%/PrintHi.png %%PORTDOCS%%%%DOCSDIR%%/SciBreak2.jpg %%PORTDOCS%%%%DOCSDIR%%/SciTE.html @@ -68,6 +69,7 @@ share/pixmaps/Sci48M.png %%DATADIR%%/nncrontab.properties %%DATADIR%%/nsis.properties %%DATADIR%%/opal.properties +%%DATADIR%%/oscript.properties %%DATADIR%%/others.properties %%DATADIR%%/pascal.properties %%DATADIR%%/perl.properties