diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile index d1d9521fe1f0..fcf7f4cbef58 100644 --- a/sysutils/procenv/Makefile +++ b/sysutils/procenv/Makefile @@ -1,38 +1,38 @@ # Created by: James Hunt PORTNAME= procenv -PORTVERSION= 0.51 +DISTVERSION= 0.55 CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Utility to show process environment LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xmlwf:textproc/expat2 +LIB_DEPENDS= libsysinfo.so:devel/libsysinfo -#USES= autoreconf gmake perl5 -USES= autoreconf perl5 -USE_PERL5= build +USES= autoreconf localbase perl5 USE_GITHUB= yes GH_ACCOUNT= jamesodhunt +USE_PERL5= build GNU_CONFIGURE= yes TEST_TARGET= check 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} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/sysutils/procenv/distinfo b/sysutils/procenv/distinfo index c4e2dfe05460..40ece7b5eddf 100644 --- a/sysutils/procenv/distinfo +++ b/sysutils/procenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1564918799 -SHA256 (jamesodhunt-procenv-0.51_GH0.tar.gz) = b831c14729e06a285cc13eba095817ce3b6d0ddf484b1264951b03ee4fe25bc9 -SIZE (jamesodhunt-procenv-0.51_GH0.tar.gz) = 245663 +TIMESTAMP = 1617947624 +SHA256 (jamesodhunt-procenv-0.55_GH0.tar.gz) = cef771b691ccbc138b1f98cf53294a1bea4dbb4fd434caf8b48ffbf1178f982a +SIZE (jamesodhunt-procenv-0.55_GH0.tar.gz) = 247756 diff --git a/sysutils/procenv/files/patch-configure.ac b/sysutils/procenv/files/patch-configure.ac deleted file mode 100644 index 19c9bc9fe2ac..000000000000 --- a/sysutils/procenv/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2019-08-02 20:40:49 UTC -+++ configure.ac -@@ -58,7 +58,7 @@ AC_CHECK_HEADERS([numa.h]) - # FreeBSD 9+ with appropriately configured kernel - # (enabled by default in FreeBSD 10) - AC_SEARCH_LIBS([cap_getmode], [c]) --AC_CHECK_HEADERS([sys/capability.h]) -+AC_CHECK_HEADERS([sys/capsicum.h]) - - AC_SEARCH_LIBS([cap_init], [cap], - [HAVE_LIBCAP=yes], diff --git a/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h b/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h deleted file mode 100644 index 8b8404a73dbc..000000000000 --- a/sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/platform/freebsd/platform-freebsd.h.orig 2019-08-02 20:40:49 UTC -+++ src/platform/freebsd/platform-freebsd.h -@@ -22,8 +22,8 @@ - #include "platform.h" - #include "util.h" - --#if defined (HAVE_SYS_CAPABILITY_H) --#include -+#if defined (HAVE_SYS_CAPSICUM_H) -+#include - - #if __FreeBSD__ == 9 -