pkgsrc/misc
wiz 7e0f6b0727 todoman: update to 4.0.0.
v4.0.0
------

Breaking changes in the configuration format
********************************************

The configuration format is changing with release 4.0.0. We currently depend on
an unmaintained library for configuration. It's not currently in a working
state, and while some distributions are patching it, setting up a clean
environment is a bit non-trivial, and the situation will only degrade in future.

The changes in format are be subtle, and also come with an intention to add
further extensibility in future. Configuration files will be plain python. If
you don't know Python don't worry, you don't _need_ to know Python.

I'll take my own config as a reference. The pre-4.0.0 format is:

```dosini
[main]
path = ~/.local/share/calendars/*
time_format = '%H:%M'
default_list = todo
humanize = true
startable = true
```

The 4.0.0 version would look like this:

```python
path = "~/.local/share/calendars/*"
time_format = "%H:%M"
default_list = "todo"
humanize = True
startable = True
```

Key differences:

- The `[main]` header is no longer needed.
- All strings must be quoted (this was previously optional).
- True and False start with uppercase.
- Using `yes` or `on` is no longer valid; only `True` and `False` are valid.

That's basically it. This lets up drop the problematic dependency, and we don't
actually need anything to read the config: it's just python code like the rest
of `todoman`!

For those users who _are_ python developers, you'll note this gives some
interesting flexibility: you CAN add any custom python code into the config
file. For example, you can defined the `path` programatically:

```python
def get_path() -> str:
    ...


path = get_path
```

Dropped support
***************

* Dropped support older Python versions. Only 3.8 and 3.9 are now supported.

Minor changes
*************

