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

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 12 09:36:34 UTC 2020


Author: amdmi3
Date: Wed Aug 12 09:36:33 2020
New Revision: 544739
URL: https://svnweb.freebsd.org/changeset/ports/544739

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/py-pygments/Makefile
  head/textproc/py-pygments/pkg-descr

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Wed Aug 12 08:53:49 2020	(r544738)
+++ head/textproc/py-pygments/Makefile	Wed Aug 12 09:36:33 2020	(r544739)
@@ -13,6 +13,7 @@ MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Syntax highlighter written in Python
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/textproc/py-pygments/pkg-descr
==============================================================================
--- head/textproc/py-pygments/pkg-descr	Wed Aug 12 08:53:49 2020	(r544738)
+++ head/textproc/py-pygments/pkg-descr	Wed Aug 12 09:36:33 2020	(r544739)
@@ -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: https://pygments.org/


More information about the svn-ports-all mailing list