- Update to 2.01
- Fix MASTER_SITES PR: 138016 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
parent
8cac7b55c9
commit
905aa884a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240368
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue