Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 13:38:15 +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: r480384 - in head/x11/py-xdot: . files
Message-ID:  <201809221338.w8MDcF5u012650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Sep 22 13:38:15 2018
New Revision: 480384
URL: https://svnweb.freebsd.org/changeset/ports/480384

Log:
  x11/py-xdot: Update to 1.0
  
  Remove `files/patch-setup.py`, not necessary anymore.
  Add USES=gnome because USE_GNOME alone is deprecated.

Deleted:
  head/x11/py-xdot/files/
Modified:
  head/x11/py-xdot/Makefile
  head/x11/py-xdot/distinfo

Modified: head/x11/py-xdot/Makefile
==============================================================================
--- head/x11/py-xdot/Makefile	Sat Sep 22 13:09:51 2018	(r480383)
+++ head/x11/py-xdot/Makefile	Sat Sep 22 13:38:15 2018	(r480384)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xdot
-PORTVERSION=	0.9
+PORTVERSION=	1.0
 CATEGORIES=	x11 python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	LGPL3+
 RUN_DEPENDS=	dot:graphics/graphviz
 
 NO_ARCH=	yes
-USES=		python:3.4+
+USES=		gnome python:3.4+
 USE_PYTHON=	autoplist distutils
 USE_GNOME=	cairo gtk30 pygobject3
 

Modified: head/x11/py-xdot/distinfo
==============================================================================
--- head/x11/py-xdot/distinfo	Sat Sep 22 13:09:51 2018	(r480383)
+++ head/x11/py-xdot/distinfo	Sat Sep 22 13:38:15 2018	(r480384)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522370491
-SHA256 (xdot-0.9.tar.gz) = a33701664ecfefe7c7313a120a587e87334f3a566409bc451538fcde5edd6907
-SIZE (xdot-0.9.tar.gz) = 26716
+TIMESTAMP = 1537622322
+SHA256 (xdot-1.0.tar.gz) = 7e067896d729af82f1fd0758e265f129944d469c30f550e3f15dbdb751cc42a1
+SIZE (xdot-1.0.tar.gz) = 26507



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