diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-15 19:06:47 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-15 19:06:47 +0000 |
commit | e400f6fde2058ecd938e1449221d8f7d9977e39c (patch) | |
tree | 83befd2bc068e1a1daf89a3ed82b366f9ad82dfc | |
parent | 05da49096ed34862f8ee9963bdd27e8fbfe211d2 (diff) | |
download | FreeBSD-ports-e400f6fde2058ecd938e1449221d8f7d9977e39c.zip FreeBSD-ports-e400f6fde2058ecd938e1449221d8f7d9977e39c.tar.gz |
It seems that the damned build system doesn't always recreate
GNOME_Galeon_NautilusView.oaf from the corresponding .in file, so that
patch it as well. Bump PORTREVISION.
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon/files/patch-GNOME_Galeon_NautilusView.oaf | 14 | ||||
-rw-r--r-- | www/galeon2/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-GNOME_Galeon_NautilusView.oaf | 14 |
4 files changed, 30 insertions, 2 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 0497e53..fc2eb24 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -7,7 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/galeon/files/patch-GNOME_Galeon_NautilusView.oaf b/www/galeon/files/patch-GNOME_Galeon_NautilusView.oaf new file mode 100644 index 0000000..d0d7dd9 --- /dev/null +++ b/www/galeon/files/patch-GNOME_Galeon_NautilusView.oaf @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- GNOME_Galeon_NautilusView.oaf 2002/03/13 10:54:39 1.1 ++++ GNOME_Galeon_NautilusView.oaf 2002/03/13 10:55:30 +@@ -8,7 +8,7 @@ + <oaf_attribute name="description" type="string" _value="Galeon content view component's factory"/> + </oaf_server> + +-<oaf_server iid="OAFIID:GNOME_Galeon_NautilusView" type="factory" location="OAFIID:GNOME_Galeon_NautilusViewFactory"> ++<oaf_server iid="OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1" type="factory" location="OAFIID:GNOME_Galeon_NautilusViewFactory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Unknown:1.0"/> + <item value="IDL:Bonobo/Control:1.0"/> diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 0497e53..fc2eb24 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,7 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/galeon2/files/patch-GNOME_Galeon_NautilusView.oaf b/www/galeon2/files/patch-GNOME_Galeon_NautilusView.oaf new file mode 100644 index 0000000..d0d7dd9 --- /dev/null +++ b/www/galeon2/files/patch-GNOME_Galeon_NautilusView.oaf @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- GNOME_Galeon_NautilusView.oaf 2002/03/13 10:54:39 1.1 ++++ GNOME_Galeon_NautilusView.oaf 2002/03/13 10:55:30 +@@ -8,7 +8,7 @@ + <oaf_attribute name="description" type="string" _value="Galeon content view component's factory"/> + </oaf_server> + +-<oaf_server iid="OAFIID:GNOME_Galeon_NautilusView" type="factory" location="OAFIID:GNOME_Galeon_NautilusViewFactory"> ++<oaf_server iid="OAFIID:nautilus_mozilla_content_view:1ee70717-57bf-4079-aae5-922abdd576b1" type="factory" location="OAFIID:GNOME_Galeon_NautilusViewFactory"> + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:Bonobo/Unknown:1.0"/> + <item value="IDL:Bonobo/Control:1.0"/> |