ports/131585: [PATCH] security/libpreludedb: change version after commit pr=131286

Vladimir Korkodinov viper at perm.raid.ru
Wed Feb 11 09:20:04 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list