diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-25 06:05:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-25 06:05:28 +0000 |
commit | 248fe32bb2387772af3df3517f791c47811f9626 (patch) | |
tree | 592128e6546d13476d89da975df73e5634e2ba33 /www/kazehakase | |
parent | 033ab8db824cfd8acaafc100392e9de80f948e26 (diff) |
Notes
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 2 | ||||
-rw-r--r-- | www/kazehakase/files/patch-configure | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index de1dca6693a6..cd58ec2dc9f4 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -7,7 +7,7 @@ PORTNAME= kazehakase PORTVERSION= 0.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ${PORTNAME}/13324 diff --git a/www/kazehakase/files/patch-configure b/www/kazehakase/files/patch-configure index cc1d7dbe2e7e..d6af56573c56 100644 --- a/www/kazehakase/files/patch-configure +++ b/www/kazehakase/files/patch-configure @@ -1,8 +1,10 @@ ---- configure.orig Tue Feb 8 23:14:06 2005 -+++ configure Tue Feb 8 23:18:54 2005 -@@ -19192,6 +19192,8 @@ +--- configure.orig Tue Mar 22 03:56:40 2005 ++++ configure Tue Mar 22 03:57:09 2005 +@@ -19191,7 +19191,10 @@ + 1.7.2) MOZILLA_SNAPSHOT=15 ;; 1.7.3) MOZILLA_SNAPSHOT=15 ;; 1.7.5) MOZILLA_SNAPSHOT=16 ;; ++ 1.7.6) MOZILLA_SNAPSHOT=16 ;; 1.8a3) MOZILLA_SNAPSHOT=17 ;; + 1.8a5) MOZILLA_SNAPSHOT=17 ;; + 1.8a6) MOZILLA_SNAPSHOT=17 ;; |