diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-11 12:56:24 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-11 12:56:24 +0000 |
commit | 980a8cc391015fcb71c5bbedc7f39e258a7e20ab (patch) | |
tree | 55c8ae3c94bcf006d5e3e73e513b2cd0d3a35b66 /editors | |
parent | cf4d432782116518eafb4088045a11eed1a520fe (diff) | |
download | FreeBSD-ports-980a8cc391015fcb71c5bbedc7f39e258a7e20ab.zip FreeBSD-ports-980a8cc391015fcb71c5bbedc7f39e258a7e20ab.tar.gz |
Update to 1.44.
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/files/patch-aa | 12 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 12 |
5 files changed, 23 insertions, 19 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index a423473..1b5222d 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.42 +PORTVERSION= 1.44 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/scite/distinfo b/editors/scite/distinfo index d1b045c..a6bca76 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1 +1 @@ -MD5 (scite142.tgz) = 7160ceeebb433c28ada28189823f9280 +MD5 (scite144.tgz) = 88199f52c4a337a938fff64d0eb470b0 diff --git a/editors/scite/files/patch-SciTEGTK.cxx b/editors/scite/files/patch-SciTEGTK.cxx deleted file mode 100644 index 3a80630..0000000 --- a/editors/scite/files/patch-SciTEGTK.cxx +++ /dev/null @@ -1,14 +0,0 @@ - -$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/files/patch-aa b/editors/scite/files/patch-aa index e35f7d4..ac5044b 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,8 +1,8 @@ $FreeBSD$ ---- makefile.orig Thu Oct 18 18:29:34 2001 -+++ makefile Thu Oct 18 18:32:28 2001 +--- makefile.orig Mon Feb 11 12:01:37 2002 ++++ makefile Mon Feb 11 12:06:45 2002 @@ -10,34 +10,34 @@ # For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. @@ -57,16 +57,22 @@ $FreeBSD$ # SciTE-static no longer builds. Kept here in case of later need. SciTE-static: SciTEGTK.o SciTEBase.o SciTEBuffers.o SciTEIO.o Exporters.o SciTEProps.o \ -@@ -66,12 +66,12 @@ +@@ -66,15 +66,15 @@ # This is OK - just means no SciTE in the Gnome Applications menu # Dead: install -D SciTEGTK.properties $(SYSCONF_PATH)/SciTEGlobal.properties install: - install -s $(PROG) $(bindir) - install -d $(SYSCONF_PATH) - install -D ../src/*.properties $(SYSCONF_PATH) +- install ../doc/*.html $(SYSCONF_PATH) +- install ../doc/SciTEIco.png $(SYSCONF_PATH) +- install ../doc/PrintHi.png $(SYSCONF_PATH) + $(BSD_INSTALL_PROGRAM) $(PROG) $(bindir) + $(MKDIR) $(SYSCONF_PATH) + $(BSD_INSTALL_DATA) ../src/*.properties $(SYSCONF_PATH) ++ $(BSD_INSTALL_DATA) ../doc/*.html $(SYSCONF_PATH) ++ $(BSD_INSTALL_DATA) ../doc/SciTEIco.png $(SYSCONF_PATH) ++ $(BSD_INSTALL_DATA) ../doc/PrintHi.png $(SYSCONF_PATH) ifdef gnomeprefix - install SciTE.desktop $(datadir)/gnome/apps/Applications - install Sci48M.png $(pixmapdir) diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index e028924..22ef243 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -2,8 +2,20 @@ bin/SciTE share/gnome/apps/Applications/SciTE.desktop share/gnome/pixmaps/Sci48M.png share/gnome/scite/Embedded.properties +share/gnome/scite/PrintHi.png +share/gnome/scite/SciTE.html share/gnome/scite/SciTE.properties +share/gnome/scite/SciTEDirector.html +share/gnome/scite/SciTEDoc.html +share/gnome/scite/SciTEDownload.html +share/gnome/scite/SciTEExtension.html +share/gnome/scite/SciTEExtras.html share/gnome/scite/SciTEGlobal.properties +share/gnome/scite/SciTEIco.png +share/gnome/scite/SciTEImage.html +share/gnome/scite/SciTELexer.html +share/gnome/scite/SciTERegEx.html +share/gnome/scite/SciTETranslation.html share/gnome/scite/abbrev.properties share/gnome/scite/ada.properties share/gnome/scite/ave.properties |