Date: Fri, 21 Aug 2009 02:11:18 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/138016: [MAINTAINER] editors/scite: update to 2.01 Message-ID: <200908210611.n7L6BIoh029657@kirby.cyberbotx.com> Resent-Message-ID: <200908210620.n7L6K2B8079375@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138016 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 2.01 >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: Fri Aug 21 06:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jun 3 04:24:13 EDT >Description: - Update to 2.01 Note: Relies on ports/138015 being committed first. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- scite-2.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile --- /usr/ports/editors/scite/Makefile 2009-08-13 21:19:01.000000000 -0400 +++ /kirby/shared/ports/scite/Makefile 2009-08-21 02:01:48.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= editors gnome MASTER_SITES= SFP/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 2009-08-13 21:19:01.000000000 -0400 +++ /kirby/shared/ports/scite/distinfo 2009-08-21 02:01:51.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (scite200.tgz) = fe6ba62eaf86ec0a49e03d2a03c3e048 -SHA256 (scite200.tgz) = 56be771b4aaf9a0e0b601dea374f12926fc1c2eb1b91ab8783165143c8d7b210 -SIZE (scite200.tgz) = 1810957 +MD5 (scite201.tgz) = ef4b6b4d903c29e4ab511488a0d20f46 +SHA256 (scite201.tgz) = 32dc19abd1a042e5aa8b07ea83a5ef62ab9e3c3dfba3f962dcdd670ef8ab84c5 +SIZE (scite201.tgz) = 1810998 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-10-24 17:01:48.000000000 -0400 +++ /kirby/shared/ports/scite/files/patch-aa 2009-08-21 02:05:44.000000000 -0400 @@ -1,5 +1,5 @@ ---- makefile.old 2008-05-01 09:40:28.000000000 -0400 -+++ makefile 2008-10-19 12:49:42.000000000 -0400 +--- makefile.orig 2009-08-12 21:39:59.000000000 -0400 ++++ makefile 2009-08-21 02:04:44.000000000 -0400 @@ -5,7 +5,7 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -10,14 +10,14 @@ # If explicit setting of GTK1 or GTK2 then use that else look for @@ -26,7 +26,7 @@ - CONFIGFLAGS=$(shell pkg-config --cflags gtk+-2.0) - CONFIGLIB=$(shell pkg-config --libs gtk+-2.0 gthread-2.0) - CONFIGTHREADS= + CONFIGFLAGS:=$(shell pkg-config --cflags gtk+-2.0) + CONFIGLIB:=$(shell pkg-config --libs gtk+-2.0 gthread-2.0) + CONFIGTHREADS:= -gnomeprefix:=$(shell pkg-config --variable=prefix gtk+-2.0 2>/dev/null) +gnomeprefix:=$(PREFIX) else - CONFIGFLAGS=$(shell gtk-config --cflags) - CONFIGLIB=$(shell gtk-config --libs) + CONFIGFLAGS:=$(shell gtk-config --cflags) + CONFIGLIB:=$(shell gtk-config --libs) @@ -76,12 +76,12 @@ INCLUDEDIRS=-I ../../scintilla/include -I ../src -I../lua/include --- scite-2.01.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?200908210611.n7L6BIoh029657>