svn commit: r515782 - head/net/pear-Net_URL2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 27 11:30:31 UTC 2019


Author: sunpoet
Date: Sun Oct 27 11:30:30 2019
New Revision: 515782
URL: https://svnweb.freebsd.org/changeset/ports/515782

Log:
  Add LICENSE_FILE
  
  - Take maintainership

Modified:
  head/net/pear-Net_URL2/Makefile

Modified: head/net/pear-Net_URL2/Makefile
==============================================================================
--- head/net/pear-Net_URL2/Makefile	Sun Oct 27 11:30:25 2019	(r515781)
+++ head/net/pear-Net_URL2/Makefile	Sun Oct 27 11:30:30 2019	(r515782)
@@ -5,12 +5,14 @@ PORTNAME=	Net_URL2
 PORTVERSION=	2.2.1
 CATEGORIES=	net www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	PEAR Class for parsing and handling URL
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/docs/BSD-3-CLAUSE-Heyes
 
 USES=		pear
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list