aboutsummaryrefslogtreecommitdiffstats
path: root/editors/scite
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-06-23 04:09:24 +0800
committerrakuco <rakuco@FreeBSD.org>2013-06-23 04:09:24 +0800
commit92ab861a33e18349eeaff3c3ff772daf0626b75f (patch)
tree42479bcb1510bc1f974173894d9633e115c2f312 /editors/scite
parentb0e1c76f82dbf4061af45f0e8dccc11f6fa58d6d (diff)
downloadfreebsd-ports-graphics-92ab861a33e18349eeaff3c3ff772daf0626b75f.tar.gz
freebsd-ports-graphics-92ab861a33e18349eeaff3c3ff772daf0626b75f.tar.zst
freebsd-ports-graphics-92ab861a33e18349eeaff3c3ff772daf0626b75f.zip
Update to 3.3.3.
PR: ports/179851 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'editors/scite')
-rw-r--r--editors/scite/Makefile2
-rw-r--r--editors/scite/distinfo4
-rw-r--r--editors/scite/files/patch-aa10
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 4629bf3cb54..5bda014690c 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -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}
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index 61d8b47a4f1..92cff5c6d8f 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scite331.tgz) = 96f1b74f728375e405a39f210b34dfabbbd2654b9c30ba886d8c3b4acbafc717
-SIZE (scite331.tgz) = 1983596
+SHA256 (scite333.tgz) = ee4d8e976d1a13657cb1b60af392cef60fbb2c441932e0398f2c9562fbcbe6a3
+SIZE (scite333.tgz) = 1992362
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa
index 02cfc206dec..aa5686728a1 100644
--- a/editors/scite/files/patch-aa
+++ b/editors/scite/files/patch-aa
@@ -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 \