diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-26 20:33:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-26 20:33:10 +0000 |
commit | 905aa884a65ae7129e407892ca7cd37caabdb166 (patch) | |
tree | eae9f8a6d2d10e10a6393d2da5de5b0a60aaa61d /editors/scite | |
parent | 8cac7b55c90c64e2e21992f28e3bd787ebe6a80f (diff) |
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 4 | ||||
-rw-r--r-- | editors/scite/distinfo | 6 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index a7ec21773891..3d155483137c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,9 +6,9 @@ # PORTNAME= scite -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= editors gnome -MASTER_SITES= SFP/scintilla/SciTE/${PORTVERSION} +MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz diff --git a/editors/scite/distinfo b/editors/scite/distinfo index b1044b541143..874fcaf23570 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -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 --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index 83a70a731e10..b64cb49fc034 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -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 |