From owner-svn-ports-branches@freebsd.org Sun Jul 16 10:17:17 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E217BFBE0E; Sun, 16 Jul 2017 10:17:17 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF4C374D31; Sun, 16 Jul 2017 10:17:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6GAHFt4086345; Sun, 16 Jul 2017 10:17:15 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6GAHFjm086344; Sun, 16 Jul 2017 10:17:15 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201707161017.v6GAHFjm086344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 16 Jul 2017 10:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r445994 - branches/2017Q3/www/py-rfc3987 X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: branches/2017Q3/www/py-rfc3987 X-SVN-Commit-Revision: 445994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 10:17:17 -0000 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@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