回复: [Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11

2019-08-26 Thread wen heping
Revised patch which removed BUILD_DEPENDS.

wen

发件人: Andrew Hewus Fresh 
发送时间: 2019年8月25日 2:12
收件人: wen heping 
抄送: ports@openbsd.org ; gsoa...@openbsd.org 

主题: Re: [Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11

On Sun, Aug 18, 2019 at 11:24:20AM +, 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 -  1.5
> +++ Makefile  18 Aug 2019 11:21:49 -
> @@ -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 
> @@ -16,5 +16,7 @@ RUN_DEPENDS=net/p5-Net-Frame
>  BUILD_DEPENDS=   ${RUN_DEPENDS}
>
>  MODCPAN_EXAMPLES=Yes
> +
> +MAKE_ENV=TEST_POD=yes
>
>  .include 
> 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 -  1.3
> +++ distinfo  18 Aug 2019 11:21:49 -
> @@ -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
Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile12 Jul 2019 20:48:37 -  1.5
+++ Makefile26 Aug 2019 06:11:14 -
@@ -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 
@@ -13,8 +13,9 @@ MAINTAINER=   Gleydson Soares 
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo18 Jan 2015 03:14:45 -  1.3
+++ distinfo26 Aug 2019 06:11:14 -
@@ -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


Re: [Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11

2019-08-24 Thread Andrew Hewus Fresh
On Sun, Aug 18, 2019 at 11:24:20AM +, 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 -  1.5
> +++ Makefile  18 Aug 2019 11:21:49 -
> @@ -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 
> @@ -16,5 +16,7 @@ RUN_DEPENDS=net/p5-Net-Frame
>  BUILD_DEPENDS=   ${RUN_DEPENDS}
>  
>  MODCPAN_EXAMPLES=Yes
> +
> +MAKE_ENV=TEST_POD=yes
>  
>  .include 
> 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 -  1.3
> +++ distinfo  18 Aug 2019 11:21:49 -
> @@ -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



[Update] net/p5-Net-Frame-Layer-ICMPv6 : Update to 1.11

2019-08-18 Thread wen heping
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
Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile12 Jul 2019 20:48:37 -  1.5
+++ Makefile18 Aug 2019 11:21:49 -
@@ -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 
@@ -16,5 +16,7 @@ RUN_DEPENDS=  net/p5-Net-Frame
 BUILD_DEPENDS= ${RUN_DEPENDS}
 
 MODCPAN_EXAMPLES=  Yes
+
+MAKE_ENV=  TEST_POD=yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Net-Frame-Layer-ICMPv6/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo18 Jan 2015 03:14:45 -  1.3
+++ distinfo18 Aug 2019 11:21:49 -
@@ -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