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

Nicola Vitale nivit at FreeBSD.org
Sun Jul 7 22:46:14 UTC 2013


Author: nivit
Date: Sun Jul  7 22:46:13 2013
New Revision: 322463
URL: http://svnweb.freebsd.org/changeset/ports/322463

Log:
  - Fix pkg-plist when Python version is >= 3.2  [1]
  - Remove indefinite article from COMMENT
  - Fix format of WWW field in pkg-descr
  
  Reported by:	eadler (via private email)  [1]

Modified:
  head/textproc/py-pygments/Makefile   (contents, props changed)
  head/textproc/py-pygments/pkg-descr   (contents, props changed)

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Sun Jul  7 22:15:41 2013	(r322462)
+++ head/textproc/py-pygments/Makefile	Sun Jul  7 22:46:13 2013	(r322463)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Pygments-${PORTVERSION}
 
 MAINTAINER=	nivit at FreeBSD.org
-COMMENT=	A syntax highlighter written in Python
+COMMENT=	Syntax highlighter written in Python
 
 LICENSE=	BSD
 
@@ -36,4 +36,10 @@ post-install:
 	@cd ${WRKSRC}/docs/build && ${COPYTREE_SHARE} . ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.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>

Modified: head/textproc/py-pygments/pkg-descr
==============================================================================
--- head/textproc/py-pygments/pkg-descr	Sun Jul  7 22:15:41 2013	(r322462)
+++ head/textproc/py-pygments/pkg-descr	Sun Jul  7 22:46:13 2013	(r322463)
@@ -10,4 +10,4 @@ source code. Highlights are:
     * a number of output formats, presently HTML, LaTeX, RTF and ANSI sequences
     * it is usable as a command-line tool and as a library
 
-WWW:	http://pygments.org/
+WWW: http://pygments.org/


More information about the svn-ports-all mailing list