Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2011 13:30:50 GMT
From:      Sergey Zaykov <mail_of_sergey@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158311: [net-mgmt/ocsinventory-ng] OCS Inventory NG 2.0 stable published
Message-ID:  <201106261330.p5QDUofq000322@red.freebsd.org>
Resent-Message-ID: <201106261340.p5QDe19I058264@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158311
>Category:       ports
>Synopsis:       [net-mgmt/ocsinventory-ng] OCS Inventory NG 2.0 stable published
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 26 13:40:00 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Zaykov
>Release:        8.2
>Organization:
TSU
>Environment:
>Description:
This patch upgrade OCSInventory Port's Makefile to OCS Inventory NG 2.0 stable.
Please test it
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-06-26 17:23:33.000000000 +0400
+++ Makefile	2011-06-26 17:18:46.000000000 +0400
@@ -5,24 +5,29 @@
 # $FreeBSD: ports/net-mgmt/ocsinventory-ng/Makefile,v 1.13 2011/03/01 11:34:05 araujo Exp $
 
 PORTNAME=	ocsinventory-ng
-PORTVERSION=	1.3.3
+PORTVERSION=	2.0
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://launchpad.net/ocsinventory-server/stable-${PORTVERSION:R}/${PORTVERSION}/+download/
+MASTER_SITES=	http://launchpad.net/ocsinventory-server/stable-${PORTVERSION}/${PORTVERSION}/+download/
 DISTNAME=	OCSNG_UNIX_SERVER-${PORTVERSION}
 
 MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	Open Computer and Software Inventory Next Generation
 
 RUN_DEPENDS=	${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
+		${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
 		${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
 		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
+		${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \
 		${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \
-		${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
+		${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \
+		${SITE_PERL}/XML/Entities.pm:${PORTSDIR}/textproc/p5-XML-Entities \
+		${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
 
 FETCH_ARGS=
 LICENSE=	GPLv2
 USE_APACHE=	2.0+
-USE_MYSQL=	yes
+USE_MYSQL=	41+
+USE_PERL5=	5.8.0+
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 IGNORE_WITH_PHP=	3


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106261330.p5QDUofq000322>