summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-29 06:13:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-29 06:13:05 +0800
commitb2bac45e3507eca0f41bcecd10a801564e60c37e (patch)
treea2d4f8c8f9a4a8b95d1bc772fa3a24e9f031b075 /www
parent1c462e7ada55229fef2f918d48eba5851dc3abd8 (diff)
downloadmarcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar.gz
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar.bz2
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar.lz
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar.xz
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.tar.zst
marcuscom-ports-b2bac45e3507eca0f41bcecd10a801564e60c37e.zip
Update to 1.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1541 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r--www/epiphany/Makefile2
-rw-r--r--www/epiphany/distinfo2
-rw-r--r--www/epiphany/files/patch-src_epiphany.in25
3 files changed, 13 insertions, 16 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 383ab3598..7049373cc 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= epiphany
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index a0e695622..3e8b22fd8 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -1 +1 @@
-MD5 (gnome2/epiphany-1.1.1.tar.bz2) = f57314feb050037e8e5c79a8ecafa151
+MD5 (gnome2/epiphany-1.1.2.tar.bz2) = 976577b77f3a67d82942ff6909fe197b
diff --git a/www/epiphany/files/patch-src_epiphany.in b/www/epiphany/files/patch-src_epiphany.in
index 8a060f95b..23583b77f 100644
--- a/www/epiphany/files/patch-src_epiphany.in
+++ b/www/epiphany/files/patch-src_epiphany.in
@@ -1,22 +1,19 @@
---- src/epiphany.in.orig Sat May 3 21:56:42 2003
-+++ src/epiphany.in Sat May 3 21:59:12 2003
-@@ -4,7 +4,7 @@
+--- src/epiphany.in.orig Sat Dec 20 14:35:58 2003
++++ src/epiphany.in Sun Dec 28 16:44:41 2003
+@@ -5,7 +5,7 @@
+ MOZILLA_HOME=@MOZILLA_HOME@
- if test -n "$MOZILLA_FIVE_HOME"; then
- MOZILLA_HOME=$MOZILLA_FIVE_HOME
--elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
-+elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then
- MOZILLA_HOME=@MOZILLA_HOME@
- else
- echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
-@@ -17,4 +17,12 @@
+ if [ -z "$MOZ_PLUGIN_PATH" ]; then
+- MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins:/usr/libexec/plugins/mozilla
++ MOZ_PLUGIN_PATH=%%X11BASE%%/lib/browser_plugins
+ export MOZ_PLUGIN_PATH
+ fi
+
+@@ -28,4 +28,9 @@
MOZILLA_FIVE_HOME=$MOZILLA_HOME
export MOZILLA_FIVE_HOME
-exec "$dist_bin/epiphany-bin" "$@"
-+MOZ_PLUGIN_PATH=%%X11BASE%%/lib/browser_plugins
-+export MOZ_PLUGIN_PATH
-+
+if [ -f %%FLASHPLAYER%% ]; then
+ LD_PRELOAD=%%FLASHPLAYER%%
+ export LD_PRELOAD