Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 20:09:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321588 - in head/editors/scite: . files
Message-ID:  <201306222009.r5MK9OpB054858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jun 22 20:09:24 2013
New Revision: 321588
URL: http://svnweb.freebsd.org/changeset/ports/321588

Log:
  Update to 3.3.3.
  
  PR:		ports/179851
  Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)

Modified:
  head/editors/scite/Makefile
  head/editors/scite/distinfo
  head/editors/scite/files/patch-aa

Modified: head/editors/scite/Makefile
==============================================================================
--- head/editors/scite/Makefile	Sat Jun 22 20:07:48 2013	(r321587)
+++ head/editors/scite/Makefile	Sat Jun 22 20:09:24 2013	(r321588)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scite
-PORTVERSION=	3.3.1
+PORTVERSION=	3.3.3
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}

Modified: head/editors/scite/distinfo
==============================================================================
--- head/editors/scite/distinfo	Sat Jun 22 20:07:48 2013	(r321587)
+++ head/editors/scite/distinfo	Sat Jun 22 20:09:24 2013	(r321588)
@@ -1,2 +1,2 @@
-SHA256 (scite331.tgz) = 96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717
-SIZE (scite331.tgz) = 1983596
+SHA256 (scite333.tgz) = ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3
+SIZE (scite333.tgz) = 1992362

Modified: head/editors/scite/files/patch-aa
==============================================================================
--- head/editors/scite/files/patch-aa	Sat Jun 22 20:07:48 2013	(r321587)
+++ head/editors/scite/files/patch-aa	Sat Jun 22 20:09:24 2013	(r321588)
@@ -1,12 +1,12 @@
---- makefile.orig	2013-02-18 02:21:10.000000000 -0500
-+++ makefile	2013-02-26 18:30:59.000000000 -0500
+--- makefile.orig	2013-06-22 15:49:44.000000000 -0400
++++ makefile	2013-06-22 15:53:14.000000000 -0400
 @@ -5,13 +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 --std=c++0x
--CCOMP = clang -Wno-empty-body
+-CC = clang -fsanitize=address --std=c++0x
+-CCOMP = clang -fsanitize=address -Wno-empty-body
 -else
 -CC = g++
 -CCOMP = gcc
@@ -23,7 +23,7 @@
  ifndef prefix
  ifdef gnomeprefix
    prefix=$(gnomeprefix)
-@@ -109,8 +102,9 @@
+@@ -113,8 +106,9 @@
  $(PROG): SciTEGTK.o GUIGTK.o Widget.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 \



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