diff options
author | roam <roam@FreeBSD.org> | 2004-12-07 14:55:24 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-07 14:55:24 +0000 |
commit | 56fa47c6f2848b28bb881747c260456be7fefffb (patch) | |
tree | d711850b67c5286769c6c05379eab453b1aba407 /textproc/texi2html | |
parent | f9f431fb5b77fdc4be111285888ee5d4bd81032a (diff) | |
download | FreeBSD-ports-56fa47c6f2848b28bb881747c260456be7fefffb.zip FreeBSD-ports-56fa47c6f2848b28bb881747c260456be7fefffb.tar.gz |
Errr.. oops. When I bumped the port revision, I certainly did not mean
to also increase the version to 1.70. Yes, an update to 1.70 is indeed
in progress, but for the present we are still at 1.66_3.
D'oh.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 199d580..e05f721 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -6,8 +6,9 @@ # PORTNAME= texi2html -PORTVERSION= 1.70 +PORTVERSION= 1.66 PORTREVISION= 3 +PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= http://www.cvshome.org/files/70/10/ |