diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-17 13:26:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-17 13:26:15 +0800 |
commit | beddfa71c491d5f0b2ebda068737ce75071730b4 (patch) | |
tree | f172a47b0c1ee5c3026093ab8a54d6d22a44930b /www | |
parent | df93eea20dfec0f609e78e3b59dafe861f295d78 (diff) | |
download | freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.gz freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.tar.zst freebsd-ports-gnome-beddfa71c491d5f0b2ebda068737ce75071730b4.zip |
Catch up with Mozilla 1.6.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 | ||||
-rw-r--r-- | www/galeon/Makefile | 1 | ||||
-rw-r--r-- | www/galeon2/Makefile | 3 | ||||
-rw-r--r-- | www/mozilla-gtk1/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla-gtk2/Makefile | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e526add2d966..49d99303fc36 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,6 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 @@ -19,7 +20,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.6" MOZILLA= mozilla-gtk2 HEADERS_SUFX= diff --git a/www/galeon/Makefile b/www/galeon/Makefile index ab3894a6ae00..e59c9ecc789e 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon PORTVERSION= 1.2.13 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 91dfddf90c78..65bca6982bb0 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.11a +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${X11BASE}/include/mozilla${HEADERS_SUFX}/gtkembedmoz/gtkmozembed ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="1.5" +MOZ_CONFIGURE_ARGS= --with-mozilla-snapshot="trunk" MOZILLA= mozilla-gtk2 HEADERS_SUFX= diff --git a/www/mozilla-gtk1/Makefile b/www/mozilla-gtk1/Makefile index 0704a7a60094..f12696c810a9 100644 --- a/www/mozilla-gtk1/Makefile +++ b/www/mozilla-gtk1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 1 +PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= www diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile index 0704a7a60094..f12696c810a9 100644 --- a/www/mozilla-gtk2/Makefile +++ b/www/mozilla-gtk2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mozilla -PORTREVISION= 1 +PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= www |