pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
Alan Coopersmith (4):
Remove dependency on libXaw
config: Add missing AC_CONFIG_SRCDIR
Remove Xaw mention from README
beforelight 1.0.5
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups, plus a bunch
more from years past that had been sitting in git for a long time.
The beforelight program is a sample implementation of a screen saver
for X servers supporting the MIT-SCREEN-SAVER extension.
This is from the modular X.org X11 project.