Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 11:02:39 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403713 - head/devel/py-icalendar
Message-ID:  <201512141102.tBEB2dr1050565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Dec 14 11:02:39 2015
New Revision: 403713
URL: https://svnweb.freebsd.org/changeset/ports/403713

Log:
  devel/py-icalendar: Allow build with Python 3.x
  
  Allow building with Python 3.x (Supported since 3.6)
  
  While I'm here,
  
   * Add LICENSE_FILE
  
  PR:		204935
  Submitted by:	Christian Geier <catcher+freebsdbugzilla lostpackets de>
  Approved by:	maintainer <jun-g daemonfreaks com>
  MFH:		2015Q4

Modified:
  head/devel/py-icalendar/Makefile

Modified: head/devel/py-icalendar/Makefile
==============================================================================
--- head/devel/py-icalendar/Makefile	Mon Dec 14 10:52:47 2015	(r403712)
+++ head/devel/py-icalendar/Makefile	Mon Dec 14 11:02:39 2015	(r403713)
@@ -11,11 +11,12 @@ MAINTAINER=	jun-g@daemonfreaks.com
 COMMENT=	Parser and generator of iCalender files for Python
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
 
-USES=		python:2
+USES=		python
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 



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