mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to 3.7.5
PR: 219711 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer)
This commit is contained in:
parent
f6d1c787ab
commit
756aaf0a61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443866
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scintilla
|
||||
PORTVERSION= 3.7.4
|
||||
PORTVERSION= 3.7.5
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||
DISTNAME= scite${PORTVERSION:S/.//g}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1490054625
|
||||
SHA256 (scite374.tgz) = 197372e80db2c16c86d9677a56a430209dc2f2adfdf9b7bda73b62dd19eb1e20
|
||||
SIZE (scite374.tgz) = 2329831
|
||||
TIMESTAMP = 1495751226
|
||||
SHA256 (scite375.tgz) = 51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86
|
||||
SIZE (scite375.tgz) = 2380823
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- makefile.orig 2016-12-01 09:53:41 UTC
|
||||
--- makefile.orig 2017-05-24 01:26:25 UTC
|
||||
+++ makefile
|
||||
@@ -9,14 +9,6 @@
|
||||
srcdir ?= .
|
||||
@ -31,7 +31,7 @@
|
||||
vpath %.h $(srcdir) $(srcdir)/../src $(srcdir)/../include $(srcdir)/../lexlib
|
||||
@@ -98,7 +95,7 @@ GLIB_GENMARSHAL_FLAGS = --prefix=scintil
|
||||
|
||||
LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx))))
|
||||
LEXOBJS:=$(addsuffix .o,$(basename $(sort $(notdir $(wildcard $(srcdir)/../lexers/Lex*.cxx)))))
|
||||
|
||||
-all: $(COMPLIB)
|
||||
+all: $(COMPLIB) $(LEXRLIB)
|
||||
|
Loading…
Reference in New Issue
Block a user