diff options
author | Nik Clayton <nik@FreeBSD.org> | 2005-07-13 20:25:55 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2005-07-13 20:25:55 +0000 |
commit | 34efe7cade4eeeb80273ebdd0675fc7dcdd706d7 (patch) | |
tree | d16b48bd30882621181b5569b865665434b4daef /textproc/scr2txt/Makefile | |
parent | 080e5674e5b13370e47a37cc6618c241000976c0 (diff) |
Update to version 1.2, which adds support for emitting ANSI escape sequences
to re-create the snapshot colours.
Notes
Notes:
svn path=/head/; revision=139129
Diffstat (limited to 'textproc/scr2txt/Makefile')
-rw-r--r-- | textproc/scr2txt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 04fd405b578d..ba7a4bf4c5c4 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scr2txt -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} |