Index: head/sysutils/procenv/files/patch-configure.ac =================================================================== --- head/sysutils/procenv/files/patch-configure.ac (revision 508103) +++ head/sysutils/procenv/files/patch-configure.ac (nonexistent) @@ -1,15 +0,0 @@ ---- configure.ac.orig 2017-10-16 17:35:19 UTC -+++ configure.ac -@@ -26,10 +26,10 @@ AC_PROG_CC - AC_PROG_INSTALL - AM_PROG_CC_C_O - --PKG_PROG_PKG_CONFIG -+#PKG_PROG_PKG_CONFIG - - # Look for C unit test framework (http://check.sourceforge.net/). --PKG_CHECK_MODULES([CHECK], [check], [HAVE_CHECK=yes], [HAVE_CHECK=no]) -+#PKG_CHECK_MODULES([CHECK], [check], [HAVE_CHECK=yes], [HAVE_CHECK=no]) - - #--------------------------------------------------------------------- - # Checks for header files. Property changes on: head/sysutils/procenv/files/patch-configure.ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h =================================================================== --- head/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h (revision 508103) +++ head/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h (nonexistent) @@ -1,12 +0,0 @@ ---- src/platform/freebsd/platform-freebsd.h.orig 2017-10-16 17:35:19 UTC -+++ src/platform/freebsd/platform-freebsd.h -@@ -23,7 +23,8 @@ - #include "util.h" - - #if defined (HAVE_SYS_CAPABILITY_H) --#include -+/* #include */ -+#include - - #if __FreeBSD__ == 9 - Property changes on: head/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/procenv/files/patch-src_platform-headers.h =================================================================== --- head/sysutils/procenv/files/patch-src_platform-headers.h (revision 508103) +++ head/sysutils/procenv/files/patch-src_platform-headers.h (nonexistent) @@ -1,24 +0,0 @@ ---- src/platform-headers.h.orig 2017-10-16 17:35:19 UTC -+++ src/platform-headers.h -@@ -97,10 +97,6 @@ typedef struct statfs procenv_mnt_type; - #include - #endif - --#if defined (HAVE_SYS_CAPABILITY_H) --#include --#endif -- - #if defined (__GLIBC__) - #include - #endif -@@ -261,10 +257,6 @@ typedef struct statfs procenv_mnt_type; - #include - #include - #include -- --#if defined (HAVE_SYS_CAPABILITY_H) --#include --#endif - - #define PROCENV_CPU_TYPE int - #define PROCENV_CPU_SET_TYPE cpu_set_t Property changes on: head/sysutils/procenv/files/patch-src_platform-headers.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -ON \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/procenv/Makefile =================================================================== --- head/sysutils/procenv/Makefile (revision 508103) +++ head/sysutils/procenv/Makefile (revision 508104) @@ -1,38 +1,38 @@ # Created by: James Hunt # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Utility to show process environment LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xmlwf:textproc/expat2 USES= autoreconf gmake perl5 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 Index: head/sysutils/procenv/distinfo =================================================================== --- head/sysutils/procenv/distinfo (revision 508103) +++ head/sysutils/procenv/distinfo (revision 508104) @@ -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 Index: head/sysutils/procenv/pkg-descr =================================================================== --- head/sysutils/procenv/pkg-descr (revision 508103) +++ head/sysutils/procenv/pkg-descr (revision 508104) @@ -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