Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 20:27:27 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455619 - head/devel/py-apache_conf_parser
Message-ID:  <201712052027.vB5KRRRF093204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Parse and manipulate apache conf files
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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