diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-28 21:37:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-28 21:37:53 +0000 |
commit | b12831f94a1b89940b8ce577b7a9c2cd20a38782 (patch) | |
tree | cea5de5a41010fbf6fc6186041233a9897d82deb /www/firefox-esr/Makefile | |
parent | f9ceeb4839942474e3d633148cfacdda6edce32d (diff) |
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.
Notes
Notes:
svn path=/head/; revision=120438
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index a62cffed60b1..0dc8d6103e9d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/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} |