Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144630696
D29689.id87679.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D29689.id87679.diff
View Options
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile
--- a/sysutils/procenv/Makefile
+++ b/sysutils/procenv/Makefile
@@ -1,23 +1,23 @@
# Created by: James Hunt <james.hunt@ubuntu.com>
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
diff --git a/sysutils/procenv/distinfo b/sysutils/procenv/distinfo
--- 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
--- 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
--- 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
-
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 11, 10:58 AM (11 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28647695
Default Alt Text
D29689.id87679.diff (2 KB)
Attached To
Mode
D29689: sysutils/procenv: update to 0.55
Attached
Detach File
Event Timeline
Log In to Comment