svn commit: r455619 - head/devel/py-apache_conf_parser

Dan Langille dvl at FreeBSD.org
Tue Dec 5 20:27:28 UTC 2017


Author: dvl
Date: Tue Dec  5 20:27:27 2017
New Revision: 455619
URL: https://svnweb.freebsd.org/changeset/ports/455619

Log:
  Update license information to BSD2CLAUSE
  
  PR:		222450
  Submitted by:	yasu at utahime.org

Modified:
  head/devel/py-apache_conf_parser/Makefile

Modified: head/devel/py-apache_conf_parser/Makefile
==============================================================================
--- head/devel/py-apache_conf_parser/Makefile	Tue Dec  5 20:21:54 2017	(r455618)
+++ head/devel/py-apache_conf_parser/Makefile	Tue Dec  5 20:27:27 2017	(r455619)
@@ -3,6 +3,7 @@
 
 PORTNAME=	apache_conf_parser
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	dvl at FreeBSD.org
 COMMENT=	Parse and manipulate apache conf files
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list