diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-04 13:06:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-04 13:06:36 +0000 |
commit | e53ddd0094cbf5b60c7e2046e3dacc6812bcd372 (patch) | |
tree | b22793ae14ec0620b599a3bc1137c0f817c453ad /editors/scite | |
parent | 2f579f4803f4f1efd20d7cae6412ea871da3202b (diff) |
Notes
Diffstat (limited to 'editors/scite')
-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 |