aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-BSD-Process
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-05-09 18:11:31 +0000
committerSteve Wills <swills@FreeBSD.org>2014-05-09 18:11:31 +0000
commitb07ee3e17e96ccd78f36ac411fe87180520c151e (patch)
tree87e94cfaef9a42993e0061f46bb96a7cc8b5f144 /sysutils/p5-BSD-Process
parent8a4061b674c8f80be1bc905ee10070bda3124833 (diff)
downloadports-b07ee3e17e96ccd78f36ac411fe87180520c151e.tar.gz
ports-b07ee3e17e96ccd78f36ac411fe87180520c151e.zip
Notes
Diffstat (limited to 'sysutils/p5-BSD-Process')
-rw-r--r--sysutils/p5-BSD-Process/Makefile2
-rw-r--r--sysutils/p5-BSD-Process/distinfo4
-rw-r--r--sysutils/p5-BSD-Process/files/patch-Process-xs12
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/p5-BSD-Process/Makefile b/sysutils/p5-BSD-Process/Makefile
index 49998fed660b..10e24e945b1e 100644
--- a/sysutils/p5-BSD-Process/Makefile
+++ b/sysutils/p5-BSD-Process/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= BSD-Process
-PORTVERSION= 0.06
+PORTVERSION= 0.07
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DLAND
diff --git a/sysutils/p5-BSD-Process/distinfo b/sysutils/p5-BSD-Process/distinfo
index 26e20857724b..dfb1afbbdff4 100644
--- a/sysutils/p5-BSD-Process/distinfo
+++ b/sysutils/p5-BSD-Process/distinfo
@@ -1,2 +1,2 @@
-SHA256 (BSD-Process-0.06.tar.gz) = 6bdd6902900152659d48e5fca11f62e2561f7408e4aecbea1b1a8b3f9e513ac6
-SIZE (BSD-Process-0.06.tar.gz) = 25727
+SHA256 (BSD-Process-0.07.tar.gz) = 1b34409846a37d926470b36cca31cce20e43d4ccc7149e6be9fd5bf731a76ea2
+SIZE (BSD-Process-0.07.tar.gz) = 26355
diff --git a/sysutils/p5-BSD-Process/files/patch-Process-xs b/sysutils/p5-BSD-Process/files/patch-Process-xs
deleted file mode 100644
index c152b9c94e80..000000000000
--- a/sysutils/p5-BSD-Process/files/patch-Process-xs
+++ /dev/null
@@ -1,12 +0,0 @@
---- Process.xs.orig 2011-04-11 22:08:32.577420432 -0400
-+++ Process.xs 2011-04-11 22:10:26.129419839 -0400
-@@ -287,7 +287,9 @@
- hv_store(h, "advlock", 7, newSViv(NO_FREEBSD_4x(P_FLAG(P_ADVLOCK))), 0);
- hv_store(h, "controlt", 8, newSViv(NO_FREEBSD_4x(P_FLAG(P_CONTROLT))), 0);
- hv_store(h, "kthread", 7, newSViv(NO_FREEBSD_4x(P_FLAG(P_KTHREAD))), 0);
-+#if __FreeBSD_version < 802501
- hv_store(h, "noload", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_NOLOAD))), 0);
-+#endif
- hv_store(h, "ppwait", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_PPWAIT))), 0);
- hv_store(h, "profil", 6, newSViv(NO_FREEBSD_4x(P_FLAG(P_PROFIL))), 0);
- hv_store(h, "stopprof", 8, newSViv(NO_FREEBSD_4x(P_FLAG(P_STOPPROF))), 0);