diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-17 05:56:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-17 05:56:57 +0000 |
commit | b64542c918bcd4265f50cfbb5986770dac90f81f (patch) | |
tree | 2987ece95862ae98a31ed588214a20c826ba546a /security/chkrootkit | |
parent | 51d8e34c5b4d0c5d3563362d64adbc4c6d41ce30 (diff) | |
download | ports-b64542c918bcd4265f50cfbb5986770dac90f81f.tar.gz ports-b64542c918bcd4265f50cfbb5986770dac90f81f.zip |
Fix checksum problem on bento by updating to 0.31. Also start using the
versioned distfiles since they are available.
Notes
Notes:
svn path=/head/; revision=41497
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 cf8672042719..699c3256d9ec 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 03a2631ca1d4..8358825c952e 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 b2495db46db6..43595e10b4fe 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 |