Date: Sun, 4 Aug 2019 16:10:20 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508104 - in head/sysutils/procenv: . files Message-ID: <201908041610.x74GAKBf076601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 4 16:10:20 2019 New Revision: 508104 URL: https://svnweb.freebsd.org/changeset/ports/508104 Log: Update to 0.51 - Use REINPLACE_CMD instead of patch file - Update pkg-descr - Take maintainership Changes: https://github.com/jamesodhunt/procenv/releases Deleted: head/sysutils/procenv/files/ Modified: head/sysutils/procenv/Makefile head/sysutils/procenv/distinfo head/sysutils/procenv/pkg-descr Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Sun Aug 4 16:10:14 2019 (r508103) +++ head/sysutils/procenv/Makefile Sun Aug 4 16:10:20 2019 (r508104) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org @@ -18,21 +18,21 @@ USE_PERL5= build USE_GITHUB= yes GH_ACCOUNT= jamesodhunt -GH_TAGNAME= d89b0ac GNU_CONFIGURE= yes TEST_TARGET= check -PORTDOCS= AUTHORS ChangeLog NEWS README TODO PLIST_FILES= bin/procenv \ man/man1/procenv.1.gz +PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS +post-patch: + @${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac + post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/sysutils/procenv/distinfo ============================================================================== --- head/sysutils/procenv/distinfo Sun Aug 4 16:10:14 2019 (r508103) +++ head/sysutils/procenv/distinfo Sun Aug 4 16:10:20 2019 (r508104) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541557607 -SHA256 (jamesodhunt-procenv-0.50-d89b0ac_GH0.tar.gz) = c95de696984187e944cd7cdf098662124ca60023d3f8e6e5ebf3c254adf72ee8 -SIZE (jamesodhunt-procenv-0.50-d89b0ac_GH0.tar.gz) = 244613 +TIMESTAMP = 1564918799 +SHA256 (jamesodhunt-procenv-0.51_GH0.tar.gz) = b831c14729e06a285cc13eba095817ce3b6d0ddf484b1264951b03ee4fe25bc9 +SIZE (jamesodhunt-procenv-0.51_GH0.tar.gz) = 245663 Modified: head/sysutils/procenv/pkg-descr ============================================================================== --- head/sysutils/procenv/pkg-descr Sun Aug 4 16:10:14 2019 (r508103) +++ head/sysutils/procenv/pkg-descr Sun Aug 4 16:10:20 2019 (r508104) @@ -1,6 +1,8 @@ -This package contains a command-line tool that displays as much detail -about itself and its environment as possible. It can be used as a test -tool, to understand the type of environment a process runs in, and for -comparing system environments. +procenv is a simple command-line utility, written in C and licensed under the +GPL, that dumps all attributes of the environment in which it runs, in +well-structured plain ASCII, JSON (YAML), XML or CSV. + +It is useful as a test tool, to understand what environment a process runs in +and for system comparison. WWW: https://github.com/jamesodhunt/procenv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908041610.x74GAKBf076601>