Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 10:41:59 +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: r344525 - head/textproc/py-pygments
Message-ID:  <201402161042.s1GAg0AD066483@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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