diff options
author | will <will@FreeBSD.org> | 2001-04-17 13:56:57 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-17 13:56:57 +0800 |
commit | 47b63fc7d898bdabe08ce7c04c6b629645f61945 (patch) | |
tree | 7a48605d78dca209cc1c4675db6e1f37cdced3bd /security/chkrootkit | |
parent | b89b6319847f33cd515fd85a2b9f81b7429eb941 (diff) | |
download | freebsd-ports-graphics-47b63fc7d898bdabe08ce7c04c6b629645f61945.tar.gz freebsd-ports-graphics-47b63fc7d898bdabe08ce7c04c6b629645f61945.tar.zst freebsd-ports-graphics-47b63fc7d898bdabe08ce7c04c6b629645f61945.zip |
Fix checksum problem on bento by updating to 0.31. Also start using the
versioned distfiles since they are available.
Diffstat (limited to 'security/chkrootkit')
-rw-r--r-- | security/chkrootkit/Makefile | 3 | ||||
-rw-r--r-- | security/chkrootkit/distinfo | 2 | ||||
-rw-r--r-- | security/chkrootkit/pkg-plist | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/security/chkrootkit/Makefile b/security/chkrootkit/Makefile index cf867204271..699c3256d9e 100644 --- a/security/chkrootkit/Makefile +++ b/security/chkrootkit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= chkrootkit -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= security MASTER_SITES= ftp://ftp.pangeia.com.br/pub/seg/pac/ -DISTNAME= ${PORTNAME} MAINTAINER= cordeiro@iqm.unicamp.br diff --git a/security/chkrootkit/distinfo b/security/chkrootkit/distinfo index 03a2631ca1d..8358825c952 100644 --- a/security/chkrootkit/distinfo +++ b/security/chkrootkit/distinfo @@ -1 +1 @@ -MD5 (chkrootkit.tar.gz) = 2f1c9ec3c3bf62d50c70e25a52ddc1d7 +MD5 (chkrootkit-0.31.tar.gz) = 949f65809b8cf95ee025ea4264cc8c43 diff --git a/security/chkrootkit/pkg-plist b/security/chkrootkit/pkg-plist index b2495db46db..43595e10b4f 100644 --- a/security/chkrootkit/pkg-plist +++ b/security/chkrootkit/pkg-plist @@ -3,7 +3,6 @@ sbin/chklastlog sbin/chkwtmp sbin/ifpromisc share/doc/chkrootkit/COPYRIGHT -share/doc/chkrootkit/README share/doc/chkrootkit/README.chklastlog share/doc/chkrootkit/README.chkwtmp @dirrm share/doc/chkrootkit |