diff options
author | roam <roam@FreeBSD.org> | 2004-12-07 22:55:24 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-12-07 22:55:24 +0800 |
commit | 56fa47c6f2848b28bb881747c260456be7fefffb (patch) | |
tree | d711850b67c5286769c6c05379eab453b1aba407 /textproc | |
parent | f9f431fb5b77fdc4be111285888ee5d4bd81032a (diff) | |
download | freebsd-ports-gnome-56fa47c6f2848b28bb881747c260456be7fefffb.tar.gz freebsd-ports-gnome-56fa47c6f2848b28bb881747c260456be7fefffb.tar.zst freebsd-ports-gnome-56fa47c6f2848b28bb881747c260456be7fefffb.zip |
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')
-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 199d580c0062..e05f721eb716 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/ |