Date: Wed, 11 Feb 2009 09:16:25 GMT From: Vladimir Korkodinov <viper@perm.raid.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131585: [PATCH] security/libpreludedb: change version after commit pr=131286 Message-ID: <200902110916.n1B9GP4s061783@www.freebsd.org> Resent-Message-ID: <200902110920.n1B9K4Dl078689@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131585 >Category: ports >Synopsis: [PATCH] security/libpreludedb: change version after commit pr=131286 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 11 09:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Vladimir Korkodinov >Release: 6.4-STABLE >Organization: >Environment: uname -a FreeBSD monitor4 6.4-STABLE FreeBSD 6.4-STABLE #2: Mon Jan 26 15:16:07 YEKT 2009 root@monitor5:/usr/obj/usr/src/sys/viper i386 >Description: we need change the version number of library after commit this PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=131286) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libpreludedb.old/Makefile libpreludedb/Makefile --- libpreludedb.old/Makefile 2008-12-01 02:00:11.000000000 +0500 +++ libpreludedb/Makefile 2009-02-11 13:07:47.000000000 +0500 @@ -5,6 +5,7 @@ PORTNAME= libpreludedb PORTVERSION= 0.9.15.1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old @@ -12,7 +13,7 @@ MAINTAINER= r.gruyters@snow.nl COMMENT= Framework library for access to Prelude NIDS database -LIB_DEPENDS= prelude.17:${PORTSDIR}/security/libprelude +LIB_DEPENDS= prelude.19:${PORTSDIR}/security/libprelude USE_GMAKE= yes GNU_CONFIGURE= yes @@ -33,6 +34,7 @@ .if defined(WITH_PERL) USE_PERL5= yes +.include "${PORTSDIR}/Mk/bsd.perl.mk" CONFIGURE_ARGS+= --with-perl PLIST_SUB+= WITH_PERL="" .else @@ -42,6 +44,7 @@ .if defined(WITH_PYTHON) USE_PYTHON= 2.3+ +.include "${PORTSDIR}/Mk/bsd.python.mk" CONFIGURE_ARGS+= --with-python PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER} .else @@ -86,7 +89,6 @@ @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} .endif - @${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/ .include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902110916.n1B9GP4s061783>