summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-09 07:40:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-09 07:40:01 +0800
commit0aa607f92f9044aa38923d86754ddfa0662cb822 (patch)
tree956141ad6818449c0fcb80a9bdc1e5e29c116598
parentc01a0fdecf9b28a823723160280d4f7083389270 (diff)
downloadmarcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar.gz
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar.bz2
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar.lz
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar.xz
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.tar.zst
marcuscom-ports-0aa607f92f9044aa38923d86754ddfa0662cb822.zip
Update to 1.4.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4797 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--x11-toolkits/gtksourceview/Makefile4
-rw-r--r--x11-toolkits/gtksourceview/distinfo4
-rw-r--r--x11-toolkits/gtksourceview/pkg-plist21
-rw-r--r--x11-toolkits/gtksourceview2/Makefile4
-rw-r--r--x11-toolkits/gtksourceview2/distinfo4
-rw-r--r--x11-toolkits/gtksourceview2/pkg-plist21
6 files changed, 50 insertions, 8 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile
index 4f4736408..bd7b68c28 100644
--- a/x11-toolkits/gtksourceview/Makefile
+++ b/x11-toolkits/gtksourceview/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.20 2005/08/29 19:12:52 mezz Exp $
+# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.21 2005/09/05 13:50:56 kwm Exp $
#
PORTNAME= gtksourceview
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
diff --git a/x11-toolkits/gtksourceview/distinfo b/x11-toolkits/gtksourceview/distinfo
index 8ac84e518..ba15b5444 100644
--- a/x11-toolkits/gtksourceview/distinfo
+++ b/x11-toolkits/gtksourceview/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gtksourceview-1.4.0.tar.bz2) = 600b4faf31d5032d08b4095cb097d0cf
-SIZE (gnome2/gtksourceview-1.4.0.tar.bz2) = 669502
+MD5 (gnome2/gtksourceview-1.4.1.tar.bz2) = b0d4c5961f8736dfde8fa4ebf3bbd972
+SIZE (gnome2/gtksourceview-1.4.1.tar.bz2) = 705341
diff --git a/x11-toolkits/gtksourceview/pkg-plist b/x11-toolkits/gtksourceview/pkg-plist
index 08be81fec..185f16738 100644
--- a/x11-toolkits/gtksourceview/pkg-plist
+++ b/x11-toolkits/gtksourceview/pkg-plist
@@ -14,6 +14,26 @@ lib/libgtksourceview-1.0.a
lib/libgtksourceview-1.0.so
lib/libgtksourceview-1.0.so.0
libdata/pkgconfig/gtksourceview-1.0.pc
+%%DOCSDIR%%/GtkSourceBuffer.html
+%%DOCSDIR%%/GtkSourceLanguage.html
+%%DOCSDIR%%/GtkSourceLanguagesManager.html
+%%DOCSDIR%%/GtkSourcePrintJob.html
+%%DOCSDIR%%/GtkSourceStyleScheme.html
+%%DOCSDIR%%/GtkSourceTag.html
+%%DOCSDIR%%/GtkSourceTagTable.html
+%%DOCSDIR%%/GtkSourceView.html
+%%DOCSDIR%%/gtksourceview-GtkSourceMarker.html
+%%DOCSDIR%%/gtksourceview-GtkSourceTagStyle.html
+%%DOCSDIR%%/gtksourceview-Searching-in-a-GtkSourceBuffer.html
+%%DOCSDIR%%/gtksourceview.devhelp
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/rn01.html
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
share/gnome/gtksourceview-1.0/language-specs/R.lang
share/gnome/gtksourceview-1.0/language-specs/ada.lang
share/gnome/gtksourceview-1.0/language-specs/c.lang
@@ -116,5 +136,6 @@ share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
@dirrm share/gnome/gtksourceview-1.0/language-specs
@dirrm share/gnome/gtksourceview-1.0
+@dirrm %%DOCSDIR%%
@dirrm include/gtksourceview-1.0/gtksourceview
@dirrm include/gtksourceview-1.0
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
index 4f4736408..bd7b68c28 100644
--- a/x11-toolkits/gtksourceview2/Makefile
+++ b/x11-toolkits/gtksourceview2/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.20 2005/08/29 19:12:52 mezz Exp $
+# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.21 2005/09/05 13:50:56 kwm Exp $
#
PORTNAME= gtksourceview
-PORTVERSION= 1.4.0
+PORTVERSION= 1.4.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
diff --git a/x11-toolkits/gtksourceview2/distinfo b/x11-toolkits/gtksourceview2/distinfo
index 8ac84e518..ba15b5444 100644
--- a/x11-toolkits/gtksourceview2/distinfo
+++ b/x11-toolkits/gtksourceview2/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gtksourceview-1.4.0.tar.bz2) = 600b4faf31d5032d08b4095cb097d0cf
-SIZE (gnome2/gtksourceview-1.4.0.tar.bz2) = 669502
+MD5 (gnome2/gtksourceview-1.4.1.tar.bz2) = b0d4c5961f8736dfde8fa4ebf3bbd972
+SIZE (gnome2/gtksourceview-1.4.1.tar.bz2) = 705341
diff --git a/x11-toolkits/gtksourceview2/pkg-plist b/x11-toolkits/gtksourceview2/pkg-plist
index 08be81fec..185f16738 100644
--- a/x11-toolkits/gtksourceview2/pkg-plist
+++ b/x11-toolkits/gtksourceview2/pkg-plist
@@ -14,6 +14,26 @@ lib/libgtksourceview-1.0.a
lib/libgtksourceview-1.0.so
lib/libgtksourceview-1.0.so.0
libdata/pkgconfig/gtksourceview-1.0.pc
+%%DOCSDIR%%/GtkSourceBuffer.html
+%%DOCSDIR%%/GtkSourceLanguage.html
+%%DOCSDIR%%/GtkSourceLanguagesManager.html
+%%DOCSDIR%%/GtkSourcePrintJob.html
+%%DOCSDIR%%/GtkSourceStyleScheme.html
+%%DOCSDIR%%/GtkSourceTag.html
+%%DOCSDIR%%/GtkSourceTagTable.html
+%%DOCSDIR%%/GtkSourceView.html
+%%DOCSDIR%%/gtksourceview-GtkSourceMarker.html
+%%DOCSDIR%%/gtksourceview-GtkSourceTagStyle.html
+%%DOCSDIR%%/gtksourceview-Searching-in-a-GtkSourceBuffer.html
+%%DOCSDIR%%/gtksourceview.devhelp
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/rn01.html
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
share/gnome/gtksourceview-1.0/language-specs/R.lang
share/gnome/gtksourceview-1.0/language-specs/ada.lang
share/gnome/gtksourceview-1.0/language-specs/c.lang
@@ -116,5 +136,6 @@ share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
@unexec rmdir %D/share/locale/rw 2> /dev/null || true
@dirrm share/gnome/gtksourceview-1.0/language-specs
@dirrm share/gnome/gtksourceview-1.0
+@dirrm %%DOCSDIR%%
@dirrm include/gtksourceview-1.0/gtksourceview
@dirrm include/gtksourceview-1.0