diff options
author | flz <flz@FreeBSD.org> | 2005-04-14 19:11:17 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-14 19:11:17 +0800 |
commit | 99fa94ec49adb4b7fc0cdefabb617a1cf62dc1f7 (patch) | |
tree | 22c818a6e3a390696a42d704fd86f65595c20f7e /security/cfv | |
parent | 62027ba25151f728ced6ab26a656033966bb2958 (diff) | |
download | freebsd-ports-gnome-99fa94ec49adb4b7fc0cdefabb617a1cf62dc1f7.tar.gz freebsd-ports-gnome-99fa94ec49adb4b7fc0cdefabb617a1cf62dc1f7.tar.zst freebsd-ports-gnome-99fa94ec49adb4b7fc0cdefabb617a1cf62dc1f7.zip |
- Update to 1.18.1.
PR: ports/79902
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'security/cfv')
-rw-r--r-- | security/cfv/Makefile | 2 | ||||
-rw-r--r-- | security/cfv/distinfo | 4 | ||||
-rw-r--r-- | security/cfv/pkg-descr | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile index a81ded9423f2..99d12ac10f5f 100644 --- a/security/cfv/Makefile +++ b/security/cfv/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cfv -PORTVERSION= 1.16 +PORTVERSION= 1.18.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/security/cfv/distinfo b/security/cfv/distinfo index 11a3dd1ad5d5..6109fa972979 100644 --- a/security/cfv/distinfo +++ b/security/cfv/distinfo @@ -1,2 +1,2 @@ -MD5 (cfv-1.16.tar.gz) = 7842e0c2482eb2c59831ca67024a00a2 -SIZE (cfv-1.16.tar.gz) = 51012 +MD5 (cfv-1.18.1.tar.gz) = f1779d83c5f0ddaa4df864e19ec95ffc +SIZE (cfv-1.18.1.tar.gz) = 65578 diff --git a/security/cfv/pkg-descr b/security/cfv/pkg-descr index f13da078eecf..3add870166f4 100644 --- a/security/cfv/pkg-descr +++ b/security/cfv/pkg-descr @@ -2,7 +2,8 @@ cfv is a utility to both test and create .sfv, .csv and md5sum files. These files are commonly used to ensure the correct retrieval or storage of data. Features: - - supports .sfv, .csv(2, 3, and 4 field variants) and md5sum file formats + - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, bsd md5 + sha1sum, .torrent and (test-only) .par, .par2 file formats - automatic checksum file naming ability in create mode - recursive operation - show unverified files option |