Re: Update www/p5-LWP-Protocol-https 6.06 -> 6.07

2017-09-04 Thread Alexander Bluhm
On Sun, Aug 27, 2017 at 11:24:28PM +0100, Nigel Taylor wrote:
> Removed BUILD_DEPDNS = ${RUN_DPENDS}
> 
> Ok?

OK bluhm@

> Index: Makefile
> ===
> RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  20 Mar 2016 19:57:21 -  1.3
> +++ Makefile  25 Aug 2017 14:26:34 -
> @@ -2,9 +2,8 @@
>  
>  COMMENT =adds support for https to p5-libwww
>  
> -DISTNAME =   LWP-Protocol-https-6.06
> +DISTNAME =   LWP-Protocol-https-6.07
>  CATEGORIES = www net security
> -REVISION =   0
>  
>  MAINTAINER = Nigel Taylor 
>  
> @@ -19,6 +18,6 @@ RUN_DEPENDS =   net/p5-Net-HTTP>=6 \
>   security/p5-Mozilla-CA-Fake>=20110101 \
>   www/p5-libwww>=6.06
>  
> -BUILD_DEPENDS =  ${RUN_DEPENDS}
> +TEST_DEPENDS =   devel/p5-Test-RequiresInternet
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  23 Oct 2014 19:33:22 -  1.1.1.1
> +++ distinfo  21 Feb 2017 10:08:10 -
> @@ -1,2 +1,2 @@
> -SHA256 (LWP-Protocol-https-6.06.tar.gz) = 
> uGyDzB3PSm+E4vvjL5w5WRo25uQYrwBTNQXzRSSWre8=
> -SIZE (LWP-Protocol-https-6.06.tar.gz) = 8376
> +SHA256 (LWP-Protocol-https-6.07.tar.gz) = 
> UizJRs+EoXdjBKVzelS4gi7J55smTQugcipwRz2/uec=
> +SIZE (LWP-Protocol-https-6.07.tar.gz) = 9184



Re: Update www/p5-LWP-Protocol-https 6.06 -> 6.07

2017-08-27 Thread Nigel Taylor
On 08/23/17 22:17, Nigel Taylor wrote:
> On 08/23/17 22:16, Nigel Taylor wrote:
>> Changes for 6.07
>>
>>
>> 6.07  2017-02-19
>> - Cleaned up the Changes log
>> - Explicitly add hostname for SNI to start_SSL (GH PR#17)
>> - Fix the license name
>> - Update some documentation on SSL args
>> - Fix bug when checking for Mozilla::CA (GH PR#29)
>>
>>
>> Tested on amd64
>>
>> Ok?
>>
>>
> Attached missing diff
> 
Removed BUILD_DEPDNS = ${RUN_DPENDS}

Ok?
Index: Makefile
===
RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	20 Mar 2016 19:57:21 -	1.3
+++ Makefile	25 Aug 2017 14:26:34 -
@@ -2,9 +2,8 @@
 
 COMMENT =	adds support for https to p5-libwww
 
-DISTNAME =	LWP-Protocol-https-6.06
+DISTNAME =	LWP-Protocol-https-6.07
 CATEGORIES =	www net security
-REVISION =	0
 
 MAINTAINER =	Nigel Taylor 
 
@@ -19,6 +18,6 @@ RUN_DEPENDS =	net/p5-Net-HTTP>=6 \
 		security/p5-Mozilla-CA-Fake>=20110101 \
 		www/p5-libwww>=6.06
 
-BUILD_DEPENDS =	${RUN_DEPENDS}
+TEST_DEPENDS =	devel/p5-Test-RequiresInternet
 
 .include 
Index: distinfo
===
RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	23 Oct 2014 19:33:22 -	1.1.1.1
+++ distinfo	21 Feb 2017 10:08:10 -
@@ -1,2 +1,2 @@
-SHA256 (LWP-Protocol-https-6.06.tar.gz) = uGyDzB3PSm+E4vvjL5w5WRo25uQYrwBTNQXzRSSWre8=
-SIZE (LWP-Protocol-https-6.06.tar.gz) = 8376
+SHA256 (LWP-Protocol-https-6.07.tar.gz) = UizJRs+EoXdjBKVzelS4gi7J55smTQugcipwRz2/uec=
+SIZE (LWP-Protocol-https-6.07.tar.gz) = 9184


Re: Update www/p5-LWP-Protocol-https 6.06 -> 6.07

2017-08-23 Thread Nigel Taylor
On 08/23/17 22:16, Nigel Taylor wrote:
> Changes for 6.07
> 
> 
> 6.07  2017-02-19
> - Cleaned up the Changes log
> - Explicitly add hostname for SNI to start_SSL (GH PR#17)
> - Fix the license name
> - Update some documentation on SSL args
> - Fix bug when checking for Mozilla::CA (GH PR#29)
> 
> 
> Tested on amd64
> 
> Ok?
> 
> 
Attached missing diff
Index: Makefile
===
RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	20 Mar 2016 19:57:21 -	1.3
+++ Makefile	21 Feb 2017 14:08:19 -
@@ -2,9 +2,8 @@
 
 COMMENT =	adds support for https to p5-libwww
 
-DISTNAME =	LWP-Protocol-https-6.06
+DISTNAME =	LWP-Protocol-https-6.07
 CATEGORIES =	www net security
-REVISION =	0
 
 MAINTAINER =	Nigel Taylor 
 
@@ -20,5 +19,7 @@ RUN_DEPENDS =	net/p5-Net-HTTP>=6 \
 		www/p5-libwww>=6.06
 
 BUILD_DEPENDS =	${RUN_DEPENDS}
+
+TEST_DEPENDS =	devel/p5-Test-RequiresInternet
 
 .include 
Index: distinfo
===
RCS file: /home/cvs/ports/www/p5-LWP-Protocol-https/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	23 Oct 2014 19:33:22 -	1.1.1.1
+++ distinfo	21 Feb 2017 10:08:10 -
@@ -1,2 +1,2 @@
-SHA256 (LWP-Protocol-https-6.06.tar.gz) = uGyDzB3PSm+E4vvjL5w5WRo25uQYrwBTNQXzRSSWre8=
-SIZE (LWP-Protocol-https-6.06.tar.gz) = 8376
+SHA256 (LWP-Protocol-https-6.07.tar.gz) = UizJRs+EoXdjBKVzelS4gi7J55smTQugcipwRz2/uec=
+SIZE (LWP-Protocol-https-6.07.tar.gz) = 9184


Update www/p5-LWP-Protocol-https 6.06 -> 6.07

2017-08-23 Thread Nigel Taylor
Changes for 6.07


6.07  2017-02-19
- Cleaned up the Changes log
- Explicitly add hostname for SNI to start_SSL (GH PR#17)
- Fix the license name
- Update some documentation on SSL args
- Fix bug when checking for Mozilla::CA (GH PR#29)


Tested on amd64

Ok?