diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-04 08:01:11 +0800 |
commit | 70e497c574ff44d4f66a60636029b6549a30ed66 (patch) | |
tree | 67b52e972005d2a7f6befde145d0eebb39eb79c6 /news | |
parent | fb23a0e8810461532b3dfc95194d5e0fd229d036 (diff) | |
download | freebsd-ports-gnome-70e497c574ff44d4f66a60636029b6549a30ed66.tar.gz freebsd-ports-gnome-70e497c574ff44d4f66a60636029b6549a30ed66.tar.zst freebsd-ports-gnome-70e497c574ff44d4f66a60636029b6549a30ed66.zip |
Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change
PR: 221664
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
Diffstat (limited to 'news')
-rw-r--r-- | news/hellanzb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index e41c5c569b37..3476341ec175 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -3,7 +3,7 @@ PORTNAME= hellanzb PORTVERSION= 0.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.hellanzb.com/distfiles/ @@ -15,11 +15,12 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= par2:archivers/par2cmdline \ flac:audio/flac \ shorten:audio/shorten \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted \ ${PYTHON_PKGNAMEPREFIX}yenc>=0:news/py-yenc \ mac:audio/mac USE_PYTHON= distutils -USES= python:2 twisted:run,web +USES= python:2 PORTDOCS= CHANGELOG CREDITS README NO_ARCH= yes |