From owner-svn-ports-all@freebsd.org Sat Apr 11 15:46:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4B2FE2BC480; Sat, 11 Apr 2020 15:46:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48zzl81bdRz3J8Y; Sat, 11 Apr 2020 15:46:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31C491A69C; Sat, 11 Apr 2020 15:46:44 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03BFkitF067829; Sat, 11 Apr 2020 15:46:44 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03BFkhsS067825; Sat, 11 Apr 2020 15:46:43 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202004111546.03BFkhsS067825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Sat, 11 Apr 2020 15:46:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531431 - in head/net-mgmt/ocsinventory-ocsreports: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: in head/net-mgmt/ocsinventory-ocsreports: . files X-SVN-Commit-Revision: 531431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2020 15:46:44 -0000 Author: mikael Date: Sat Apr 11 15:46:43 2020 New Revision: 531431 URL: https://svnweb.freebsd.org/changeset/ports/531431 Log: net-mgmt/ocsinventory-ocsreports: update to 2.7 - Fetch ocsreports from MASTER_SITES as the github repo doesn't contain the "vendor" directory which is needed for ocsreports. - Add two missing php modules (simplexml and curl) - Sort USE_PHP - Fix pkg-message, the conf is in dbconfig.inc.php Changelog: https://github.com/OCSInventory-NG/OCSInventory-ocsreports/releases/tag/2.7 PR: 245453 Approved by: Geoffroy Desvernay (maintainer) Modified: head/net-mgmt/ocsinventory-ocsreports/Makefile head/net-mgmt/ocsinventory-ocsreports/distinfo head/net-mgmt/ocsinventory-ocsreports/files/pkg-message.in head/net-mgmt/ocsinventory-ocsreports/pkg-plist Modified: head/net-mgmt/ocsinventory-ocsreports/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-ocsreports/Makefile Sat Apr 11 15:44:30 2020 (r531430) +++ head/net-mgmt/ocsinventory-ocsreports/Makefile Sat Apr 11 15:46:43 2020 (r531431) @@ -1,8 +1,10 @@ # $FreeBSD$ PORTNAME= ocsinventory-ocsreports -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= net-mgmt +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${PORTVERSION}/ +DISTNAME= OCSNG_UNIX_SERVER_${PORTVERSION} MAINTAINER= dgeo@centrale-marseille.fr COMMENT= Webconsole for OCS Inventory NG @@ -11,15 +13,21 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:web -USE_PHP= mysqli pcre zlib session xml gd zip openssl mbstring soap +USE_PHP= curl gd mbstring mysqli openssl pcre session simplexml soap xml zip zlib NO_ARCH= yes NO_BUILD= yes -USE_GITHUB= yes GH_ACCOUNT= OCSInventory-NG GH_PROJECT= OCSInventory-ocsreports SUB_FILES= apache.conf pkg-message ETCDIR= ${PREFIX}/etc/ocsinventory-server + +WRKSRC= ${WRKDIR}/${PORTNAME} + +do-extract: + ${TAR} xf ${DISTDIR}/${DISTFILES} -C ${WRKDIR}/ --strip-components=1 \ + --exclude ".git*" ${DISTNAME}/ocsreports + ${MV} ${WRKDIR}/ocsreports ${WRKDIR}/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${ETCDIR} Modified: head/net-mgmt/ocsinventory-ocsreports/distinfo ============================================================================== --- head/net-mgmt/ocsinventory-ocsreports/distinfo Sat Apr 11 15:44:30 2020 (r531430) +++ head/net-mgmt/ocsinventory-ocsreports/distinfo Sat Apr 11 15:46:43 2020 (r531431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583417456 -SHA256 (OCSInventory-NG-OCSInventory-ocsreports-2.6_GH0.tar.gz) = bfd9e6e82e54d12e4b29e6a401b80fc9de95a4c7157fa2cc64c29d09f6c81060 -SIZE (OCSInventory-NG-OCSInventory-ocsreports-2.6_GH0.tar.gz) = 2791940 +TIMESTAMP = 1586615337 +SHA256 (OCSNG_UNIX_SERVER_2.7.tar.gz) = 4fbbf1797a7e20245493d7c714b77893ebfec0c5c5f3f4f898c6aa24ce50dda5 +SIZE (OCSNG_UNIX_SERVER_2.7.tar.gz) = 2895184 Modified: head/net-mgmt/ocsinventory-ocsreports/files/pkg-message.in ============================================================================== --- head/net-mgmt/ocsinventory-ocsreports/files/pkg-message.in Sat Apr 11 15:44:30 2020 (r531430) +++ head/net-mgmt/ocsinventory-ocsreports/files/pkg-message.in Sat Apr 11 15:46:43 2020 (r531431) @@ -2,7 +2,7 @@ { type: install message: <