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@pyret.net
Approved by:	dbaio (mentor)
Differential Revision:	https://reviews.freebsd.org/D29689
This commit is contained in:
Nuno Teixeira 2021-04-22 06:47:09 +01:00
parent 7de5966851
commit 983b00be94
4 changed files with 8 additions and 32 deletions

View File

@ -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

View File

@ -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

View File

@ -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],

View File

@ -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