diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 09:49:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-09 09:49:02 +0000 |
commit | f539100eef29c19f88cade661fbd4efdb2f2cd7c (patch) | |
tree | a61ac07f5906c256bf0da65de539d6d3e42a01b1 /textproc/vbindiff/Makefile | |
parent | 4ccd3c823d29591a707f649ac6275bf1caa7ae38 (diff) | |
download | ports-f539100eef29c19f88cade661fbd4efdb2f2cd7c.tar.gz ports-f539100eef29c19f88cade661fbd4efdb2f2cd7c.zip |
Notes
Diffstat (limited to 'textproc/vbindiff/Makefile')
-rw-r--r-- | textproc/vbindiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/vbindiff/Makefile b/textproc/vbindiff/Makefile index 413d106b7fc8..d18e666275a6 100644 --- a/textproc/vbindiff/Makefile +++ b/textproc/vbindiff/Makefile @@ -6,12 +6,12 @@ # PORTNAME= vbindiff -PORTVERSION= 3.0.b1 +PORTVERSION= 3.0.b4 CATEGORIES= textproc MASTER_SITES= http://www.cjmweb.net/vbindiff/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/_beta1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/_beta/} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Visual binary diff, visually compare binary files GNU_CONFIGURE= yes |