diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-04 21:06:36 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-04 21:06:36 +0800 |
commit | cb5bffad5c133d13d32fee9934ee4873f3f1238d (patch) | |
tree | f03b6bdcd42ef045c25dafdbbe1a7aeb621b2b5a /editors | |
parent | d131caa4721ec94ee25633feaf92b01b3b9f8bc9 (diff) | |
download | freebsd-ports-gnome-cb5bffad5c133d13d32fee9934ee4873f3f1238d.tar.gz freebsd-ports-gnome-cb5bffad5c133d13d32fee9934ee4873f3f1238d.tar.zst freebsd-ports-gnome-cb5bffad5c133d13d32fee9934ee4873f3f1238d.zip |
Update to 1.42.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/distinfo | 2 | ||||
-rw-r--r-- | editors/scite/files/patch-SciTEGTK.cxx | 14 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index b98deab32429..a4234732b4b1 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.40 +PORTVERSION= 1.42 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 85386d7403ed..d1b045c53cc8 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1 +1 @@ -MD5 (scite140.tgz) = 8d29ec3145b68e26b403558fc70037c1 +MD5 (scite142.tgz) = 7160ceeebb433c28ada28189823f9280 diff --git a/editors/scite/files/patch-SciTEGTK.cxx b/editors/scite/files/patch-SciTEGTK.cxx new file mode 100644 index 000000000000..3a80630bf90e --- /dev/null +++ b/editors/scite/files/patch-SciTEGTK.cxx @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- SciTEGTK.cxx 2002/01/04 12:53:45 1.1 ++++ SciTEGTK.cxx 2002/01/04 12:54:45 +@@ -2429,7 +2429,7 @@ + GtkSignalFunc(MousePress), gthis);
+
+ gtk_window_set_title(GTK_WINDOW(PWidget(wSciTE)), appName);
+- const int useDefault = 0x100000000;
++ const int useDefault = 0x10000000;
+ int left = props.GetInt("position.left", useDefault);
+ int top = props.GetInt("position.top", useDefault);
+ int width = props.GetInt("position.width", useDefault);
diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index 3b2b520ab5fb..e028924dc5c1 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -7,6 +7,8 @@ share/gnome/scite/SciTEGlobal.properties share/gnome/scite/abbrev.properties share/gnome/scite/ada.properties share/gnome/scite/ave.properties +share/gnome/scite/baan.properties +share/gnome/scite/bullant.properties share/gnome/scite/conf.properties share/gnome/scite/cpp.properties share/gnome/scite/eiffel.properties |