Date: Tue, 28 Aug 2018 02:44:06 +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: r478278 - head/misc/pubs Message-ID: <201808280244.w7S2i6E5009855@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Aug 28 02:44:06 2018 New Revision: 478278 URL: https://svnweb.freebsd.org/changeset/ports/478278 Log: misc/pubs: Update 0.8.0 -> 0.8.1 This is a bug fix release. Also update the license. Reported by: upstream Modified: head/misc/pubs/Makefile head/misc/pubs/distinfo Modified: head/misc/pubs/Makefile ============================================================================== --- head/misc/pubs/Makefile Tue Aug 28 02:39:16 2018 (r478277) +++ head/misc/pubs/Makefile Tue Aug 28 02:44:06 2018 (r478278) @@ -2,13 +2,14 @@ PORTNAME= pubs DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.8.1 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org COMMENT= Your bibliography on the command line -LICENSE= BSD3CLAUSE +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/license RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} \ Modified: head/misc/pubs/distinfo ============================================================================== --- head/misc/pubs/distinfo Tue Aug 28 02:39:16 2018 (r478277) +++ head/misc/pubs/distinfo Tue Aug 28 02:44:06 2018 (r478278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534829474 -SHA256 (pubs-pubs-v0.8.0_GH0.tar.gz) = 13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc -SIZE (pubs-pubs-v0.8.0_GH0.tar.gz) = 691675 +TIMESTAMP = 1535424068 +SHA256 (pubs-pubs-v0.8.1_GH0.tar.gz) = ce9193bc7a761625e6cb57e1ffccc1266ff52d933c89bb4e3fb94f221e0ae797 +SIZE (pubs-pubs-v0.8.1_GH0.tar.gz) = 692024
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808280244.w7S2i6E5009855>