Page MenuHomeFreeBSD

D29689.id87363.diff
No OneTemporary

D29689.id87363.diff

Index: sysutils/procenv/Makefile
===================================================================
--- sysutils/procenv/Makefile
+++ sysutils/procenv/Makefile
@@ -1,23 +1,24 @@
# 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
+BUILD_DEPENDS= xmlwf:textproc/expat2 \
+ ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo
+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
Index: sysutils/procenv/distinfo
===================================================================
--- sysutils/procenv/distinfo
+++ 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
Index: sysutils/procenv/files/patch-configure.ac
===================================================================
--- 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],
Index: sysutils/procenv/files/patch-src_platform_freebsd_platform-freebsd.h
===================================================================
--- 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

Mime Type
text/plain
Expires
Tue, Oct 28, 2:43 PM (48 m, 2 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24359141
Default Alt Text
D29689.id87363.diff (2 KB)

Event Timeline