svn commit: r484507 - head/databases/pear-DoctrineCommon

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 9 09:30:23 UTC 2018


Author: amdmi3
Date: Fri Nov  9 09:30:21 2018
New Revision: 484507
URL: https://svnweb.freebsd.org/changeset/ports/484507

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Whitespace fix
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/databases/pear-DoctrineCommon/Makefile
  head/databases/pear-DoctrineCommon/pkg-descr

Modified: head/databases/pear-DoctrineCommon/Makefile
==============================================================================
--- head/databases/pear-DoctrineCommon/Makefile	Fri Nov  9 09:01:25 2018	(r484506)
+++ head/databases/pear-DoctrineCommon/Makefile	Fri Nov  9 09:30:21 2018	(r484507)
@@ -9,9 +9,11 @@ MASTER_SITES=	http://pear.doctrine-project.org/get/
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Shared code for Doctrine PHP object relational mapper
 
-LICENSE=	LGPL21
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=	pear
+USES=		pear
 PEAR_CHANNEL=	doctrine
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/databases/pear-DoctrineCommon/pkg-descr
==============================================================================
--- head/databases/pear-DoctrineCommon/pkg-descr	Fri Nov  9 09:01:25 2018	(r484506)
+++ head/databases/pear-DoctrineCommon/pkg-descr	Fri Nov  9 09:30:21 2018	(r484507)
@@ -1,3 +1,3 @@
 The Doctrine Common package contains shared code between the other packages.
 
-WWW: http://www.doctrine-project.org/
+WWW: https://www.doctrine-project.org/


More information about the svn-ports-all mailing list