pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/prelude-correlator Fix packaging with py-setu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e0fc52b3031
branches:  trunk
changeset: 643440:8e0fc52b3031
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 18 13:36:48 2014 +0000

description:
Fix packaging with py-setuptools-0.8.

While here, fix interpreter path in installed file. Bump PKGREVISION.

diffstat:

 security/prelude-correlator/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 92282a793620 -r 8e0fc52b3031 security/prelude-correlator/Makefile
--- a/security/prelude-correlator/Makefile      Thu Dec 18 12:33:30 2014 +0000
+++ b/security/prelude-correlator/Makefile      Thu Dec 18 13:36:48 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2014/05/09 07:37:17 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/18 13:36:48 wiz Exp $
 
 DISTNAME=      prelude-correlator-0.9.0-beta8
 PKGNAME=       prelude-correlator-${DISTNAME:S/-beta/beta/:C/.*-//}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    security
 MASTER_SITES=  http://www.prelude-ids.com/download/releases/prelude-correlator/
 
@@ -49,9 +49,9 @@
 REQD_DIRS+=            ${PRELUDE_HOME}
 REQD_DIRS_PERMS+=      ${PRELUDE_HOME} ${PRELUDE_USER} ${PRELUDE_GROUP} 0700
 
-REPLACE_PYTHON=                ${WRKSRC}/*.py
+REPLACE_PYTHON=                PreludeCorrelator/main.py
 PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # not yet ported as of 0.9.0beta8
-EGG_NAME=              prelude_correlator-0.9.0_beta8
+EGG_NAME=              prelude_correlator-0.9.0b8
 
 pre-patch:
        ${CP} ${FILESDIR}/run-prelude-correlator.c ${WRKSRC}
@@ -67,5 +67,6 @@
            ${DESTDIR}${EGDIR}
 
 .include "../../security/libprelude-python/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index