svn commit: r445994 - branches/2017Q3/www/py-rfc3987

Kubilay Kocak koobs at FreeBSD.org
Sun Jul 16 10:17:17 UTC 2017


Author: koobs
Date: Sun Jul 16 10:17:15 2017
New Revision: 445994
URL: https://svnweb.freebsd.org/changeset/ports/445994

Log:
  MFH: r445993 www/py-rfc3987: Fix LICENSE_FILE typo
  
  Add missing filename suffix to LICENSE_FILE, without which causes an error at
  patch time:
  
    ===>  Missing license file for GPLv3+ in /wrkdirs/usr/ports/www/py-rfc3987/work/rfc3987-1.3.7/COPYING
    *** Error code 1
  
  Pointyhat:	koobs (QA every change!)
  Reported by:	pkg-fallout
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q3/www/py-rfc3987/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/py-rfc3987/Makefile
==============================================================================
--- branches/2017Q3/www/py-rfc3987/Makefile	Sun Jul 16 10:14:21 2017	(r445993)
+++ branches/2017Q3/www/py-rfc3987/Makefile	Sun Jul 16 10:17:15 2017	(r445994)
@@ -11,7 +11,7 @@ MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
 
 LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list