diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-12-07 14:55:24 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-12-07 14:55:24 +0000 |
commit | f0e311167123fba8a22c5039df8d3c29a23fee12 (patch) | |
tree | 0a45f7c4e7d11f06d7e06481cd94969e9a00c07d /textproc/texi2html | |
parent | c130a0280cf7bcabbede45465d3c576c83dd6fa0 (diff) | |
download | ports-f0e311167123fba8a22c5039df8d3c29a23fee12.tar.gz ports-f0e311167123fba8a22c5039df8d3c29a23fee12.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.
Notes
Notes:
svn path=/head/; revision=123402
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 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/ |