git: 983b00be9494 - main - sysutils/procenv: Update to 0.55
Nuno Teixeira
eduardo at FreeBSD.org
Thu Apr 22 05:49:51 UTC 2021
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=983b00be9494cadb4dc45c1e7e67a1401bd256b9
commit 983b00be9494cadb4dc45c1e7e67a1401bd256b9
Author: Nuno Teixeira <eduardo at FreeBSD.org>
AuthorDate: 2021-04-22 05:47:09 +0000
Commit: Nuno Teixeira <eduardo at FreeBSD.org>
CommitDate: 2021-04-22 05:47:09 +0000
sysutils/procenv: Update to 0.55
- Take MAINTAINER'ship
- reorder Makefile (portclippy)
- deleted patches:
files/patch-configure.ac
files/patch-src_platform_freebsd_platform-freebsd.h
because changes were included upstream
ChangeLog: https://github.com/jamesodhunt/procenv/blob/0.55/NEWS
Reviewed by: daniel.engberg.lists at pyret.net
Approved by: dbaio (mentor)
Differential Revision: https://reviews.freebsd.org/D29689
---
sysutils/procenv/Makefile | 10 +++++-----
sysutils/procenv/distinfo | 6 +++---
sysutils/procenv/files/patch-configure.ac | 11 -----------
.../files/patch-src_platform_freebsd_platform-freebsd.h | 13 -------------
4 files changed, 8 insertions(+), 32 deletions(-)
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile
index d1d9521fe1f0..fcf7f4cbef58 100644
--- a/sysutils/procenv/Makefile
+++ b/sysutils/procenv/Makefile
@@ -1,23 +1,23 @@
# Created by: James Hunt <james.hunt at ubuntu.com>
PORTNAME= procenv
-PORTVERSION= 0.51
+DISTVERSION= 0.55
CATEGORIES= sysutils
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= eduardo at 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
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 <sys/capability.h>
-+#if defined (HAVE_SYS_CAPSICUM_H)
-+#include <sys/capsicum.h>
-
- #if __FreeBSD__ == 9
-
More information about the dev-commits-ports-all
mailing list