* Added support for python 3.9.
* The dependency `configobj` is no longer required.
* Click 8.0 is now supported.
* Fix crash when ``default_command`` has arguments.
2021-05-23 11:08:39 +00:00
..
9menu 9menu: Update to 1.10 2020-12-08 11:15:57 +00:00
abduco abduco: Use _DARWIN_C_SOURCE on Darwin. 2020-03-04 20:56:01 +00:00
Addresses revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ansiweather ansiweather: Use INSTALL_SCRIPT to avoid problems with stripping 2020-12-20 12:41:27 +00:00
ascii ascii: update to 3.18. 2020-03-07 18:31:03 +00:00
asr-manpages misc: align variable assignments 2019-11-03 17:04:19 +00:00
astrolog misc/astrolog: document harmless instances of array[char] 2020-05-03 15:08:29 +00:00
attica *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
attica-qt5 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
autocue
bbappconf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
bbdb bbdb: Support emacs26. 2018-09-13 14:21:22 +00:00
bbweather *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
bibletime revbump for boost-libs 2021-04-21 13:24:06 +00:00
blccc *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
bottlerocket all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
brs misc/brs: fix hard-coded paths in patch 2020-05-09 08:30:49 +00:00
bsdiff all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bsdstats
buffer pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
byobu Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
cabal-install *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
calibre *: recursive bump for poppler shlib major bump 2021-05-20 11:55:55 +00:00
catpoint misc/catpoint: import catpoint-0.2 2021-02-27 21:09:40 +00:00
celestia revbump for textproc/icu 2021-04-21 11:40:12 +00:00
chipmunk misc: align variable assignments 2019-11-03 17:04:19 +00:00
chord Sort PLIST files. 2018-01-01 22:29:15 +00:00
chordii misc: align variable assignments 2019-11-03 17:04:19 +00:00
cksfv cksfv: update to 1.3.15. 2020-10-14 16:18:10 +00:00
color-theme all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
colorblind
colorize *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
colorls colorls: add LICENSE 2018-12-29 08:54:01 +00:00
colortail misc: align variable assignments 2019-11-03 17:04:19 +00:00
cowsay *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cstream all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cuecat misc: align variable assignments 2019-11-03 17:04:19 +00:00
cuetools
cw *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
deckster misc/deckster: import package 2021-05-17 07:47:42 +00:00
dgpsip
dialog dialog: update to 1.3-20200228 2020-03-23 16:04:34 +00:00
dirdiff
dose3 Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
dotfile
dpkg *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
dt
dtach *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dvorakng
dvtm dvtm: Needs wide curses 2020-03-26 13:31:42 +00:00
dync
easymenu
ec2-ami-tools misc/ec2-ami-tools: remove no-op file from SUBST_FILES 2020-05-09 08:49:12 +00:00
ec2-api-tools misc: align variable assignments 2019-11-03 17:04:19 +00:00
edict
elizatalk *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
elscreen misc: align variable assignments 2019-11-03 17:04:19 +00:00
emacs-wiki misc: align variable assignments 2019-11-03 17:04:19 +00:00
epm
erlang-p1_utils erlang-p1_utils: Update to 1.0.22 2021-05-20 20:42:12 +00:00
esniper revbump for boost-libs 2021-04-21 13:24:06 +00:00
fbreader revbump for boost-libs 2021-04-21 13:24:06 +00:00
fd fd: honor CFLAGS/LDFLAGS 2021-05-14 13:26:27 +00:00
fep misc: align variable assignments 2019-11-03 17:04:19 +00:00
figlet Add support for CFLAGS and LDFLAGS 2017-10-23 23:21:59 +00:00
figlet-fonts
firelib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fzy fzy: Update misc/fzy to 1.0 2018-09-24 13:59:56 +00:00
gaupol Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gelemental *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
getopt
gkrellm-flynn *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-launch *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-leds *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-moon *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
gkrellm-weather *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
gnuls coreutils: Update to 8.32 2021-03-04 11:16:17 +00:00
goffice0.8 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
goffice0.10 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
gone
gperiodic *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
granulate granulate: remove dead download link 2021-04-23 22:22:52 +00:00
gwaei revbump for boost-libs 2021-04-21 13:24:06 +00:00
hanzim *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time
hexd hexd: Avoid compressing the man page before installation 2020-03-26 13:34:30 +00:00
heyu all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
howm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hs-extra *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
ibutton-pdkit ibutton-pdkit: remove dead links 2021-04-24 10:41:27 +00:00
ini_file_manager misc/ini_file_manager: remove misspelled C from USE_LANGUAGES 2019-09-07 07:11:46 +00:00
ipbt *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
iselect
iwatch iwatch: needs wide curses 2021-05-14 13:23:22 +00:00
ja-less misc/ja-less: remove no-op file from SUBST_FILES 2020-05-16 15:56:54 +00:00
ja-man misc: align variable assignments 2019-11-03 17:04:19 +00:00
JBidwatcher all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jhd
jive
JMdict
kaccessible revbump for boost-libs 2021-04-21 13:24:06 +00:00
kalzium revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kanjidic
kanjidic2
kanjipad *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
kbruch revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kcharselect revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kchmviewer revbump for boost-libs 2021-04-21 13:24:06 +00:00
kcontacts revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kdav revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kde-wallpapers4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdeartwork4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdeedu-data revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kdepim-runtime4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdepim4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdepimlibs4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdeplasma-addons4 revbump for boost-libs 2021-04-21 13:24:06 +00:00
kdrill
kemoticons revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kgeography revbump for textproc/icu 2021-04-21 11:40:12 +00:00
khard khard: needs setuptools_scm to build; invoke sphinx directly 2021-04-07 07:00:20 +00:00
khelpcenter revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kidentitymanagement revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kig revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kiten revbump for textproc/icu 2021-04-21 11:40:12 +00:00
klettres revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kmag revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kmousetool revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kmouth revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kp kp: remove dead download link 2021-04-25 06:47:11 +00:00
kremotecontrol revbump for boost-libs 2021-04-21 13:24:06 +00:00
kstars revbump for boost-libs 2021-04-21 13:24:06 +00:00
kteatime revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ktouch revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kturtle revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ktux revbump for boost-libs 2021-04-21 13:24:06 +00:00
kunitconversion revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kwordquiz revbump for textproc/icu 2021-04-21 11:40:12 +00:00
kz_h8write
labelnation Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
latin-words-bin latin-words-bin: remove dead download link 2021-04-25 06:42:49 +00:00
less less: Update to 563 2021-01-06 14:29:30 +00:00
libcarddav revbump for boost-libs 2021-04-21 13:24:06 +00:00
libcdio misc/libcdio: use generic curses buildlink file instead of ncurses one 2021-02-06 15:20:45 +00:00
libcdio-paranoia *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
libcec Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
libkdeedu revbump for boost-libs 2021-04-21 13:24:06 +00:00
libkeduvocdocument revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libkkc-data libkkc-data: Use GitHub framework to fetch distfile 2021-02-27 19:18:13 +00:00
libkvkontakte revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libmateweather revbump for textproc/icu 2021-04-21 11:40:12 +00:00
libquantum
libreoffice libreoffice: Update to 7.1.3.2 2021-05-07 16:33:41 +00:00
libreoffice5-bin misc: align variable assignments 2019-11-03 17:04:19 +00:00
libreoffice6-bin libreoffice6-bin: update to 6.2.8. 2020-01-29 15:56:08 +00:00
libutf
lile *: remove dead download site 2021-04-21 08:44:30 +00:00
linux-words Sort PLIST files. 2018-01-01 22:29:15 +00:00
loco *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
logsurfer misc: align variable assignments 2019-11-03 17:04:19 +00:00
lookup misc: align variable assignments 2019-11-03 17:04:19 +00:00
lr lr: update to 1.5.1. 2020-01-27 10:38:13 +00:00
lv misc: align variable assignments 2019-11-03 17:04:19 +00:00
m17n-db all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
m17n-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
marble revbump for textproc/icu 2021-04-21 11:40:12 +00:00
mate-calc mate-calc: update to 1.24.2 2021-05-04 00:07:28 +00:00
mate-utils *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
mbuffer mbuffer: Skip unnecessary portability test. 2020-03-30 19:02:32 +00:00
mdp mdp: Update to 1.0.15 2020-01-03 11:47:19 +00:00
mic-paren Import mic-paren-3.13 2020-01-22 00:11:01 +00:00
mime-types misc: Add mime-types 2020-06-09 10:10:37 +00:00
mirmon *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mkcue all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mmv
moreutils moreutils: Update to 0.65 2021-01-06 14:31:44 +00:00
most all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mousetweaks *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
mtail Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
multitail all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nxtvepg *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
nyancat all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ocaml-cudf Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-magic-mime Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-opaline Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-opam revbump for boost-libs 2021-04-21 13:24:06 +00:00
ocaml-opam-file-format Recursive revbump associated with update of lang/ocaml 2021-03-08 08:12:45 +00:00
ocaml-topkg Updated misc/ocaml-topkg to version 1.0.3. 2021-03-08 20:41:00 +00:00
open2300
open2300-mysql misc: align variable assignments 2019-11-03 17:04:19 +00:00
orca *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
p5-App-MrShell *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Array-PrintCols *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-CreditCard *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-ISBN p5-Business-ISBN: update to 3.005. 2020-09-07 12:01:25 +00:00
p5-Business-ISBN-Data p5-Business-ISBN-Data: update to 20191107. 2020-09-07 12:00:25 +00:00
p5-Business-ISMN *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Business-ISSN p5-Business-ISSN: update to 1.004. 2020-09-07 12:02:01 +00:00
p5-Business-UPS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ControlX10-CM11 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-ControlX10-CM17 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-MMagic *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-MMagic-XS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-File-Tail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-Codes p5-Locale-Codes: update to 3.65. 2020-09-07 12:03:06 +00:00
p5-Locale-libintl p5-Locale-libintl: update to 1.32. 2021-04-27 09:01:47 +00:00
p5-Locale-Maketext-Fuzzy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-Maketext-Lexicon *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Locale-US *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mac-Macbinary *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mac-PropertyList *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Msgcat *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Parse-Win32Registry *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Search *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Vroom *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Weather-PurpleAir-API update to Weather-PurpleAir-API 0.07. changes: 2020-10-18 05:03:37 +00:00
parchive *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
parley revbump for boost-libs 2021-04-21 13:24:06 +00:00
pciids Update to pciids 20200222 2020-02-22 19:48:39 +00:00
pdmenu *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
php-orangehrm *: Remove mysql51 - EOL since 2013, completely broken with OpenSSL 1.1 2020-03-13 10:05:41 +00:00
pick pick: Update to 3.0.1 2019-03-12 19:02:45 +00:00
pinfo
pixd pixd: Avoid compressing the man page before installation 2020-03-26 13:48:29 +00:00
ppower *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pty-redir
py-anita misc/py-anita: update to 2.8 2020-11-11 12:24:52 +00:00
py-ansi py-ansi: updated to 0.2.0 2021-01-26 14:44:49 +00:00
py-asciinema py-asciinema: Fix installation and ALTERNATIVES 2019-01-27 10:37:33 +00:00
py-carddav misc: align variable assignments 2019-11-03 17:04:19 +00:00
py-immutables py-immutables: updated to 0.15 2021-02-15 21:17:36 +00:00
py-sniffio py-sniffio: updated to 1.2.0 2020-10-13 11:10:49 +00:00
py-stdnum py-stdnum: updated to 1.16 2021-02-07 12:38:29 +00:00
py-tqdm py-tqdm: updated to 4.60.0 2021-04-06 20:16:06 +00:00
py-trytond-carrier all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-percentage all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-weight all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-company all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-dashboard all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-party-relationship all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-siret all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-vcarddav py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-product all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-attribute all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification-taxonomic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-measurements all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-routing all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work-timesheet all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-invoice all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-plan all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-revenue all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-forecast all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-inventory-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-location-sequence all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot-sled all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping-dpd py-trytond-stock-package-shipping-dpd: not compatible with Python 2.7 any more 2020-12-07 15:41:07 +00:00
py-trytond-stock-package-shipping-ups all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-product-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
qbrew *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
qterm qterm: Fix building terrifying K&R C with compilers made in this decade. 2019-08-30 14:17:07 +00:00
R-Hmisc Add a missing dependency on graphics/R-latticeExtra. 2019-09-26 22:14:05 +00:00
R-pillar Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-praise R-praise: initial commit 2019-08-09 18:29:50 +00:00
raspberrypi-userland raspberrypi-userland: Needs pkg-config 2020-01-09 02:06:44 +00:00
reed *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
rhash rhash: updated to 1.4.1 2021-01-07 22:00:29 +00:00
rlwrap rlwrap: Update to 0.45 2021-03-04 10:12:12 +00:00
rocs revbump for boost-libs 2021-04-21 13:24:06 +00:00
root root: remove dead download link 2021-04-25 06:45:56 +00:00
root-tail Comment out dead sites. 2017-09-04 18:00:49 +00:00
routeplanner-cli Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
rox-memo Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
rpm *: Recursive revbump from devel/nss 2021-04-15 11:23:03 +00:00
ruby-ansi all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-args_parser all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-bundler misc/ruby-bundler: update to 2.2.17 2021-05-09 04:24:41 +00:00
ruby-bundler1 misc/ruby-bundler1: apply security fix 2020-09-13 14:57:04 +00:00
ruby-colorator
ruby-colorize
ruby-columnize
ruby-commander misc/ruby-commander: update to 4.6.0 2021-05-04 15:30:16 +00:00
ruby-configuration
ruby-daemons misc/ruby-daemons: update to 1.4.0 2021-05-09 04:29:57 +00:00
ruby-equalizer
ruby-gem_plugin
ruby-hashie misc/ruby-hashie: update to 4.1.0 2020-06-07 15:57:40 +00:00
ruby-launchy misc/ruby-launchy: update to 2.5.0 2020-03-23 16:49:31 +00:00
ruby-license-acceptance misc/ruby-license-acceptance: update to 2.1.13 2021-01-18 15:45:01 +00:00
ruby-memoizable
ruby-method_source misc/ruby-method_source: update to 1.0.0 2020-03-23 16:55:54 +00:00
ruby-mimemagic misc/ruby-mimemagic: update to 0.3.5 2020-05-25 14:12:03 +00:00
ruby-mini_portile2 ruby-miniportile2: update to 2.5.0. 2020-03-10 14:42:54 +00:00
ruby-naught
ruby-ohai misc/ruby-ohai: update to 16.13.0 2021-05-09 14:56:01 +00:00
ruby-parallel misc/ruby-parallel: update to 1.20.1 2021-03-07 14:40:12 +00:00
ruby-patch_finder Use https for github. 2019-07-03 07:19:03 +00:00
ruby-powerbar
ruby-progressbar misc/ruby-progressbar: update to 1.11.0 2021-01-11 14:07:32 +00:00
ruby-pry misc/ruby-pry: update to 0.14.1 2021-05-04 16:16:03 +00:00
ruby-rainbow ruby-rainbow: update to 3.0.0. 2017-12-09 19:31:58 +00:00
ruby-slop misc/ruby-slop: update to 4.8.2 2020-09-14 13:21:09 +00:00
ruby-sprockets misc/ruby-sprockets: update to 4.0.2 2020-06-07 08:37:12 +00:00
ruby-sprockets-rails misc/ruby-sprockets-rails: update to 3.2.2 2020-09-14 13:26:15 +00:00
ruby-systemu
ruby-thread_safe Remove ruby-atomic dependency. 2017-12-09 22:01:27 +00:00
ruby-transaction-simple
ruby-typed-array
ruby-windows_error misc/ruby-windows_error: Import version 0.1.2 2017-10-03 17:03:30 +00:00
rump Fix packaging under Linux 2019-08-04 14:41:27 +00:00
s6-portable-utils Update to 2.2.3.2. From the changelog: 2021-04-26 15:04:27 +00:00
sch *: remove dead download site 2021-04-21 15:31:18 +00:00
sci Comment out dead sites. 2017-09-04 18:00:49 +00:00
screen misc/screen: Fix CVE-2021-26937 and another UTF-8 bug 2021-03-13 07:24:04 +00:00
sd-mux-ctrl sd-mux-ctrl: needs pkg-config 2020-08-18 05:29:46 +00:00
send-pr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
siag misc: align variable assignments 2019-11-03 17:04:19 +00:00
since since: comment out dead sites 2017-11-15 22:19:44 +00:00
sleepto Update to sleepto-1.1 - fixes some printf formatting bugs. 2021-02-25 10:28:22 +00:00
splitvt
starplot *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
stellarium revbump for textproc/icu 2021-04-21 11:40:12 +00:00
step revbump for boost-libs 2021-04-21 13:24:06 +00:00
sunwait Don't build header files. 2019-12-21 23:44:45 +00:00
superkaramba revbump for boost-libs 2021-04-21 13:24:06 +00:00
sweeper revbump for boost-libs 2021-04-21 13:24:06 +00:00
sword revbump for boost-libs 2021-04-21 13:24:06 +00:00
tds *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
team
teseq *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tmate tmate 2.4.0 2021-01-09 12:53:45 +00:00
tmux tmux: Add a reference to upstream PR 2021-04-17 10:28:22 +00:00
todoman todoman: update to 4.0.0. 2021-05-23 11:08:39 +00:00
toilet
topless *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
ttyrec
udfclient Upgrade to minor release 0.8.11 fixing compilation errors on gcc10 and some 2020-06-20 13:29:37 +00:00
ukpostcodes
uptimec Comment out dead sites. 2017-09-06 10:40:25 +00:00
urjtag urjtag: remove references to obsolete DragonFly/i386 2018-04-30 10:38:55 +00:00
usbids Update usbids to 20200622. 2020-07-06 18:21:24 +00:00
usbprog revbump for boost-libs 2021-04-21 13:24:06 +00:00
utftools utftools: remove dead download link 2021-04-24 10:40:35 +00:00
vera Comment out dead sites. 2017-09-06 10:40:25 +00:00
vfu *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
vimpager *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
visual-regexp
vttest vttest: update to 20210210 2021-04-21 07:23:17 +00:00
vym revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wandio revbump for boost-libs 2021-04-21 13:24:06 +00:00
watch
wdic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wemux
whohas *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
window Signedness fixes to make it build again with clang. 2017-09-10 01:00:01 +00:00
xchm *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
xdg-utils Clean up the unreadable manpages, by removing blank lines and leading spaces 2020-03-30 19:04:21 +00:00
xfce4-calculator-plugin xfce4-calculator-plugin: update to 0.7.1 2021-03-18 02:20:42 +00:00
xfce4-smartbookmark-plugin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
xfce4-time-out-plugin xfce4-time-out-plugin: update to 1.1.2 2021-03-02 03:56:09 +00:00
xfce4-weather-plugin revbump for textproc/icu 2021-04-21 11:40:12 +00:00
xjdic xjdic: remove dead download link 2021-04-24 20:06:35 +00:00
xorg-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xorg-sgml-doctools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xrolodex Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
xtail Comment out dead sites. 2017-09-06 10:40:25 +00:00
xtend all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xygrib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
yelp3 *: Use the tools framework for itstool 2021-05-02 10:24:47 +00:00
yrolo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
zorro
zyGrib revbump for textproc/icu 2021-04-21 11:40:12 +00:00
zyGrib-maps all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Makefile Add deckster 2021-05-17 07:48:27 +00:00