Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 12 Jul 2019 20:48:37 -0000 1.5
+++ Makefile 26 Aug 2019 06:11:14 -0000
@@ -4,7 +4,7 @@ COMMENT= ICMP v6 layer object
MODULES= cpan
PKG_ARCH= *
-DISTNAME= Net-Frame-Layer-ICMPv6-1.06
+DISTNAME= Net-Frame-Layer-ICMPv6-1.11
CATEGORIES= net
MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
@@ -13,8 +13,9 @@ MAINTAINER= Gleydson Soares <gsoares@ope
PERMIT_PACKAGE= Yes
RUN_DEPENDS= net/p5-Net-Frame
-BUILD_DEPENDS= ${RUN_DEPENDS}
MODCPAN_EXAMPLES= Yes
+
+MAKE_ENV= TEST_POD=yes
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 18 Jan 2015 03:14:45 -0000 1.3
+++ distinfo 26 Aug 2019 06:11:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = 5SwRBKkhNH9craUIvBy8WOo9rGqmxZbLWLfibWcyRZ0=
-SIZE (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = 12665
+SHA256 (Net-Frame-Layer-ICMPv6-1.11.tar.gz) = s7tL8B+jh/f4OoIQaYEDA5ektuN0ONqxXSE7QsaP6Rc=
+SIZE (Net-Frame-Layer-ICMPv6-1.11.tar.gz) = 13736
Revised patch which removed BUILD_DEPENDS.
wen
________________________________
发件人: Andrew Hewus Fresh <andrew@afresh1.com>
发送时间: 2019年8月25日 2:12
收件人: wen heping <wenheping2000@hotmail.com>
抄送: ports@openbsd.org <ports@openbsd.org>; gsoares@openbsd.org <gsoares@openbsd.org>
主题: Re: [Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11
On Sun, Aug 18, 2019 at 11:24:20AM +0000, wen heping wrote:
> Hi,
>
> Here is a patch for net/p5-Net-Frame-Layer-ICMPv6:
> i) Update to 1.11
> ii) Add TEST_POD=yes to MAKE_ENV
>
> It build well and passed all tests on amd64-head system.
> No other ports depends on it.
>
> Comments? OK?
> wen
I believe the BUILD_DEPENDS can be removed here as well.
With that, OK afresh1@
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- Makefile 12 Jul 2019 20:48:37 -0000 1.5
> +++ Makefile 18 Aug 2019 11:21:49 -0000
> @@ -4,7 +4,7 @@ COMMENT= ICMP v6 layer object
>
> MODULES= cpan
> PKG_ARCH= *
> -DISTNAME= Net-Frame-Layer-ICMPv6-1.06
> +DISTNAME= Net-Frame-Layer-ICMPv6-1.11
> CATEGORIES= net
>
> MAINTAINER= Gleydson Soares <gsoares@openbsd.org>
> @@ -16,5 +16,7 @@ RUN_DEPENDS= net/p5-Net-Frame
> BUILD_DEPENDS= ${RUN_DEPENDS}
>
> MODCPAN_EXAMPLES= Yes
> +
> +MAKE_ENV= TEST_POD=yes
>
> .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo 18 Jan 2015 03:14:45 -0000 1.3
> +++ distinfo 18 Aug 2019 11:21:49 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = 5SwRBKkhNH9craUIvBy8WOo9rGqmxZbLWLfibWcyRZ0=
> -SIZE (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = 12665
> +SHA256 (Net-Frame-Layer-ICMPv6-1.11.tar.gz) = s7tL8B+jh/f4OoIQaYEDA5ektuN0ONqxXSE7QsaP6Rc=
> +SIZE (Net-Frame-Layer-ICMPv6-1.11.tar.gz) = 13736
--
andrew - http://afresh1.com
Whatever happened to the days when hacking started at the cerebral cortex
and not the keyboard?
-- Sid from UserFriendly.org
No comments:
Post a Comment