svn commit: r455445 - head/textproc/asciidoc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:35:33 UTC 2017


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 \


More information about the svn-ports-head mailing list