aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 11:22:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-24 11:22:10 +0000
commitfb8d17a9f2c85425a7235725c5ace0d22fe4310c (patch)
tree3c96e0284122c12be5c8b1654176dde1cf912d49
parent52bb583e9d4c6d58dd9753beb6f4339bf897519a (diff)
downloadports-fb8d17a9f2c85425a7235725c5ace0d22fe4310c.tar.gz
ports-fb8d17a9f2c85425a7235725c5ace0d22fe4310c.zip
Update to 1.2.2.
Notes
Notes: svn path=/head/; revision=59882
-rw-r--r--www/galeon/Makefile3
-rw-r--r--www/galeon/distinfo2
-rw-r--r--www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp18
-rw-r--r--www/galeon2/Makefile3
-rw-r--r--www/galeon2/distinfo2
-rw-r--r--www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp18
6 files changed, 40 insertions, 6 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index cb298860045a..10821ed2375f 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index 0d4d2aa02a6e..3e25057b68de 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1 +1 @@
-MD5 (galeon-1.2.1.tar.gz) = 4d058f47f0f626dac3fda70c1c332052
+MD5 (galeon-1.2.2.tar.gz) = 487fffb2713ff767c012065961e62e15
diff --git a/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp b/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp
new file mode 100644
index 000000000000..784940561838
--- /dev/null
+++ b/www/galeon/files/patch-src::mozilla::ExternalProtocolService.cpp
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:52:44 1.1
++++ src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:53:41
+@@ -16,7 +16,12 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
++#ifdef HAVE_STDLIB_H
++#include <stdlib.h>
++#endif
+ #include <gtk/gtk.h>
+
+ #include "ExternalProtocolService.h"
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile
index cb298860045a..10821ed2375f 100644
--- a/www/galeon2/Makefile
+++ b/www/galeon2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo
index 0d4d2aa02a6e..3e25057b68de 100644
--- a/www/galeon2/distinfo
+++ b/www/galeon2/distinfo
@@ -1 +1 @@
-MD5 (galeon-1.2.1.tar.gz) = 4d058f47f0f626dac3fda70c1c332052
+MD5 (galeon-1.2.2.tar.gz) = 487fffb2713ff767c012065961e62e15
diff --git a/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp b/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp
new file mode 100644
index 000000000000..784940561838
--- /dev/null
+++ b/www/galeon2/files/patch-src::mozilla::ExternalProtocolService.cpp
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:52:44 1.1
++++ src/mozilla/ExternalProtocolService.cpp 2002/05/24 10:53:41
+@@ -16,7 +16,12 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#ifdef HAVE_MALLOC_H
+ #include <malloc.h>
++#endif
++#ifdef HAVE_STDLIB_H
++#include <stdlib.h>
++#endif
+ #include <gtk/gtk.h>
+
+ #include "ExternalProtocolService.h"