svn commit: r494737 - head/textproc/itstool

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Mar 5 20:31:33 UTC 2019


Author: 0mp
Date: Tue Mar  5 20:31:32 2019
New Revision: 494737
URL: https://svnweb.freebsd.org/changeset/ports/494737

Log:
  textproc/itstool: Remove problematic PKGNAMEPREFIX
  
  textproc/meld was failing its build-depends phase due to the PKGNAMEPREFIX
  of itstool being set to ${PYTHON_PKGNAMEPREFIX}.  This caused trouble as
  textproc/itstool does not use flavors and those two ports could not agree
  on the Python version.
  
  Approved by:	mat (mentor), portmgr blanket (fix dependencies)

Modified:
  head/textproc/itstool/Makefile

Modified: head/textproc/itstool/Makefile
==============================================================================
--- head/textproc/itstool/Makefile	Tue Mar  5 20:14:17 2019	(r494736)
+++ head/textproc/itstool/Makefile	Tue Mar  5 20:31:32 2019	(r494737)
@@ -4,9 +4,9 @@
 
 PORTNAME=	itstool
 PORTVERSION=	2.0.5
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://files.itstool.org/itstool/
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Make XML documents translatable through po files


More information about the svn-ports-all mailing list