svn commit: r418651 - head/textproc/cmark
Adam Weinberger
adamw at adamw.org
Sat Jul 16 20:25:08 UTC 2016
> On 16 Jul, 2016, at 14:04, Pawel Pekala <pawel at FreeBSD.org> wrote:
>
> Author: pawel
> Date: Sat Jul 16 20:04:27 2016
> New Revision: 418651
> URL: https://svnweb.freebsd.org/changeset/ports/418651
>
> Log:
> - Update to version 0.26.1 [1]
> - Parametrize port version in pkg-plist
>
> PR: 211156 [1]
> Submitted by: Tobias Kortkamp (maintainer) [1]
>
> Modified:
> head/textproc/cmark/Makefile
> head/textproc/cmark/distinfo
> head/textproc/cmark/pkg-plist
>
> Modified: head/textproc/cmark/Makefile
> ==============================================================================
> --- head/textproc/cmark/Makefile Sat Jul 16 19:54:51 2016 (r418650)
> +++ head/textproc/cmark/Makefile Sat Jul 16 20:04:27 2016 (r418651)
> @@ -2,7 +2,7 @@
> # $FreeBSD$
>
> PORTNAME= cmark
> -PORTVERSION= 0.25.2
> +PORTVERSION= 0.26.1
> CATEGORIES= textproc
>
> MAINTAINER= t at tobik.me
> @@ -11,6 +11,10 @@ COMMENT= CommonMark parsing and renderin
> LICENSE= BSD2CLAUSE
> LICENSE_FILE= ${WRKSRC}/COPYING
>
> +TEST_DEPENDS= python3:lang/python3
I think you want USES=python:3,test instead.
# Adam
--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org
More information about the svn-ports-all
mailing list