ports/180453: update sysutils/procenv, Utility to show process environment
James Hunt
james.hunt at ubuntu.com
Thu Jul 11 14:00:02 UTC 2013
The following reply was made to PR ports/180453; it has been noted by GNATS.
From: James Hunt <james.hunt at ubuntu.com>
To: bug-followup at FreeBSD.org, james.hunt at ubuntu.com
Cc:
Subject: Re: ports/180453: update sysutils/procenv, Utility to show process
environment
Date: Thu, 11 Jul 2013 14:42:41 +0100
This is a multi-part message in MIME format.
--------------080503000203030400010306
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Updated patch attached that portlint is happy with.
Kind regards,
James.
--
James Hunt
____________________________________
#upstart on freenode
http://upstart.ubuntu.com/cookbook
https://lists.ubuntu.com/mailman/listinfo/upstart-devel
--------------080503000203030400010306
Content-Type: text/x-diff;
name="procenv-0.24-update.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="procenv-0.24-update.diff"
Index: Makefile
===================================================================
--- Makefile (revision 322627)
+++ Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= procenv
-PORTVERSION= 0.23
+PORTVERSION= 0.24
CATEGORIES= sysutils
MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \
DEBIAN \
@@ -13,8 +13,12 @@
LICENSE= GPLv3
+BUILD_DEPENDS= ${AUTOMAKE}>=1.12:${PORTSDIR}/devel/automake
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_AUTOTOOLS= aclocal automake
+
FETCH_ARGS= -Fpr
MAN1= procenv.1
@@ -26,4 +30,14 @@
BROKEN= does not build on old ${OPSYS} versions
.endif
+# Test to ensure procenv will actually run.
+#
+# This has the attractive side-effect of displaying the environment
+# of the build system which may be of interest to those fixing FTBFS
+# packages that build correctly locally.
+regression-test:
+ cd ${WRKSRC} && ${MAKE} check
+
+test: regression-test
+
.include <bsd.port.post.mk>
Index: distinfo
===================================================================
--- distinfo (revision 322627)
+++ distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9
-SIZE (procenv-0.23.tar.gz) = 212792
+SHA256 (procenv-0.24.tar.gz) = 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026
+SIZE (procenv-0.24.tar.gz) = 216260
--------------080503000203030400010306--
More information about the freebsd-ports-bugs
mailing list