databases/p5-DBIx-Simple: Update to 1.37

2019-07-08 Thread wen heping
Hi, ports@:

   Here is a patch to update databases/p5-DBIx-Simple to 1.37.
   It build well and passed all tests on my amd64-head system.

   One ports depends on databases/p5-DBIx-Simple: mail/p5-Mail-DMARC,
it build well and passed all tests too.

  Comments ? OK?


wen
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-DBIx-Simple/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile20 Mar 2016 19:56:11 -  1.2
+++ Makefile8 Jul 2019 07:55:51 -
@@ -5,11 +5,11 @@ COMMENT = very complete easy-to-use OO i
 MODULES =  cpan
 PKG_ARCH = *
 
-DISTNAME = DBIx-Simple-1.35
+DISTNAME = DBIx-Simple-1.37
 CATEGORIES =   databases
 
 # Perl
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE =   Yes
 
 BUILD_DEPENDS =${RUN_DEPENDS}
 RUN_DEPENDS =  databases/p5-DBI
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-DBIx-Simple/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo23 Jun 2014 19:08:01 -  1.1.1.1
+++ distinfo8 Jul 2019 07:55:51 -
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Simple-1.35.tar.gz) = RFU1s9+riBQMeg0ndrHnjyVNx+nIEHLVoBr8laXbSZo=
-SIZE (DBIx-Simple-1.35.tar.gz) = 19316
+SHA256 (DBIx-Simple-1.37.tar.gz) = RtMRqizgiQdAHFYRllhCbbsETFpA3nPZp7eb9QOQyuM=
+SIZE (DBIx-Simple-1.37.tar.gz) = 20397


Re: databases/p5-DBIx-Simple: Update to 1.37

2019-07-12 Thread Andrew Hewus Fresh
On Mon, Jul 08, 2019 at 08:01:30AM +, wen heping wrote:
> Hi, ports@:
> 
>Here is a patch to update databases/p5-DBIx-Simple to 1.37.
>It build well and passed all tests on my amd64-head system.
> 
>One ports depends on databases/p5-DBIx-Simple: mail/p5-Mail-DMARC,
> it build well and passed all tests too.
> 
>   Comments ? OK?

I'd like to see
MAKE_ENV=TEST_POD=Yes

and
TEST_DEPENDS = databases/p5-DBD-SQLite

and remove the BUILD_DEPENDS=${RUN_DEPENDS} that isn't necessary.

Thanks for the update!


> Index: Makefile
> ===
> RCS file: /cvs/ports/databases/p5-DBIx-Simple/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile  20 Mar 2016 19:56:11 -  1.2
> +++ Makefile  8 Jul 2019 07:55:51 -
> @@ -5,11 +5,11 @@ COMMENT =   very complete easy-to-use OO i
>  MODULES =cpan
>  PKG_ARCH =   *
>  
> -DISTNAME =   DBIx-Simple-1.35
> +DISTNAME =   DBIx-Simple-1.37
>  CATEGORIES = databases
>  
>  # Perl
> -PERMIT_PACKAGE_CDROM =   Yes
> +PERMIT_PACKAGE = Yes
>  
>  BUILD_DEPENDS =  ${RUN_DEPENDS}
>  RUN_DEPENDS =databases/p5-DBI
> Index: distinfo
> ===
> RCS file: /cvs/ports/databases/p5-DBIx-Simple/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  23 Jun 2014 19:08:01 -  1.1.1.1
> +++ distinfo  8 Jul 2019 07:55:51 -
> @@ -1,2 +1,2 @@
> -SHA256 (DBIx-Simple-1.35.tar.gz) = 
> RFU1s9+riBQMeg0ndrHnjyVNx+nIEHLVoBr8laXbSZo=
> -SIZE (DBIx-Simple-1.35.tar.gz) = 19316
> +SHA256 (DBIx-Simple-1.37.tar.gz) = 
> RtMRqizgiQdAHFYRllhCbbsETFpA3nPZp7eb9QOQyuM=
> +SIZE (DBIx-Simple-1.37.tar.gz) = 20397


-- 
andrew - http://afresh1.com

