diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-19 01:20:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-19 01:20:34 +0000 |
commit | cc74aaec93e5eafb1ec4ed4daa6fa3fba41541cf (patch) | |
tree | 1467a121331bd5a9a7129313a0b66bb1871c2722 /www | |
parent | bf849d54650ce66f816ed6b51a178935560f3a4d (diff) | |
download | freebsd-ports-cc74aaec93e5eafb1ec4ed4daa6fa3fba41541cf.zip |
Bump PORTREVISIONS to fix a problem with the recent Mozilla move. Basically,
mozilla[-devel]-gtk2 users were greeted with a hidden PORTREVISION bump,
and when Mozilla was updated, these applications broke. This will force them
to be rebuilt as well.
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/Makefile | 1 | ||||
-rw-r--r-- | www/mozilla-bonobo/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e7580becb0de..8d54ac196153 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,7 +7,7 @@ PORTNAME= epiphany PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 770ad9902af3..c40c4599d170 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.13a +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index 38978adabec5..43bbffe879b0 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla-bonobo PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= moz-bonobo |