svn commit: r448417 - head/misc/py-osd
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 20 12:30:36 UTC 2017
Author: sunpoet
Date: Sun Aug 20 12:30:35 2017
New Revision: 448417
URL: https://svnweb.freebsd.org/changeset/ports/448417
Log:
Update RUN_DEPENDS: use newer twisted
- Bump PORTREVISION for dependency change
PR: 221652
Submitted by: sunpoet (myself)
Approved by: novel (maintainer)
Modified:
head/misc/py-osd/Makefile
Modified: head/misc/py-osd/Makefile
==============================================================================
--- head/misc/py-osd/Makefile Sun Aug 20 12:30:30 2017 (r448416)
+++ head/misc/py-osd/Makefile Sun Aug 20 12:30:35 2017 (r448417)
@@ -3,7 +3,7 @@
PORTNAME= osd
PORTVERSION= 0.2.14
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= misc python
MASTER_SITES= http://ichi2.net/pyosd/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,9 @@ MAINTAINER= novel at FreeBSD.org
COMMENT= Python wrapper for osd, for displaying text on your X display
LIB_DEPENDS= libxosd.so:misc/xosd
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted
-USES= python twisted:run
+USES= python
USE_PYTHON= distutils autoplist
PORTDOCS= AUTHORS ChangeLog ChangeLog.old README README.daemon pyosd.html
More information about the svn-ports-head
mailing list