From owner-svn-ports-head@freebsd.org Mon Feb 12 00:59:59 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 5CBE9F06D49; Mon, 12 Feb 2018 00:59:59 +0000 (UTC) (envelope-from yuri@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 0370B7526C; Mon, 12 Feb 2018 00:59:59 +0000 (UTC) (envelope-from yuri@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 D5344293F; Mon, 12 Feb 2018 00:59:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1C0xwrY067492; Mon, 12 Feb 2018 00:59:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1C0xwik067489; Mon, 12 Feb 2018 00:59:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802120059.w1C0xwik067489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 12 Feb 2018 00:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461548 - head/archivers/py-python-lhafile X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/archivers/py-python-lhafile X-SVN-Commit-Revision: 461548 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.25 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: Mon, 12 Feb 2018 00:59:59 -0000 Author: yuri Date: Mon Feb 12 00:59:58 2018 New Revision: 461548 URL: https://svnweb.freebsd.org/changeset/ports/461548 Log: archivers/py-python-lhafile: Update to 0.2.2 Additional port changes: * Changed MASTER_SITES to CHEESESHOP * Added DISTNAME because CHEESESHOP has lhafile as name * Updated/added to desctiption in pkg-descr * Changed WWW URL to the https:// version PR: 225839 Submitted by: Carsten Larsen (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/archivers/py-python-lhafile/Makefile head/archivers/py-python-lhafile/distinfo head/archivers/py-python-lhafile/pkg-descr Modified: head/archivers/py-python-lhafile/Makefile ============================================================================== --- head/archivers/py-python-lhafile/Makefile Mon Feb 12 00:57:48 2018 (r461547) +++ head/archivers/py-python-lhafile/Makefile Mon Feb 12 00:59:58 2018 (r461548) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= python-lhafile -PORTVERSION= 0.2.1 +DISTVERSION= 0.2.2 CATEGORIES= archivers python -MASTER_SITES= http://fengestad.no/python-lhafile/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= lhafile-${DISTVERSION} MAINTAINER= cs@innolan.dk COMMENT= LHA(.lzh) file extract interface Modified: head/archivers/py-python-lhafile/distinfo ============================================================================== --- head/archivers/py-python-lhafile/distinfo Mon Feb 12 00:57:48 2018 (r461547) +++ head/archivers/py-python-lhafile/distinfo Mon Feb 12 00:59:58 2018 (r461548) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469201699 -SHA256 (python-lhafile-0.2.1.tar.gz) = ccddfa7312d08a48159fa702c5e92efcc0e341d580e4dfb2c5a1bbdc2704e35e -SIZE (python-lhafile-0.2.1.tar.gz) = 265756 +TIMESTAMP = 1518395972 +SHA256 (lhafile-0.2.2.tar.gz) = 794763b52c386465921734bf83234d87731ba9cdc8808433c9c7fbf33fed1b9f +SIZE (lhafile-0.2.2.tar.gz) = 14311 Modified: head/archivers/py-python-lhafile/pkg-descr ============================================================================== --- head/archivers/py-python-lhafile/pkg-descr Mon Feb 12 00:57:48 2018 (r461547) +++ head/archivers/py-python-lhafile/pkg-descr Mon Feb 12 00:59:58 2018 (r461548) @@ -1,4 +1,6 @@ -The interface is like zipfile extension included in regular -python distribution. +Lhafile is python C extension to extract lha file(.lzh). The interface +is like zipfile extension included in regular python distribution. It +does not need external program for extract. It has only extract function, +not archive function. -WWW: http://fengestad.no/python-lhafile/ +WWW: https://fengestad.no/python-lhafile/