Commit Graph

44 Commits

Author SHA1 Message Date
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
sthen
9af65f33ad use MODPY_PYBUILD 2022-11-10 14:22:27 +00:00
sthen
0e32cf670f urlwatch: regen plist, there are new manuals 2022-03-16 09:38:17 +00:00
sthen
401b1db155 update to urlwatch-2.25 2022-03-16 09:33:23 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
bca5d7b213 update to urlwatch-2.24 2021-11-08 11:24:20 +00:00
sthen
74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
sthen
577fe1e268 change some hardcoded 'rm *.orig'-like commands to ${PATCHORIG} 2021-08-01 21:06:54 +00:00
sthen
31122ae7a0 update to urlwatch-2.23 2021-04-23 21:12:21 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
90a0de0046 update to urlwatch-2.22 2021-01-04 21:11:12 +00:00
sthen
efbb98b868 update to urlwatch-2.21 2020-08-09 22:19:32 +00:00
sthen
08d341038d update to urlwatch-2.20 2020-07-30 14:13:44 +00:00
sthen
cbda31a109 update to urlwatch-2.19. add py-vobject dep so ical2text works out the box.
upgrade notes:

- if you have an old .urlwatch/lib/hooks.py you will need to either
update or remove it (new-style configurations with filters in urls.yaml
don't generally use this file, but you may have an old one lying around)

- simple filter definitions like this:

+----
| kind: url
| url: http://example.org/foo
| filter: html2text
+----

are deprecated and should be converted to this style to avoid urlwatch
whining about them::

+----
| kind: url
| url: http://example.org/foo
| filter:
|   - html2text
+----
2020-07-20 12:29:48 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
bd5a8dcdc3 update to urlwatch-2.18 2020-05-14 11:49:33 +00:00
sthen
1f4b60840b convert databases/py-minidb to new-style FLAVOR=python3, chase dependency 2020-02-29 16:03:37 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
7120420222 update to urlwatch-2.17 2019-04-18 16:29:15 +00:00
sthen
5f1da1b1ba update to urlwatch-2.16
adds CSS and XPath selectors
2019-01-28 14:48:18 +00:00
sthen
e959cef58b add an upstream commit (found by Matthew Martin) fixing urlwatch 1->2 migration 2018-11-21 22:24:45 +00:00
sthen
c4688f85dd add missing run dep on py-lxml 2018-11-21 22:18:31 +00:00
sthen
fa14c2a167 update to urlwatch-2.15 2018-10-24 13:26:25 +00:00
sthen
23e2ab140e update to urlwatch-2.14 2018-09-04 11:47:54 +00:00
sthen
fa21a0df98 update to urlwatch-2.13, take MAINTAINER 2018-06-04 14:04:54 +00:00
sthen
a9dfd263f5 update to urlwatch-2.12 2018-06-02 13:57:12 +00:00
sthen
3f9e967734 update to urlwatch-2.11
thanks to Thomas Perl (upstream) for the quick bugfix release!
2018-05-19 21:10:59 +00:00
sthen
b1dc16a5f8 update to urlwatch-2.10 2018-05-18 23:34:41 +00:00
bket
49472ef82b Update to urlwatch-2.9.
OK gsoares@, sthen@
2018-04-10 14:32:18 +00:00
bket
39c7b2f9ec update to urlwatch-2.8
OK sthen@, kn@
2018-02-24 19:02:57 +00:00
jasper
5e8539ad1c - use MODPY_PI and remove now-defunct MASTER_SITES
- switch HOMEPAGE to https while here
2018-02-17 09:28:09 +00:00
landry
7db433d240 bump ports depending on python3 in www 2017-01-03 19:28:48 +00:00
sthen
47d4de2067 update to urlwatch-2.6 2016-12-14 10:17:21 +00:00
sthen
9f83ad34c6 regen patch (no pkg change)
enable tests
2016-11-01 15:27:24 +00:00
rpe
8dfa71269b Update www/urlwatch to version 2.
This is a major update for urlwatch which is now a python3 program.
Consider looking at the README.md at https://github.com/thp/urlwatch
if you are migrating from version 1.

Noteable changes:
- the urls file is now in PyYaml format and will be auto-convertert
- watching ftp:// URLs needs a workaround like:
  kind: shell
  command: curl ftp://url/path/
- custom hooks are different and need rewriting

Feedback from and OK sthen@ aja@
2016-11-01 14:20:15 +00:00
sthen
da06a3531d modify urlwatch to use -nonumbers in the command-line to lynx 2016-01-10 16:11:48 +00:00
sthen
897b18617f regen 2016-01-10 16:11:04 +00:00
rpe
bd79c902ac Update www/urlwatch to 1.18
OK aja@
2015-04-05 23:01:23 +00:00
jasper
7442a010e4 update to urlwatch-1.17 2014-08-30 22:02:39 +00:00
sthen
29ea32c1cc add a run dep for urlwatch on lynx, ok jasper@ 2014-07-23 13:27:09 +00:00
sthen
e5840fe3a7 update to urlwatch-1.16 2014-07-18 14:11:42 +00:00
sthen
f6cf4bf2ab import ports/www/urlwatch, ok dcoppa@ benoit@
This script is intended to help you watch URLs and get notified (via
email or in your terminal) of any changes. The change notification will
include the URL that has changed and a unified diff of what has changed.

The script supports the use of a filtering hook function to strip
trivially-varying elements of a webpage.
2013-10-02 07:55:55 +00:00