Bug 179851 - [MAINTAINER] editors/scite: update to 3.3.3
Summary: [MAINTAINER] editors/scite: update to 3.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 21:00 UTC by Naram Qashat
Modified: 2013-06-22 21:10 UTC (History)
0 users

See Also:


Attachments
scite-3.3.3.patch (2.00 KB, patch)
2013-06-22 21:00 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2013-06-22 21:00:00 UTC
- Update to 3.3.3

NOTE: This PR relies on PR ports/179850 to be committed along with it.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-22 21:09:32 UTC
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 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-22 21:09:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!