diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-21 05:39:15 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-08-21 05:39:15 +0000 |
commit | 79e0fae744340ecff0b9ab4cd8526b7eda7eff7c (patch) | |
tree | 7f0efdf4e67fe653e0fcf7248eea9ccfce7006da /misc/pubs | |
parent | 79397e6c9c5089e3c5e6be2a7a43e83e83c56023 (diff) | |
download | ports-79e0fae744340ecff0b9ab4cd8526b7eda7eff7c.tar.gz ports-79e0fae744340ecff0b9ab4cd8526b7eda7eff7c.zip |
Notes
Diffstat (limited to 'misc/pubs')
-rw-r--r-- | misc/pubs/Makefile | 6 | ||||
-rw-r--r-- | misc/pubs/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/misc/pubs/Makefile b/misc/pubs/Makefile index 14f9cd327fb7..cf6ee1e792ca 100644 --- a/misc/pubs/Makefile +++ b/misc/pubs/Makefile @@ -2,8 +2,7 @@ PORTNAME= pubs DISTVERSIONPREFIX= v -DISTVERSION= 0.7.0-104 -DISTVERSIONSUFFIX= -gc513870 +DISTVERSION= 0.8.0 CATEGORIES= misc python MAINTAINER= yuri@FreeBSD.org @@ -15,11 +14,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FL ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}feedparser>0:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python USE_GITHUB= yes USE_PYTHON= distutils autoplist noflavors +NO_ARCH= yes .include <bsd.port.mk> diff --git a/misc/pubs/distinfo b/misc/pubs/distinfo index 6d151a5c4328..6677475bed36 100644 --- a/misc/pubs/distinfo +++ b/misc/pubs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1529253705 -SHA256 (pubs-pubs-v0.7.0-104-gc513870_GH0.tar.gz) = 3eaecda3cbc4ca15584142972000f4f05c3afb18031ddbaa42f15cd13b9c6c35 -SIZE (pubs-pubs-v0.7.0-104-gc513870_GH0.tar.gz) = 672365 +TIMESTAMP = 1534829474 +SHA256 (pubs-pubs-v0.8.0_GH0.tar.gz) = 13c0d12a3548e0bced0453ef31cb74eb7bac68006859269eb323b4ecfde2d8dc +SIZE (pubs-pubs-v0.8.0_GH0.tar.gz) = 691675 |