summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-11 14:02:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-01-11 14:02:11 +0800
commit9b255dc370c0c252681701bc2bde35435e44ccaf (patch)
tree30fd233104e87ddf12853e69fe0f7963d39ce63d
parent6252b6ec604fb47ba513c117a4d137eea235ecc7 (diff)
downloadmarcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.gz
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.bz2
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.lz
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.xz
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.tar.zst
marcuscom-ports-9b255dc370c0c252681701bc2bde35435e44ccaf.zip
Update to 2.17.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8180 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit/Makefile5
-rw-r--r--editors/gedit/distinfo6
-rw-r--r--editors/gedit/files/patch-plugins_externaltools_data_Makefile.in11
-rw-r--r--editors/gedit/pkg-plist1
4 files changed, 17 insertions, 6 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index d2aeeb37e..34e0750b3 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/editors/gedit/Makefile,v 1.52 2006/12/19 22:04:54 ahze Exp $
+# $MCom: ports/editors/gedit/Makefile,v 1.53 2006/12/24 04:56:43 marcus Exp $
#
PORTNAME= gedit
-PORTVERSION= 2.17.2
-PORTREVISION= 1
+PORTVERSION= 2.17.3
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo
index b7806ddf1..8edb72405 100644
--- a/editors/gedit/distinfo
+++ b/editors/gedit/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gedit-2.17.2.tar.bz2) = f2730603767ca8767606b0e46b2cce37
-SHA256 (gnome2/gedit-2.17.2.tar.bz2) = 8125459766e54cc1335216798a86f8ecf39b1b9d3b2b0049dec08730d7ad9cf4
-SIZE (gnome2/gedit-2.17.2.tar.bz2) = 3046401
+MD5 (gnome2/gedit-2.17.3.tar.bz2) = c7a31c6cd277e7668b0ec675831e526f
+SHA256 (gnome2/gedit-2.17.3.tar.bz2) = 2f73f022e35624591a51a5eab117cec88c27afb923a5a288c8ce17504ced27c0
+SIZE (gnome2/gedit-2.17.3.tar.bz2) = 3060632
diff --git a/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in
new file mode 100644
index 000000000..aa069fd24
--- /dev/null
+++ b/editors/gedit/files/patch-plugins_externaltools_data_Makefile.in
@@ -0,0 +1,11 @@
+--- plugins/externaltools/data/Makefile.in.orig Thu Jan 11 00:53:33 2007
++++ plugins/externaltools/data/Makefile.in Thu Jan 11 00:53:41 2007
+@@ -471,7 +471,7 @@
+ # (.desktop), which happens to be translated using intltool.
+ $(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
+ perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
+- chmod --reference=$< $@
++ chmod 0755 $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist
index a67bd8c33..d7b57fe31 100644
--- a/editors/gedit/pkg-plist
+++ b/editors/gedit/pkg-plist
@@ -171,6 +171,7 @@ share/gnome/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c++.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/c.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/css.xml
+%%PYTHON%%share/gnome/gedit-2/plugins/snippets/docbook.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/global.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/haskell.xml
%%PYTHON%%share/gnome/gedit-2/plugins/snippets/html.xml