On 2019/02/17 09:04, Kurt Mosiejczuk wrote:
> On Sun, Feb 17, 2019 at 01:13:19PM +0000, Stuart Henderson wrote:
> 
> > For ports with python3 flavours, use "FLAVOR=python3 make plist" when
> > regenerating. In this case there should be no change to pkg/PLIST.
> 
> Ugh. I even know that. I based this off of my 0.12.1 0.13.0 diff. I checked
> for changes from *that*, saw they were just rearranged, so reverted to that
> version. Apparently, I hadn't checked that for the previous version of my
> diff. 
> 
> Here's a version without the unnecessary PLIST changes. 

Thanks, committed.

> --Kurt
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/py-arrow/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 Makefile
> --- Makefile  13 Dec 2018 21:38:33 -0000      1.1.1.1
> +++ Makefile  17 Feb 2019 14:02:30 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT =            better dates and times for Python
>  
> -MODPY_EGG_VERSION =  0.12.1
> +MODPY_EGG_VERSION =  0.13.1
>  DISTNAME =           arrow-${MODPY_EGG_VERSION}
>  PKGNAME =            py-arrow-${MODPY_EGG_VERSION}
>  
> @@ -20,7 +20,8 @@ MODPY_PI =          Yes
>  RUN_DEPENDS =                devel/py-dateutil${MODPY_FLAVOR}
>  TEST_DEPENDS =               ${RUN_DEPENDS} \
>                       devel/py-chai${MODPY_FLAVOR} \
> -                     devel/py-simplejson${MODPY_FLAVOR}
> +                     devel/py-simplejson${MODPY_FLAVOR} \
> +                     devel/py-tz${MODPY_FLAVOR}
>  
>  FLAVORS +=           python3
>  FLAVOR ?=
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/py-arrow/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  13 Dec 2018 21:38:33 -0000      1.1.1.1
> +++ distinfo  17 Feb 2019 14:02:30 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (arrow-0.12.1.tar.gz) = pVjTt7bOf/x0IGqGwUcFLeI9PU7w4XwhDdR4xTV1xM0=
> -SIZE (arrow-0.12.1.tar.gz) = 65356
> +SHA256 (arrow-0.13.1.tar.gz) = b1TZ8BbAt4EfrJ+4wsf6dCHYDFTb3XX/sSkTxV22C4o=
> +SIZE (arrow-0.13.1.tar.gz) = 148509
> 

Reply via email to