Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:35:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455445 - head/textproc/asciidoc
Message-ID:  <201712032035.vB3KZRQa056952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  3 20:35:27 2017
New Revision: 455445
URL: https://svnweb.freebsd.org/changeset/ports/455445

Log:
  Change from USES=python:2 to USES=python:2.7
  
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/asciidoc/Makefile

Modified: head/textproc/asciidoc/Makefile
==============================================================================
--- head/textproc/asciidoc/Makefile	Sun Dec  3 20:35:22 2017	(r455444)
+++ head/textproc/asciidoc/Makefile	Sun Dec  3 20:35:27 2017	(r455445)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asciidoc
 PORTVERSION=	8.6.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
@@ -19,7 +19,7 @@ RUN_DEPENDS=	docbook-xsl>=0:textproc/docbook-xsl
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
 USE_GNOME=	libxml2:run libxslt:run
-USES=		gmake gnome python:2 shebangfix
+USES=		gmake gnome python:2.7 shebangfix
 
 SHEBANG_FILES=	a2x.py \
 		asciidoc.py \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032035.vB3KZRQa056952>