From owner-svn-ports-head@freebsd.org Tue Apr 11 00:48:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03792D376B8; Tue, 11 Apr 2017 00:48:24 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id C7AFA7D6; Tue, 11 Apr 2017 00:48:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3B0mMSR039296; Tue, 11 Apr 2017 00:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3B0mM5Q039295; Tue, 11 Apr 2017 00:48:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704110048.v3B0mM5Q039295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Apr 2017 00:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438239 - head/net-mgmt/ocsinventory-ng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 00:48:24 -0000 Author: sunpoet Date: Tue Apr 11 00:48:22 2017 New Revision: 438239 URL: https://svnweb.freebsd.org/changeset/ports/438239 Log: Remove Perl core module - Add LICENSE_FILE - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/net-mgmt/ocsinventory-ng/Makefile Modified: head/net-mgmt/ocsinventory-ng/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-ng/Makefile Tue Apr 11 00:48:17 2017 (r438238) +++ head/net-mgmt/ocsinventory-ng/Makefile Tue Apr 11 00:48:22 2017 (r438239) @@ -2,7 +2,7 @@ PORTNAME= ocsinventory-ng PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://launchpadlibrarian.net/179739296/ DISTNAME= OCSNG_UNIX_SERVER-${PORTVERSION} @@ -11,9 +11,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Open Computer and Software Inventory Next Generation LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \ - p5-Compress-Raw-Zlib>=0:archivers/p5-Compress-Raw-Zlib \ p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-Apache-DBI>=0:www/p5-Apache-DBI \ @@ -25,6 +25,7 @@ USES= mysql perl5 USE_APACHE_RUN= 22+ WANT_PHP_WEB= yes USE_PHP= mysql pcre zlib session xml gd zip openssl mbstring +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${DISTNAME} SUB_FILES= pkg-message