diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-19 09:20:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-19 09:20:34 +0800 |
commit | d47aa36976c6f661c05503f1e3f9dd4531a1dd6e (patch) | |
tree | 16e98245355a6b7008a9c0136ad4a40c54185a16 /www/epiphany | |
parent | f7a9fb350af9256d78a2193c9163cf20d4f2a906 (diff) | |
download | freebsd-ports-gnome-d47aa36976c6f661c05503f1e3f9dd4531a1dd6e.tar.gz freebsd-ports-gnome-d47aa36976c6f661c05503f1e3f9dd4531a1dd6e.tar.zst freebsd-ports-gnome-d47aa36976c6f661c05503f1e3f9dd4531a1dd6e.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/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |