diff options
author | thierry <thierry@FreeBSD.org> | 2010-09-09 04:20:01 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-09-09 04:20:01 +0800 |
commit | 8274e63fa3baf25e225a22a24d8aaf2d197123df (patch) | |
tree | d3758f619585026bc3c6839d6d00ab13379349ed /converters | |
parent | cd4c6974e9624df8772e03fae3ce99237b22ad5c (diff) | |
download | freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.tar.gz freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.tar.zst freebsd-ports-gnome-8274e63fa3baf25e225a22a24d8aaf2d197123df.zip |
Upgrade to 2.14.
Changelog at <http://billposer.org/Software/Ascii2BinaryChangeLog.html>.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ascii2binary/Makefile | 5 | ||||
-rw-r--r-- | converters/ascii2binary/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile index 09fa52bb728c..43f4efb714da 100644 --- a/converters/ascii2binary/Makefile +++ b/converters/ascii2binary/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ascii2binary -PORTVERSION= 2.13 -PORTREVISION= 2 +PORTVERSION= 2.14 CATEGORIES= converters MASTER_SITES= http://billposer.org/Software/Downloads/ @@ -17,6 +16,8 @@ COMMENT= Convert between textual representations of numbers and binary USE_BZIP2= yes USE_GETTEXT= yes +LICENSE= GPLv3 + GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/converters/ascii2binary/distinfo b/converters/ascii2binary/distinfo index 3dd52c0d1828..c257ecd0cf0d 100644 --- a/converters/ascii2binary/distinfo +++ b/converters/ascii2binary/distinfo @@ -1,3 +1,3 @@ -MD5 (ascii2binary-2.13.tar.bz2) = f87e2cf9acb3f4147b67e1d28c6d49ac -SHA256 (ascii2binary-2.13.tar.bz2) = 39f10e715975ff17467d3ef2e48faa36fbdab3850d2ad1b2d36f79a473c848ca -SIZE (ascii2binary-2.13.tar.bz2) = 74899 +MD5 (ascii2binary-2.14.tar.bz2) = eb885fabca10793ff26051b61cfbdcaf +SHA256 (ascii2binary-2.14.tar.bz2) = 2635184f3281c8871298be037dbba2a294b97e30784b0374d2ebdeda58778935 +SIZE (ascii2binary-2.14.tar.bz2) = 83091 |