From owner-svn-ports-all@FreeBSD.ORG Sun Feb 16 10:42:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C92D73B; Sun, 16 Feb 2014 10:42:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27243128D; Sun, 16 Feb 2014 10:42:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAg0Wm066485; Sun, 16 Feb 2014 10:42:00 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAg0AD066483; Sun, 16 Feb 2014 10:42:00 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402161042.s1GAg0AD066483@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 16 Feb 2014 10:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344525 - head/textproc/py-pygments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 10:42:00 -0000 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 - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include