svn commit: r364406 - in head/devel: . py3-xdg

Koop Mast kwm at FreeBSD.org
Sat Aug 9 07:52:11 UTC 2014


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 at 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 at 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
 


More information about the svn-ports-head mailing list