Index: head/security/rkhunter/Makefile =================================================================== --- head/security/rkhunter/Makefile (revision 156730) +++ head/security/rkhunter/Makefile (revision 156731) @@ -1,47 +1,45 @@ # New ports collection makefile for: rkhunter # Date created: 15 May 2004 # Whom: Radim Kolar # # $FreeBSD$ # PORTNAME= rkhunter -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.8 CATEGORIES= security MASTER_SITES= http://downloads.rootkit.nl/ MAINTAINER= vaidab@safe-mail.net COMMENT= Rootkit detection tool RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget WRKSRC= ${WRKDIR}/${PORTNAME} USE_PERL5= yes NO_BUILD= yes -USE_REINPLACE= yes MAN8= rkhunter.8 MANCOMPRESSED= no PORTDOCS= CHANGELOG README WISHLIST .include .if ${ARCH} == "sparc64" -BROKEN= "Does not build on sparc64" +BROKEN= Does not build on sparc64 .endif do-install: cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX} ${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/files/|} ${DOCSDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/rkhunter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/security/rkhunter/distinfo =================================================================== --- head/security/rkhunter/distinfo (revision 156730) +++ head/security/rkhunter/distinfo (revision 156731) @@ -1,3 +1,3 @@ -MD5 (rkhunter-1.2.7.tar.gz) = 288ba8a87352716384823c9ea1958fa7 -SHA256 (rkhunter-1.2.7.tar.gz) = 469e0087f9ab460d901241b6d80b1ad341ba5827e643127c68c4b865bc9e1972 -SIZE (rkhunter-1.2.7.tar.gz) = 170732 +MD5 (rkhunter-1.2.8.tar.gz) = 41122193b5006b617e03c637a17ae982 +SHA256 (rkhunter-1.2.8.tar.gz) = 7a8c364fe1653c8f9d64054d07d2272ea239a5225ce2044024d79467df873c18 +SIZE (rkhunter-1.2.8.tar.gz) = 126314 Property changes on: head/security/rkhunter/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/security/rkhunter/pkg-plist =================================================================== --- head/security/rkhunter/pkg-plist (revision 156730) +++ head/security/rkhunter/pkg-plist (revision 156731) @@ -1,18 +1,18 @@ -etc/rkhunter.conf bin/rkhunter +etc/rkhunter.conf lib/rkhunter/db/backdoorports.dat +lib/rkhunter/db/defaulthashes.dat +lib/rkhunter/db/md5blacklist.dat lib/rkhunter/db/mirrors.dat lib/rkhunter/db/os.dat lib/rkhunter/db/programs_bad.dat lib/rkhunter/db/programs_good.dat -lib/rkhunter/db/defaulthashes.dat -lib/rkhunter/db/md5blacklist.dat lib/rkhunter/scripts/check_modules.pl lib/rkhunter/scripts/check_port.pl lib/rkhunter/scripts/check_update.sh lib/rkhunter/scripts/filehashmd5.pl lib/rkhunter/scripts/filehashsha1.pl lib/rkhunter/scripts/showfiles.pl @dirrm lib/rkhunter/scripts @dirrm lib/rkhunter/db @dirrm lib/rkhunter Property changes on: head/security/rkhunter/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property