diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-09-08 20:20:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-09-08 20:20:01 +0000 |
commit | 61eb9744a8a4add01ac67dbd57e047ed4ae720eb (patch) | |
tree | 2c4c8083c2e0f87e3d935fb4ce2780b1d3743dd0 /converters | |
parent | 78d938d58fb20da5543c232a54090e56a385a048 (diff) | |
download | ports-61eb9744a8a4add01ac67dbd57e047ed4ae720eb.tar.gz ports-61eb9744a8a4add01ac67dbd57e047ed4ae720eb.zip |
Notes
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 |