From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA524F075C5; Sun, 25 Feb 2018 05:32:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC70B6B54A; Sun, 25 Feb 2018 05:32:29 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B56A780; Sun, 25 Feb 2018 05:32:29 +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 w1P5WT20064224; Sun, 25 Feb 2018 05:32:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WTnt064222; Sun, 25 Feb 2018 05:32:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WTnt064222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Feb 2018 05:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462911 - head/www/phpsysinfo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/phpsysinfo X-SVN-Commit-Revision: 462911 X-SVN-Commit-Repository: ports 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.25 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: Sun, 25 Feb 2018 05:32:31 -0000 Author: sunpoet Date: Sun Feb 25 05:32:29 2018 New Revision: 462911 URL: https://svnweb.freebsd.org/changeset/ports/462911 Log: Update to 3.2.10 - While I'm here: - Sort USE_PHP - Fix PLIST_FILES Changes: https://github.com/phpsysinfo/phpsysinfo/releases PR: 225948 Submitted by: Ralf van der Enden (maintainer) Deleted: head/www/phpsysinfo/pkg-plist Modified: head/www/phpsysinfo/Makefile head/www/phpsysinfo/distinfo Modified: head/www/phpsysinfo/Makefile ============================================================================== --- head/www/phpsysinfo/Makefile Sun Feb 25 05:32:24 2018 (r462910) +++ head/www/phpsysinfo/Makefile Sun Feb 25 05:32:29 2018 (r462911) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= phpsysinfo -PORTVERSION= 3.2.8 DISTVERSIONPREFIX= v +DISTVERSION= 3.2.10 CATEGORIES= www MAINTAINER= tremere@cainites.net @@ -12,20 +12,21 @@ COMMENT= PHP script for displaying system information LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes - USES= php:web shebangfix +USE_GITHUB= yes SHEBANG_FILES= tools/check.sh -USE_PHP= dom pcre xml simplexml mbstring +USE_PHP= dom mbstring pcre simplexml xml NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message -PLIST_SUB= NOBINMODE="${NOBINMODE}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" +PLIST_FILES= "@sample ${WWWDIR}/phpsysinfo.ini.new ${WWWDIR}/phpsysinfo.ini" do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - cd ${WRKSRC} && ${FIND} . \! -name .travis.yml \ - | ${CPIO} -pdm ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name .travis.yml ! -name .gitignore") + @${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' > ${TMPPLIST} .include Modified: head/www/phpsysinfo/distinfo ============================================================================== --- head/www/phpsysinfo/distinfo Sun Feb 25 05:32:24 2018 (r462910) +++ head/www/phpsysinfo/distinfo Sun Feb 25 05:32:29 2018 (r462911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507813018 -SHA256 (phpsysinfo-phpsysinfo-v3.2.8_GH0.tar.gz) = 18eb08b9bc2168b1189ca3cad01b47c3d676f4380f2ed9b3289029b48c86e42c -SIZE (phpsysinfo-phpsysinfo-v3.2.8_GH0.tar.gz) = 1006812 +TIMESTAMP = 1518524768 +SHA256 (phpsysinfo-phpsysinfo-v3.2.10_GH0.tar.gz) = e30329cf2e893b090bcce3269c49fb4c4ec8a7100610763617dc098495442402 +SIZE (phpsysinfo-phpsysinfo-v3.2.10_GH0.tar.gz) = 1021435