Computer analyst to programmer:
   "You start coding. I'll go find out what they want."



[Update] databases/p5-DBIx-Simple : Update to 1.37

2019-07-18 Thread wen heping
Hi, ports@ :

   Here is a patch for databases/p5-DBIx-Simple:
   i) update to 1.37
   ii) Add TEST_POD
   It build well and passed all tests on my amd64-head system.

   Only one port depend on databases/p5-DBIx-Simple : mail/p5-Mail-DMARC.
It build well and passed all tests with this patch.

Comments? OK?

wen
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-DBIx-Simple/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile12 Jul 2019 20:43:57 -  1.3
+++ Makefile18 Jul 2019 07:26:46 -
@@ -5,7 +5,7 @@ COMMENT =   very complete easy-to-use OO i
 MODULES =  cpan
 PKG_ARCH = *
 
-DISTNAME = DBIx-Simple-1.35
+DISTNAME = DBIx-Simple-1.37
 CATEGORIES =   databases
 
 # Perl
@@ -13,5 +13,7 @@ PERMIT_PACKAGE =  Yes
 
 BUILD_DEPENDS =${RUN_DEPENDS}
 RUN_DEPENDS =  databases/p5-DBI
+
+MAKE_ENV=  TEST_POD=Yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-DBIx-Simple/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo23 Jun 2014 19:08:01 -  1.1.1.1
+++ distinfo18 Jul 2019 07:26:46 -
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Simple-1.35.tar.gz) = RFU1s9+riBQMeg0ndrHnjyVNx+nIEHLVoBr8laXbSZo=
-SIZE (DBIx-Simple-1.35.tar.gz) = 19316
+SHA256 (DBIx-Simple-1.37.tar.gz) = RtMRqizgiQdAHFYRllhCbbsETFpA3nPZp7eb9QOQyuM=
+SIZE (DBIx-Simple-1.37.tar.gz) = 20397


Re: [Update] databases/p5-DBIx-Simple : Update to 1.37

2019-07-18 Thread Stuart Henderson
committed, thanks

On 2019/07/18 07:33, wen heping wrote:
> Hi, ports@ :
> 
>Here is a patch for databases/p5-DBIx-Simple:
>i) update to 1.37
>ii) Add TEST_POD
>It build well and passed all tests on my amd64-head system.
> 
>Only one port depend on databases/p5-DBIx-Simple : mail/p5-Mail-DMARC.
> It build well and passed all tests with this patch.
> 
> Comments? OK?
> 
> wen

> Index: Makefile
> ===
> RCS file: /cvs/ports/databases/p5-DBIx-Simple/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  12 Jul 2019 20:43:57 -  1.3
> +++ Makefile  18 Jul 2019 07:26:46 -
> @@ -5,7 +5,7 @@ COMMENT = very complete easy-to-use OO i
>  MODULES =cpan
>  PKG_ARCH =   *
>  
> -DISTNAME =   DBIx-Simple-1.35
> +DISTNAME =   DBIx-Simple-1.37
>  CATEGORIES = databases
>  
>  # Perl
> @@ -13,5 +13,7 @@ PERMIT_PACKAGE =Yes
>  
>  BUILD_DEPENDS =  ${RUN_DEPENDS}
>  RUN_DEPENDS =databases/p5-DBI
> +
> +MAKE_ENV=TEST_POD=Yes
>  
>  .include 
> Index: distinfo
> ===
> RCS file: /cvs/ports/databases/p5-DBIx-Simple/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  23 Jun 2014 19:08:01 -  1.1.1.1
> +++ distinfo  18 Jul 2019 07:26:46 -
> @@ -1,2 +1,2 @@
> -SHA256 (DBIx-Simple-1.35.tar.gz) = 
> RFU1s9+riBQMeg0ndrHnjyVNx+nIEHLVoBr8laXbSZo=
> -SIZE (DBIx-Simple-1.35.tar.gz) = 19316
> +SHA256 (DBIx-Simple-1.37.tar.gz) = 
> RtMRqizgiQdAHFYRllhCbbsETFpA3nPZp7eb9QOQyuM=
> +SIZE (DBIx-Simple-1.37.tar.gz) = 20397