diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-29 05:37:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-29 05:37:53 +0800 |
commit | 205fe0bf7e50b0faa0007e2f517618810e27fb7c (patch) | |
tree | 73471b82cd7409882f54ff22d1127594c691efec /www/firefox/Makefile | |
parent | 34be4fa8cc6209860477c3a005f7ff2106651fcf (diff) | |
download | freebsd-ports-gnome-205fe0bf7e50b0faa0007e2f517618810e27fb7c.tar.gz freebsd-ports-gnome-205fe0bf7e50b0faa0007e2f517618810e27fb7c.tar.zst freebsd-ports-gnome-205fe0bf7e50b0faa0007e2f517618810e27fb7c.zip |
Update to 1.0.r (aka 1.0 Release Candidate 1). So far, the release notes have
not been published, but see
http://www.squarefree.com/burningedge/releases/1.0.html for a list of changes.
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a62cffed60b1..0dc8d6103e9d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -6,12 +6,12 @@ # PORTNAME= firefox -PORTVERSION= 1.0.1.p -PORTREVISION= 4 +PORTVERSION= 1.0.r1 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${REALVERSION} -DISTNAME= ${PORTNAME}-1.0PR-source +MASTER_SITE_SUBDIR= ${PORTNAME}/releases/1.0rc1 +DISTNAME= ${PORTNAME}-1.0rc1-source MAINTAINER= gnome@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla @@ -25,7 +25,7 @@ RUN_DEPENDS= Xvfb:${X_VFBSERVER_PORT} ALL_TARGET= default CONFIGURE_ENV= LOCALBASE=${LOCALBASE} FAKEDIR= ${WRKDIR}/fake -REALVERSION= 0.10.1 +REALVERSION= 1.0 HAS_CONFIGURE= yes ESD_LIB= libesd.so.2 LOCAL_PREFIX= ${PREFIX}/lib/${PORTNAME} |