Date: Sun, 19 Oct 2008 12:57:10 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128228: [MAINTAINER] editors/scite: update to 1.77 Message-ID: <200810191657.m9JGvA9t074010@kirby.cyberbotx.com> Resent-Message-ID: <200810191700.m9JH050w053648@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128228 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 1.77 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Oct 19 17:00:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #3: Fri Aug 22 17:52:25 EDT 2008 >Description: - Update to 1.77 Generated with FreeBSD Port Tools 0.77 Note: This PR depends on ports/128227 to be commited first. >How-To-Repeat: >Fix: --- scite-1.77.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile --- /usr/ports/editors/scite/Makefile 2008-07-25 11:08:09.000000000 -0400 +++ /kirby/shared/ports/scite/Makefile 2008-10-19 12:40:44.000000000 -0400 @@ -6,10 +6,9 @@ # PORTNAME= scite -PORTVERSION= 1.76 -PORTREVISION= 1 +PORTVERSION= 1.77 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF \ http://www.scintilla.org/ MASTER_SITE_SUBDIR= scintilla DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo --- /usr/ports/editors/scite/distinfo 2008-03-30 19:03:01.000000000 -0400 +++ /kirby/shared/ports/scite/distinfo 2008-10-19 12:44:46.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (scite176.tgz) = c33461643c62c80420376de37125092b -SHA256 (scite176.tgz) = cea1f932cea33e93f018ac6929f1d18edd6cfe8fdcac73b05da4e721987285a0 -SIZE (scite176.tgz) = 1497197 +MD5 (scite177.tgz) = ba016919190c12cfb712e1f004df4187 +SHA256 (scite177.tgz) = 51b14c1fdff1b88f9361faef5030bc8df24cdc4b23d2d9181303a7708f2eb2af +SIZE (scite177.tgz) = 1520037 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 2008-03-28 03:05:12.000000000 -0400 +++ /kirby/shared/ports/scite/files/patch-aa 2008-10-19 12:51:25.000000000 -0400 @@ -1,5 +1,5 @@ ---- makefile.old Fri Nov 23 11:14:23 2007 -+++ makefile Fri Nov 23 11:16:22 2007 +--- makefile.old 2008-05-01 09:40:28.000000000 -0400 ++++ makefile 2008-10-19 12:49:42.000000000 -0400 @@ -5,7 +5,7 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -39,9 +39,9 @@ $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \ -- JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS) +- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) - $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -+ JobQueue.o GTKMutex.o $(LUA_OBJS) ++ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) + $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers \ + -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ --- scite-1.77.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810191657.m9JGvA9t074010>