Revised patch which removed BUILD_DEPENDS.

wen
________________________________
发件人: Andrew Hewus Fresh <and...@afresh1.com>
发送时间: 2019年8月25日 2:05
收件人: wen heping <wenheping2...@hotmail.com>
抄送: gsoa...@openbsd.org <gsoa...@openbsd.org>; ports@openbsd.org 
<ports@openbsd.org>
主题: Re: [Update] net/p5-Net-Frame-Dump : Update to 1.17

On Sun, Aug 18, 2019 at 09:25:59AM +0000, wen heping wrote:
> Hi,
>
>   Here is a patch for net/p5-Net-Frame-Dump:
>    i) Update to 1.17
>    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?

As far as I can tell this doesn't need the BUILD_DEPENDS= line, it seems
to package just fine without the RUN_DEPENDS being installed.

Other than that this looks OK afresh1@

> wen

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/net/p5-Net-Frame-Dump/Makefile,v
> retrieving revision 1.6
> diff -u -p -r1.6 Makefile
> --- Makefile  12 Jul 2019 20:48:37 -0000      1.6
> +++ Makefile  18 Aug 2019 09:20:11 -0000
> @@ -4,7 +4,7 @@ COMMENT=      base-class for a tcpdump-like i
>
>  MODULES=     cpan
>  PKG_ARCH=    *
> -DISTNAME =   Net-Frame-Dump-1.14
> +DISTNAME =   Net-Frame-Dump-1.17
>  CATEGORIES=  net
>
>  MAINTAINER=  Gleydson Soares <gsoa...@openbsd.org>
> @@ -18,5 +18,7 @@ RUN_DEPENDS=        devel/p5-Class-Gomor \
>  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-Dump/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- distinfo  23 Jan 2015 22:13:34 -0000      1.3
> +++ distinfo  18 Aug 2019 09:20:11 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (Net-Frame-Dump-1.14.tar.gz) = 
> bu8SdyIIqJkvzjuXGFCbk2mqi6YjlYaSuo5jMIX8kiY=
> -SIZE (Net-Frame-Dump-1.14.tar.gz) = 19178
> +SHA256 (Net-Frame-Dump-1.17.tar.gz) = 
> kWftnnyL5Hn64c8ILxXHK25/WN0B+sgIvAfO+XwGOvg=
> +SIZE (Net-Frame-Dump-1.17.tar.gz) = 19636


--
andrew - http://afresh1.com

A printer consists of three main parts:
        the case, the jammed paper tray and the blinking red light.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/p5-Net-Frame-Dump/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    12 Jul 2019 20:48:37 -0000      1.6
+++ Makefile    26 Aug 2019 06:15:25 -0000
@@ -4,7 +4,7 @@ COMMENT=        base-class for a tcpdump-like i
 
 MODULES=       cpan
 PKG_ARCH=      *
-DISTNAME =     Net-Frame-Dump-1.14
+DISTNAME =     Net-Frame-Dump-1.17
 CATEGORIES=    net
 
 MAINTAINER=    Gleydson Soares <gsoa...@openbsd.org>
@@ -15,8 +15,9 @@ PERMIT_PACKAGE=       Yes
 RUN_DEPENDS=   devel/p5-Class-Gomor \
                net/p5-Net-Frame \
                net/p5-Net-Pcap
-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-Dump/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    23 Jan 2015 22:13:34 -0000      1.3
+++ distinfo    26 Aug 2019 06:15:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (Net-Frame-Dump-1.14.tar.gz) = 
bu8SdyIIqJkvzjuXGFCbk2mqi6YjlYaSuo5jMIX8kiY=
-SIZE (Net-Frame-Dump-1.14.tar.gz) = 19178
+SHA256 (Net-Frame-Dump-1.17.tar.gz) = 
kWftnnyL5Hn64c8ILxXHK25/WN0B+sgIvAfO+XwGOvg=
+SIZE (Net-Frame-Dump-1.17.tar.gz) = 19636

Reply via email to