diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 03:41:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-12 03:41:55 +0800 |
commit | b6af29de089437906233d7b51b64c4ca598bdb77 (patch) | |
tree | 35fbcb0e4788ebeb3e4d6671f57fa15ea956ddf9 | |
parent | 2e29aa6d1a16948fc3b950194aff585b5aecdbed (diff) | |
download | marcuscom-ports-b6af29de089437906233d7b51b64c4ca598bdb77.tar.gz marcuscom-ports-b6af29de089437906233d7b51b64c4ca598bdb77.tar.zst marcuscom-ports-b6af29de089437906233d7b51b64c4ca598bdb77.zip |
Ignore previous commit. DISTVERSION was being correctly used.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4822 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/firefox-devel/Makefile | 6 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index bf5605e8d..068f050ac 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -3,13 +3,13 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.16 2005/09/10 18:33:57 pav Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.17 2005/09/11 19:40:29 marcus Exp $ # PORTNAME= firefox -DISTVERSION= 1.5.b1 +DISTVERSION= 1.5b1 PORTREVISION= 1 -PORTEPOCH= 2 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source/ diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index bf5605e8d..068f050ac 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -3,13 +3,13 @@ # Whom: Alan Eldridge <alane@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/firefox-devel/Makefile,v 1.16 2005/09/10 18:33:57 pav Exp $ +# $MCom: ports/www/firefox-devel/Makefile,v 1.17 2005/09/11 19:40:29 marcus Exp $ # PORTNAME= firefox -DISTVERSION= 1.5.b1 +DISTVERSION= 1.5b1 PORTREVISION= 1 -PORTEPOCH= 2 +PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source/ |