On Thu, Oct 08, 2020 at 10:48:34PM +0200, Klemens Nanni wrote:
> Nothing depends on it;  after that, I can look at updating it to 1.1.0.

> Note the existing "FLAVOR? =" which as been there since 2017;  luckily
> this still works.

> Feedback? OK?

ok kmos

--Kurt

> 
> Index: devel/quirks/Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/quirks/Makefile,v
> retrieving revision 1.1056
> diff -u -p -r1.1056 Makefile
> --- devel/quirks/Makefile     8 Oct 2020 19:54:31 -0000       1.1056
> +++ devel/quirks/Makefile     8 Oct 2020 20:45:51 -0000
> @@ -5,7 +5,7 @@ CATEGORIES =  devel databases
>  DISTFILES =
>  
>  # API.rev
> -PKGNAME =    quirks-3.448
> +PKGNAME =    quirks-3.449
>  PKG_ARCH =   *
>  MAINTAINER = Marc Espie <[email protected]>
>  
> Index: devel/quirks/files/Quirks.pm
> ===================================================================
> RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
> retrieving revision 1.1074
> diff -u -p -r1.1074 Quirks.pm
> --- devel/quirks/files/Quirks.pm      8 Oct 2020 19:54:31 -0000       1.1074
> +++ devel/quirks/files/Quirks.pm      8 Oct 2020 20:45:51 -0000
> @@ -485,6 +485,7 @@ my $stem_extensions = {
>       'py-numpydoc' => 'py3-numpydoc',
>       'py-passlib' => 'py3-passlib',
>       'py-matplotlib' => 'py3-matplotlib',
> +     'py-augeas' => 'py3-augeas',
>  };
>  
>  my $obsolete_reason = {
> Index: sysutils/py-augeas/Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/py-augeas/Makefile,v
> retrieving revision 1.11
> diff -u -p -r1.11 Makefile
> --- sysutils/py-augeas/Makefile       3 Jul 2020 21:13:10 -0000       1.11
> +++ sysutils/py-augeas/Makefile       8 Oct 2020 20:45:51 -0000
> @@ -5,7 +5,7 @@ COMMENT =             Python bindings for Augeas
>  MODPY_EGG_VERSION =  1.0.3
>  DISTNAME =           python-augeas-${MODPY_EGG_VERSION}
>  PKGNAME =            ${DISTNAME:S/python-/py-/}
> -REVISION =           2
> +REVISION =           3
>  
>  CATEGORIES =         sysutils
>  
> @@ -17,7 +17,7 @@ MODPY_PI =          Yes
>  MODPY_SETUPTOOLS =   Yes
>  
>  FLAVORS =            python3
> -FLAVOR? =
> +FLAVOR =             python3
>  
>  BUILD_DEPENDS =              devel/py-cffi${MODPY_FLAVOR} \
>                       sysutils/augeas
> Index: sysutils/py-augeas/pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/sysutils/py-augeas/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- sysutils/py-augeas/pkg/PLIST      5 Jun 2017 08:01:39 -0000       1.2
> +++ sysutils/py-augeas/pkg/PLIST      8 Oct 2020 20:45:51 -0000
> @@ -1,4 +1,6 @@
>  @comment $OpenBSD: PLIST,v 1.2 2017/06/05 08:01:39 jasper Exp $
> +@pkgpath sysutils/py-augeas
> +@conflict py-augeas-*
>  
> lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}augeas.${MODPY_PYC_MAGIC_TAG}pyc
>  lib/python${MODPY_VERSION}/site-packages/augeas/
>  lib/python${MODPY_VERSION}/site-packages/augeas.py
> 

Reply via email to