svn commit: r357907 - head/www/pelican

Marcus von Appen mva at FreeBSD.org
Sun Jun 15 17:32:29 UTC 2014


Author: mva
Date: Sun Jun 15 17:32:29 2014
New Revision: 357907
URL: http://svnweb.freebsd.org/changeset/ports/357907
QAT: https://qat.redports.org/buildarchive/r357907/

Log:
  - Remove easy_install dependency
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Modified:
  head/www/pelican/Makefile

Modified: head/www/pelican/Makefile
==============================================================================
--- head/www/pelican/Makefile	Sun Jun 15 17:22:19 2014	(r357906)
+++ head/www/pelican/Makefile	Sun Jun 15 17:32:29 2014	(r357907)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pelican
 PORTVERSION=	3.3.0
+PORTREVISION=	1
 CATEGORIES=	www textproc
 
 MAINTAINER=	jlaffaye at FreeBSD.org
@@ -27,11 +28,10 @@ OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAM
 .include <bsd.port.options.mk>
 
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGVERSION=	3.3
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 USE_PYTHON=		yes
 
-USE_GITHUB=		yes
+USE_GITHUB=	yes
 GH_ACCOUNT=	getpelican
 GH_COMMIT=	b35ce43
 


More information about the svn-ports-head mailing list