--- py-prewikka/Makefile Wed Apr 19 09:36:27 2006 +++ py-prewikka/Makefile Wed Apr 19 09:24:30 2006 @@ -1,25 +1,28 @@ -# New ports collection makefile for: prewikka -# Date created: 2006-03-13 -# Whom: Robin Gruyters +# New ports collection makefile for: prewikka +# Date created: 2006-04-18 +# Whom: Robin Gruyters # # $FreeBSD$ # -PORTNAME= prewikka -PORTVERSION= 0.9.4 -CATEGORIES= www security python -MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ - http://www.prelude-ids.org/download/releases/old/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTNAME= prewikka +PORTVERSION= 0.9.4 +CATEGORIES= www security python +MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ + http://www.prelude-ids.org/download/releases/old/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= r.gruyters@yirdis.nl -COMMENT= Frontend for the Prelude IDS +MAINTAINER= r.gruyters@yirdis.nl +COMMENT= Frontend for the Prelude IDS -BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah -LIB_DEPENDS= prelude.7:${PORTSDIR}/security/libprelude \ - preludedb.3:${PORTSDIR}/security/libpreludedb +BUILD_DEPENDS= cheetah-compile:${PORTSDIR}/devel/py-cheetah +LIB_DEPENDS= prelude.7:${PORTSDIR}/security/libprelude \ + preludedb.3:${PORTSDIR}/security/libpreludedb -USE_PYTHON= 2.3+ -USE_PYDISTUTILS= yes +USE_PYTHON= 2.3+ +USE_PYDISTUTILS= yes + +pre-install: + @${RM} ${WRKSRC}/build/lib/__init__.py .include --- py-prewikka/files/patch-prewikka.cgi.in Thu Jan 1 01:00:00 1970 +++ py-prewikka/files/patch-prewikka.cgi.in Wed Apr 19 09:04:26 2006 @@ -0,0 +1,8 @@ +--- cgi-bin/prewikka.cgi.orig Wed Jan 4 14:43:13 2006 ++++ cgi-bin/prewikka.cgi Wed Apr 19 09:03:11 2006 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/local/bin/python + + # Copyright (C) 2004,2005 PreludeIDS Technologies. All Rights Reserved. + # Author: Nicolas Delon