svn commit: r344525 - head/textproc/py-pygments

Kubilay Kocak koobs at FreeBSD.org
Sun Feb 16 10:42:00 UTC 2014


Author: koobs
Date: Sun Feb 16 10:41:59 2014
New Revision: 344525
URL: http://svnweb.freebsd.org/changeset/ports/344525
QAT: https://qat.redports.org/buildarchive/r344525/

Log:
  textproc/py-pygments: Update LICENSE, Remove py3k hack
  
  - Update LICENSE (BSD2CLAUSE)
  - Deprecate py3k-fix-pkg-plist.inc
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/py-pygments/Makefile

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Sun Feb 16 10:39:13 2014	(r344524)
+++ head/textproc/py-pygments/Makefile	Sun Feb 16 10:41:59 2014	(r344525)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pygments
 PORTVERSION=	1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,17 +12,10 @@ DISTNAME=	Pygments-${PORTVERSION}
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Syntax highlighter written in Python
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
-# Python3 ready
-USE_PYTHON=	yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 320
-.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list