Date: Thu, 8 Nov 2018 07:48:55 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484437 - head/net/py-iplib Message-ID: <201811080748.wA87mt8g055718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Thu Nov 8 07:48:55 2018 New Revision: 484437 URL: https://svnweb.freebsd.org/changeset/ports/484437 Log: net/py-iplib: update to v1.2.1 * while here, adopt the port; * new version taken from https://pypi.org/project/iplib/ (CHEESEPOP); * added LICENSE; * added flavors to USE_PYTHON. Approved by: beat (mentor) Differential Revision: https://reviews.freebsd.org/D17893 Modified: head/net/py-iplib/Makefile head/net/py-iplib/distinfo Modified: head/net/py-iplib/Makefile ============================================================================== --- head/net/py-iplib/Makefile Thu Nov 8 07:46:29 2018 (r484436) +++ head/net/py-iplib/Makefile Thu Nov 8 07:48:55 2018 (r484437) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= iplib -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= egypcio@googlemail.com COMMENT= Convert amongst many different IPv4 notations +LICENSE= BSD3CLAUSE + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils flavors .include <bsd.port.mk> Modified: head/net/py-iplib/distinfo ============================================================================== --- head/net/py-iplib/distinfo Thu Nov 8 07:46:29 2018 (r484436) +++ head/net/py-iplib/distinfo Thu Nov 8 07:48:55 2018 (r484437) @@ -1,2 +1,3 @@ -SHA256 (iplib-1.1.tar.gz) = 5ada87bd9176c095535b04277fcb57275931929d4105f0c451236aa456991713 -SIZE (iplib-1.1.tar.gz) = 20772 +TIMESTAMP = 1541605744 +SHA256 (iplib-1.2.1.tar.gz) = dd55f6accded7f18053f930fe72acc4c5a55d7c028698373127c84f836399ab9 +SIZE (iplib-1.2.1.tar.gz) = 10896
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811080748.wA87mt8g055718>