From owner-svn-ports-head@freebsd.org Wed Jul 25 00:13:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA141059CD2; Wed, 25 Jul 2018 00:13:52 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FDED862DF; Wed, 25 Jul 2018 00:13:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BAFA12D23; Wed, 25 Jul 2018 00:13:52 +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 w6P0Dqme074103; Wed, 25 Jul 2018 00:13:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6P0DquA074102; Wed, 25 Jul 2018 00:13:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201807250013.w6P0DquA074102@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 25 Jul 2018 00:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475285 - head/archivers/py-libarchive-c X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/archivers/py-libarchive-c X-SVN-Commit-Revision: 475285 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.27 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: Wed, 25 Jul 2018 00:13:53 -0000 Author: koobs Date: Wed Jul 25 00:13:51 2018 New Revision: 475285 URL: https://svnweb.freebsd.org/changeset/ports/475285 Log: archivers/py-libarchive-c: Add LICENSE_FILE Modified: head/archivers/py-libarchive-c/Makefile Modified: head/archivers/py-libarchive-c/Makefile ============================================================================== --- head/archivers/py-libarchive-c/Makefile Wed Jul 25 00:09:09 2018 (r475284) +++ head/archivers/py-libarchive-c/Makefile Wed Jul 25 00:13:51 2018 (r475285) @@ -3,6 +3,7 @@ PORTNAME= libarchive-c PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,7 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Python interface to libarchive LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/LICENSE.md TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \