Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 17:12:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335037 - head/www/py-dtflickr
Message-ID:  <201311271712.rARHC4NH055257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 27 17:12:03 2013
New Revision: 335037
URL: http://svnweb.freebsd.org/changeset/ports/335037

Log:
  - Use PYDISTUTILS_AUTOPLIST
  - Support STAGEDIR
  - While I'm here, update USE_PYTHON
  
  PR:		ports/184299
  Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)

Deleted:
  head/www/py-dtflickr/pkg-plist
Modified:
  head/www/py-dtflickr/Makefile   (contents, props changed)

Modified: head/www/py-dtflickr/Makefile
==============================================================================
--- head/www/py-dtflickr/Makefile	Wed Nov 27 17:10:28 2013	(r335036)
+++ head/www/py-dtflickr/Makefile	Wed Nov 27 17:12:03 2013	(r335037)
@@ -15,10 +15,10 @@ COMMENT=	Spiffy Flickr API library using
 LICENSE=	AL2
 
 USE_BZIP2=	yes
-USE_PYTHON=	2.5+
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_VERSION} == "python2.5"



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