diff options
author | sem <sem@FreeBSD.org> | 2005-08-29 20:59:16 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-08-29 20:59:16 +0800 |
commit | 673d8ebdd9071590d7360d2f0531df7784560212 (patch) | |
tree | 95713b10dae10eb82cecaeb90441ec780ec182b0 /security/cksfv | |
parent | 874ebc003367e818e227d7451459680c48841010 (diff) | |
download | freebsd-ports-gnome-673d8ebdd9071590d7360d2f0531df7784560212.tar.gz freebsd-ports-gnome-673d8ebdd9071590d7360d2f0531df7784560212.tar.zst freebsd-ports-gnome-673d8ebdd9071590d7360d2f0531df7784560212.zip |
- Update to 1.3.6
- Update WWW in pkg-descr
- Pass maintainership to submitter
PR: ports/84998
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Diffstat (limited to 'security/cksfv')
-rw-r--r-- | security/cksfv/Makefile | 12 | ||||
-rw-r--r-- | security/cksfv/distinfo | 4 | ||||
-rw-r--r-- | security/cksfv/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/cksfv/Makefile b/security/cksfv/Makefile index 12f89a0bcb77..4352bb769382 100644 --- a/security/cksfv/Makefile +++ b/security/cksfv/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: cksfv -# Date created: 18 October 2000 -# Whom: Johann Visagie <johann@egenetics.com> +# Date created: 18 October 2000 +# Whom: Johann Visagie <johann@egenetics.com> # # $FreeBSD$ # PORTNAME= cksfv -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= security -MASTER_SITES= http://www.modeemi.fi/~shd/foss/cksfv/files/ +MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= Create or manipulate Simple File Verification (SFV) checksum files PLIST_FILES= bin/cksfv @@ -18,6 +18,6 @@ PLIST_FILES= bin/cksfv HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man --prefix=${PREFIX} -MAN1= cksfv.1 +MAN1= cksfv.1 .include <bsd.port.mk> diff --git a/security/cksfv/distinfo b/security/cksfv/distinfo index 7798490d76bb..f7b5d970ea32 100644 --- a/security/cksfv/distinfo +++ b/security/cksfv/distinfo @@ -1,2 +1,2 @@ -MD5 (cksfv-1.3.5.tar.gz) = d6f1b8f1e6dc251f5e815406d30f8afc -SIZE (cksfv-1.3.5.tar.gz) = 23387 +MD5 (cksfv-1.3.6.tar.gz) = e952bae247ddce191a0f807966efa9d7 +SIZE (cksfv-1.3.6.tar.gz) = 23636 diff --git a/security/cksfv/pkg-descr b/security/cksfv/pkg-descr index 834bc4d5a62c..e870d86c07e4 100644 --- a/security/cksfv/pkg-descr +++ b/security/cksfv/pkg-descr @@ -6,4 +6,4 @@ CRC-32 checksums for all the files that comprise the package. cksfv (Check SFV) can both create simple file verification (SFV) files, and test file integrity against existing SFV files. -WWW: http://www.modeemi.fi/~shd/foss/cksfv/ +WWW: http://freshmeat.net/projects/cksfv |