Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2018 11:24:38 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466039 - in head/x11: . py-xdot06 py-xdot06/files
Message-ID:  <201803311124.w2VBOclc008172@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Mar 31 11:24:38 2018
New Revision: 466039
URL: https://svnweb.freebsd.org/changeset/ports/466039

Log:
  Add x11/py-xdot06 0.6 (copied from x11/py-xdot)
  
  It was downgraded from 0.7 to 0.6 because this version is needed to run
  security/w3af GUI properly.

Added:
  head/x11/py-xdot06/
     - copied from r466007, head/x11/py-xdot/
Deleted:
  head/x11/py-xdot06/files/
Modified:
  head/x11/Makefile
  head/x11/py-xdot06/Makefile
  head/x11/py-xdot06/distinfo

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat Mar 31 11:22:24 2018	(r466038)
+++ head/x11/Makefile	Sat Mar 31 11:24:38 2018	(r466039)
@@ -274,6 +274,7 @@
     SUBDIR += py-qt4-opengl
     SUBDIR += py-qt5-opengl
     SUBDIR += py-xdot
+    SUBDIR += py-xdot06
     SUBDIR += qimageblitz
     SUBDIR += qt4-graphicssystems-opengl
     SUBDIR += qt4-inputmethods

Modified: head/x11/py-xdot06/Makefile
==============================================================================
--- head/x11/py-xdot/Makefile	Fri Mar 30 21:36:22 2018	(r466007)
+++ head/x11/py-xdot06/Makefile	Sat Mar 31 11:24:38 2018	(r466039)
@@ -1,18 +1,24 @@
 # $FreeBSD$
 
 PORTNAME=	xdot
-PORTVERSION=	0.7
+PORTVERSION=	0.6
 CATEGORIES=	x11 python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-06
 
 MAINTAINER=	dbaio@FreeBSD.org
 COMMENT=	Interactive viewer for Graphviz dot files
 
 LICENSE=	LGPL3+
 
+RUN_DEPENDS=	dot:graphics/graphviz
+
 NO_ARCH=	yes
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+USE_GNOME=	pygtk2
+
+CONFLICTS_INSTALL=	py*-xdot
 
 .include <bsd.port.mk>

Modified: head/x11/py-xdot06/distinfo
==============================================================================
--- head/x11/py-xdot/distinfo	Fri Mar 30 21:36:22 2018	(r466007)
+++ head/x11/py-xdot06/distinfo	Sat Mar 31 11:24:38 2018	(r466039)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468125369
-SHA256 (xdot-0.7.tar.gz) = d2100c3201d974915d1b89220ce52f380334eb365ab48903573a8135f51d0ee0
-SIZE (xdot-0.7.tar.gz) = 22089
+TIMESTAMP = 1522414802
+SHA256 (xdot-0.6.tar.gz) = c71d82bad0fec696af36af788c2a1dbb5d9975bd70bfbdc14bda15b5c7319e6c
+SIZE (xdot-0.6.tar.gz) = 21181



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