Commit graph

14 commits

Author SHA1 Message Date
rillig
84f2203288 all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
2020-01-26 05:26:08 +00:00
rillig
a02ce26178 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:29:55 +00:00
rillig
a928eff0ca archivers: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-02 22:54:25 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
mef
2d99ce66cb Updated archivers/sarab to 1.0.0
---------------------------------
=====================================================
02/21/2010 - SaraB version 1.0.0
=====================================================
* SaraB can now be installed and run with path names containing space characters
* Corrected wrong samples for TOH backup schedules

=====================================================
02/15/2009 - SaraB version 0.2.7
=====================================================
Changes pointed out by Ivan Savcic <isavcic@gmail.com>:
* added -Q option by default when executing DAR
* DAR exit code variable fixed
* DAR exit code 5 is treated as warning now
* overall improved handling of warnings

=====================================================
11/28/2008 - SaraB version 0.2.6
=====================================================
* improvements to install.sh
* DAR exit code 11 is treated as warning now
* support for post backup script

=====================================================
08/30/2008 - SaraB version 0.2.5
=====================================================
* sarab.sh can be run via sudo (effective user id is checked)
* fix to install.sh
* install.sh now locates dar on path
2016-05-14 21:06:11 +00:00
agc
7ef3a4270a Add SHA512 digests for distfiles for archivers category
Problems found with existing distfile for eagle:
	distfiles/bicom101.zip
	distfiles/szip-2.1nb3/szip-2.1.tar.gz
	distfiles/xmill-0.9.1.tar.gz
No changes made to these distinfo files.

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.
2015-11-03 00:56:19 +00:00
dsainty
0d879ab79b It has been a few years since I used Sarab, reset MAINTAINER. 2015-09-03 02:50:20 +00:00
asau
3ccd61af4d "user-destdir" is default these days 2012-09-11 19:46:58 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
dsainty
307aa8e51d Update SaraB to 0.2.4.
Update prompted: by http://secunia.com/advisories/30394/

... but the previous version in Pkgsrc (0.2.2) wasn't vulnerable, the advisory
only relates to new functionality added in SaraB 0.2.3.

Pkgsrc changes:

- Remove patch-aa, which has been applied upstream via bug 1184476:
    http://sourceforge.net/tracker/index.php?func=detail&aid=1184476&group_id=91804&atid=598441

- Minor pkglinting

=====================================================
05/18/2008 - SaraB version 0.2.4
=====================================================

* Security fix: Encryption ciphers are no longer passed on the dar command line

=====================================================
04/21/2008 - SaraB version 0.2.3
=====================================================

* Fixes for bugs long mentioned
2008-05-28 05:13:32 +00:00
jlam
6a0bbfc676 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-02 03:48:36 +00:00
dsainty
df25c7bc68 Cosmetic tweak to MESSAGE to avoid exceeding 80 columns if PKG_SYSCONFDIR is longer than usual (PREFIX != /usr/pkg). 2007-02-19 22:59:28 +00:00
dsainty
2af7235be2 Fix incremental backups under (at least) NetBSD. Bump PKGREVISION. 2006-11-27 14:24:01 +00:00
dsainty
e2fae76dfa SaraB works with DAR (Disk ARchive) to schedule and rotate hard drive based
backups.  SaraB supports the Towers of Hanoi, Grandfather-Father-Son, or any
custom backup rotation strategy.
2006-09-03 06:27:04 +00:00