From owner-svn-ports-head@freebsd.org Sun Jul 16 10:14:22 2017 Return-Path: Delivered-To: svn-ports-head@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 DF285BFBD00; Sun, 16 Jul 2017 10:14:22 +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 ACC5674B10; Sun, 16 Jul 2017 10:14:22 +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 v6GAELcK086074; Sun, 16 Jul 2017 10:14:21 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6GAELKR086073; Sun, 16 Jul 2017 10:14:21 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201707161014.v6GAELKR086073@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:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445993 - head/www/py-rfc3987 X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/www/py-rfc3987 X-SVN-Commit-Revision: 445993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2017 10:14:23 -0000 Author: koobs Date: Sun Jul 16 10:14:21 2017 New Revision: 445993 URL: https://svnweb.freebsd.org/changeset/ports/445993 Log: 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 MFH: 2017Q3 Modified: head/www/py-rfc3987/Makefile Modified: head/www/py-rfc3987/Makefile ============================================================================== --- head/www/py-rfc3987/Makefile Sun Jul 16 10:00:42 2017 (r445992) +++ head/www/py-rfc3987/Makefile Sun Jul 16 10:14:21 2017 (r445993) @@ -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