Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2019 20:31:32 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494737 - head/textproc/itstool
Message-ID:  <201903052031.x25KVW0W007906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Make XML documents translatable through po files



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