On Sat 24/02/2018 15:33, Björn Ketelaars wrote:
> Diff below brings urlwatch to the latest version. All regression tests
> are ok. Lightly tested on my laptop.
> 
> OK?

I messed up...new diff. Sorry for the noise!

OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/urlwatch/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    17 Feb 2018 09:28:09 -0000      1.11
+++ Makefile    24 Feb 2018 14:50:42 -0000
@@ -2,9 +2,8 @@
 
 COMMENT=       monitor webpages for updates
 
-MODPY_EGG_VERSION=     2.6
+MODPY_EGG_VERSION=     2.8
 DISTNAME=      urlwatch-${MODPY_EGG_VERSION}
-REVISION=      1
 
 CATEGORIES=    www
 
@@ -22,11 +21,13 @@ MODPY_SETUPTOOLS=       Yes
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   converters/py-html2text${MODPY_FLAVOR} \
                databases/py-minidb \
+               devel/py-appdirs${MODPY_FLAVOR} \
                security/py-keyring${MODPY_FLAVOR} \
                textproc/py-yaml${MODPY_FLAVOR} \
                www/lynx \
                www/py-requests${MODPY_FLAVOR}
-TEST_DEPENDS=  devel/py-nose${MODPY_FLAVOR}
+TEST_DEPENDS=  devel/py-codestyle${MODPY_FLAVOR} \
+               devel/py-nose${MODPY_FLAVOR}
 
 post-install:
        mv ${PREFIX}/share/man/* ${PREFIX}/man/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/urlwatch/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    14 Dec 2016 10:17:21 -0000      1.6
+++ distinfo    24 Feb 2018 14:50:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (urlwatch-2.6.tar.gz) = V6kKCno/BWu/d8kXYhoSQzjeIOFc41aHO5q7py9X1vQ=
-SIZE (urlwatch-2.6.tar.gz) = 30412
+SHA256 (urlwatch-2.8.tar.gz) = zt9hLZ88TEfKj/0qNnU7CGhyKhCBOSCPD70rV/bjQLM=
+SIZE (urlwatch-2.8.tar.gz) = 32745

Reply via email to