svn commit: r390461 - head/www/radicale
Sunpoet Hsieh
sunpoet at sunpoet.net
Wed Jun 24 16:57:55 UTC 2015
On Wed, Jun 24, 2015 at 4:35 AM, Mark Felder <feld at freebsd.org> wrote:
> Author: feld
> Date: Tue Jun 23 20:35:03 2015
> New Revision: 390461
> URL: https://svnweb.freebsd.org/changeset/ports/390461
>
> Log:
> Use autoplist so package successfully builds with newer python versions
>
> Modified:
> head/www/radicale/Makefile
> head/www/radicale/pkg-plist
>
> Modified: head/www/radicale/Makefile
>
> ==============================================================================
> --- head/www/radicale/Makefile Tue Jun 23 20:27:20 2015 (r390460)
> +++ head/www/radicale/Makefile Tue Jun 23 20:35:03 2015 (r390461)
> @@ -3,7 +3,7 @@
>
> PORTNAME= radicale
> PORTVERSION= 0.10
> -PORTREVISION= 1
> +PORTREVISION= 2
> CATEGORIES= www python
> MASTER_SITES= CHEESESHOP
> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> @@ -14,7 +14,7 @@ COMMENT= Python based CalDAV/CardDAV se
>
> LICENSE= GPLv3
>
> -USE_PYTHON= distutils
> +USE_PYTHON= autoplist distutils
> PYDISTUTILS_PKGNAME= Radicale
>
Hello,
PYDISTUTILS_PKGNAME became redundant when USE_PYTHON=autoplist is used.
BTW, you could add NO_ARCH to this port.
Regards,
sunpoet
More information about the svn-ports-all
mailing list