From root@cyberbotx.com  Sat Sep  3 20:27:07 2011
Return-Path: <root@cyberbotx.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 688E2106566C
	for <freebsd-gnats-submit@freebsd.org>; Sat,  3 Sep 2011 20:27:07 +0000 (UTC)
	(envelope-from root@cyberbotx.com)
Received: from qmta10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17])
	by mx1.freebsd.org (Postfix) with ESMTP id 157868FC12
	for <freebsd-gnats-submit@freebsd.org>; Sat,  3 Sep 2011 20:27:06 +0000 (UTC)
Received: from omta22.westchester.pa.mail.comcast.net ([76.96.62.73])
	by qmta10.westchester.pa.mail.comcast.net with comcast
	id ULRH1h0021ap0As5ALT7UA; Sat, 03 Sep 2011 20:27:07 +0000
Received: from kirby.cyberbotx.com ([69.244.146.119])
	by omta22.westchester.pa.mail.comcast.net with comcast
	id ULT61h00D2anbQt3iLT6pW; Sat, 03 Sep 2011 20:27:07 +0000
Received: by kirby.cyberbotx.com (Postfix, from userid 0)
	id E27AE28459; Sat,  3 Sep 2011 16:27:04 -0400 (EDT)
Message-Id: <20110903202704.E27AE28459@kirby.cyberbotx.com>
Date: Sat,  3 Sep 2011 16:27:04 -0400 (EDT)
From: Naram Qashat <cyberbotx@cyberbotx.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] editors/scite: update to 2.28
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160439
>Category:       ports
>Synopsis:       [MAINTAINER] editors/scite: update to 2.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 03 20:30:20 UTC 2011
>Closed-Date:    Mon Sep 05 15:54:54 UTC 2011
>Last-Modified:  Mon Sep 05 15:54:54 UTC 2011
>Originator:     Naram Qashat
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Sun Feb 27 08:58:31 EST 2011
>Description:
- Update to 2.28

Note: This PR relies on PR ports/160438 to be committed first.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- scite-2.28.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile
--- /usr/ports/editors/scite/Makefile	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/Makefile	2011-09-03 16:18:41.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scite
-PORTVERSION=	2.27
+PORTVERSION=	2.28
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo
--- /usr/ports/editors/scite/distinfo	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/distinfo	2011-09-03 16:18:44.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (scite227.tgz) = 9bf6e3515022cc12a3b24b158f54ae1a4730f104b65a6fcdb997f4f7a84b2c0c
-SIZE (scite227.tgz) = 1883989
+SHA256 (scite228.tgz) = a4fa35a2babdfdc25d41474ea8133e6f1fbffaf411ebfc260740e728505acaf7
+SIZE (scite228.tgz) = 1875473
diff -ruN --exclude=CVS /usr/ports/editors/scite/files/patch-aa /kirby/shared/ports/scite/files/patch-aa
--- /usr/ports/editors/scite/files/patch-aa	2011-07-04 20:17:39.000000000 -0400
+++ /kirby/shared/ports/scite/files/patch-aa	2011-09-03 16:25:54.000000000 -0400
@@ -1,5 +1,5 @@
---- makefile.orig	2011-06-13 20:55:05.000000000 -0400
-+++ makefile	2011-07-03 21:16:59.000000000 -0400
+--- makefile.orig	2011-07-31 22:49:29.000000000 -0400
++++ makefile	2011-09-03 16:25:52.000000000 -0400
 @@ -5,13 +5,13 @@
  # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
  
@@ -30,29 +30,12 @@
  ifndef prefix
  ifdef gnomeprefix
    prefix=$(gnomeprefix)
-@@ -70,12 +70,12 @@
- 
- INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include
- $(LUA_CORE_OBJS): ../lua/src/*.c
--	$(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
-+	$(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/*.c
- $(LUA_LIB_OBJS): ../lua/src/lib/*.c
--	$(CCOMP) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
--CXXFLAGS=$(CXXTFLAGS)
-+	$(CCOMP) $(CFLAGS) $(INCLUDEDIRS) -DLUA_USE_POSIX $(CXXTFLAGS) -c ../lua/src/lib/*.c
-+CXXFLAGS+=$(CXXTFLAGS)
- else
--CXXFLAGS=$(CXXTFLAGS) -DNO_LUA
-+CXXFLAGS+=$(CXXTFLAGS) -DNO_LUA
- endif
- 
- CXXFLAGS:=$(CXXFLAGS) -Wno-long-long
-@@ -99,8 +99,9 @@
+@@ -102,8 +102,9 @@
  $(PROG): SciTEGTK.o GUIGTK.o Widget.o \
  FilePath.o SciTEBase.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) -ldl -lstdc++
+-	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++
 +	JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
 +	$(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \
 +	-rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
--- scite-2.28.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sun Sep 4 10:02:43 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160439 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160439: commit references a PR
Date: Mon,  5 Sep 2011 15:35:59 +0000 (UTC)

 pawel       2011-09-05 15:35:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/scite        Makefile distinfo 
     editors/scite/files  patch-aa 
   Log:
   Update to version 2.28
   
   PR:             ports/160439
   Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
   Approved by:    miwi, wen (mentors implicit)
   
   Revision  Changes    Path
   1.71      +1 -1      ports/editors/scite/Makefile
   1.42      +2 -2      ports/editors/scite/distinfo
   1.23      +4 -21     ports/editors/scite/files/patch-aa
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Mon Sep 5 15:54:53 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160439 
>Unformatted:
