diff options
author | thierry <thierry@FreeBSD.org> | 2006-12-20 05:34:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-12-20 05:34:10 +0800 |
commit | e625928669234589e5719e30db473e29685f21e8 (patch) | |
tree | 86d2310e7aff99d6fd2baaa031e1c747f6ff2373 /converters/ascii2binary/Makefile | |
parent | 3828fc39e5d63eefcdca3ff5af0109f10b93f877 (diff) | |
download | freebsd-ports-gnome-e625928669234589e5719e30db473e29685f21e8.tar.gz freebsd-ports-gnome-e625928669234589e5719e30db473e29685f21e8.tar.zst freebsd-ports-gnome-e625928669234589e5719e30db473e29685f21e8.zip |
Upgrade to v. 2.12.
Changelog at <http://billposer.org/Software/a2b.html#changelog>.
Diffstat (limited to 'converters/ascii2binary/Makefile')
-rw-r--r-- | converters/ascii2binary/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 96527d78dfcb..9dfd01ffe726 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -6,9 +6,10 @@ # PORTNAME= ascii2binary -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= converters MASTER_SITES= http://billposer.org/Software/Downloads/ +EXTRACT_SUFX= .tbz MAINTAINER= thierry@FreeBSD.org COMMENT= Convert between textual representations of numbers and binary |