Date: Mon, 10 Jun 2002 18:07:53 +0200 (CEST) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39111: security/logcheck unbreak, make fetchable Message-ID: <200206101607.g5AG7rhF035638@guineapig.pil.dk>
next in thread | raw e-mail | index | archive | help
>Number: 39111 >Category: ports >Synopsis: security/logcheck unbreak, make fetchable >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jun 10 09:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD guineapig.pil.dk 4.5-STABLE FreeBSD 4.5-STABLE #9: Wed Apr 24 10:43:13 CEST 2002 root@prison.pil.dk:/usr/obj/usr/src/sys/PRISON i386 >Description: - chase distfile naming - whitespace nit - remove a directory from pkg-plist which is not actually created >How-To-Repeat: >Fix: --- logcheck begins here --- diff -ruN logcheck.orig/Makefile logcheck/Makefile --- logcheck.orig/Makefile Wed Apr 17 22:48:27 2002 +++ logcheck/Makefile Mon Jun 10 18:04:01 2002 @@ -8,13 +8,14 @@ PORTNAME= logcheck PORTVERSION= 1.1.1 CATEGORIES= security -MASTER_SITES= http://www.psionic.com/tools/ +MASTER_SITES= http://www.psionic.com/downloads/ +DISTFILES= logsentry-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org PKGMESSAGE= ${WRKDIR}/MESSAGE -pre-configure: +pre-configure: ${PERL} -pi -e "s@/usr/local/etc/tmp@${PREFIX}/var/tmp@g" ${WRKSRC}/Makefile ${WRKSRC}/systems/freebsd/logcheck.sh ${PERL} -pi -e "s@/bin/mkdir@${MKDIR}@g" ${WRKSRC}/Makefile diff -ruN logcheck.orig/distinfo logcheck/distinfo --- logcheck.orig/distinfo Sat Dec 25 17:10:58 1999 +++ logcheck/distinfo Mon Jun 10 18:04:08 2002 @@ -1 +1 @@ -MD5 (logcheck-1.1.1.tar.gz) = e97c2f096e219e20310c1b80e9e1bc29 +MD5 (logsentry-1.1.1.tar.gz) = e97c2f096e219e20310c1b80e9e1bc29 diff -ruN logcheck.orig/pkg-plist logcheck/pkg-plist --- logcheck.orig/pkg-plist Sun Mar 11 04:14:12 2001 +++ logcheck/pkg-plist Mon Jun 10 17:57:11 2002 @@ -6,4 +6,3 @@ etc/logcheck.violations.sample @dirrm var/tmp @dirrm var -@dirrm etc/tmp --- logcheck ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206101607.g5AG7rhF035638>