Date: Sat, 9 Aug 2014 07:52:11 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364406 - in head/devel: . py3-xdg Message-ID: <53e5d32b.2d43.7423b61a@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Aug 9 07:52:10 2014 New Revision: 364406 URL: http://svnweb.freebsd.org/changeset/ports/364406 QAT: https://qat.redports.org/buildarchive/r364406/ Log: Add python3 flavor for py-xdg. Obtained from: gnome devel repo Added: head/devel/py3-xdg/ - copied from r364372, head/devel/py-xdg/ Modified: head/devel/Makefile head/devel/py3-xdg/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 9 07:49:33 2014 (r364405) +++ head/devel/Makefile Sat Aug 9 07:52:10 2014 (r364406) @@ -4040,6 +4040,7 @@ SUBDIR += py_static_check SUBDIR += py3-dbus SUBDIR += py3-gobject3 + SUBDIR += py3-xdg SUBDIR += pybaz SUBDIR += pybugz SUBDIR += pychecker Modified: head/devel/py3-xdg/Makefile ============================================================================== --- head/devel/py-xdg/Makefile Fri Aug 8 16:35:35 2014 (r364372) +++ head/devel/py3-xdg/Makefile Sat Aug 9 07:52:10 2014 (r364406) @@ -1,6 +1,6 @@ # Created by: michael johnson <ahze@ahze.net> # $FreeBSD$ -# $MCom: ports/devel/py-xdg/Makefile,v 1.4 2007/09/10 05:35:05 mezz Exp $ +# $MCom: ports/trunk/devel/py3-xdg/Makefile 19571 2014-04-25 18:12:46Z kwm $ PORTNAME= xdg PORTVERSION= 0.25 @@ -10,11 +10,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= Python 2 library to access freedesktop.org standards +COMMENT= Python 3 library to access freedesktop.org standards LICENSE= LGPL20 -USE_PYTHON= 2 +USE_PYTHON= 3 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e5d32b.2d43.7423b61a>