Date: Mon, 12 Feb 2018 00:59:58 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461548 - head/archivers/py-python-lhafile Message-ID: <201802120059.w1C0xwik067489@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cs@innolan.dk> (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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802120059.w1C0xwik067489>