Page MenuHomeFreeBSD

sysutils/backuppc, sysutils/backuppc4: Add GitHub to MASTER_SITES
ClosedPublic

Authored by dbaio on Jun 4 2017, 8:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:47 AM
Unknown Object (File)
Mar 23 2024, 7:46 AM
Unknown Object (File)
Mar 2 2024, 10:39 AM
Unknown Object (File)
Dec 23 2023, 12:20 PM
Unknown Object (File)
Nov 21 2023, 9:01 PM
Unknown Object (File)
Nov 21 2023, 9:01 PM
Unknown Object (File)
Nov 21 2023, 9:01 PM
Unknown Object (File)
Nov 21 2023, 7:51 PM
Subscribers

Details

Summary
sysutils/backuppc, sysutils/backuppc4: Add GitHub to MASTER_SITES

Not using the Github framework on purpose for getting the same release file
hosted on Github and Sourceforge.

PR:	219653
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11046
Test Plan

sysutils/backuppc

$ portlint -C
WARN: Makefile: possible use of absolute pathname "/var/db/BackupPC".
WARN: /usr/home/dbaio/FreeBSD/ports_head/sysutils/backuppc/distinfo: [1]: TIMESTAMP is over 30 days old
WARN: /usr/home/dbaio/FreeBSD/ports_head/sysutils/backuppc/files/patch-update.pl: patch was not generated using ``make makepatch''.  It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
0 fatal errors and 3 warnings found.

$ make fetch
===>  License GPLv2 accepted by the user
===>   backuppc-3.3.2_2 depends on file: /usr/local/sbin/pkg - found
=> BackupPC-3.3.2.tar.gz doesn't seem to exist in /usr/home/dbaio/FreeBSD/ports_head/distfiles/.
=> Attempting to fetch https://github.com/backuppc/backuppc/releases/download/3.3.2/BackupPC-3.3.2.tar.gz
BackupPC-3.3.2.tar.gz                         100% of  544 kB  366 kBps 00m01s
===> Fetching all distfiles required by backuppc-3.3.2_2 for building

$ make checksum
===>  License GPLv2 accepted by the user
===>   backuppc-3.3.2_2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by backuppc-3.3.2_2 for building
=> SHA256 Checksum OK for BackupPC-3.3.2.tar.gz.

sysutils/backuppc4

$ portlint -C
WARN: Makefile: possible use of absolute pathname "/var/db/BackupPC".
WARN: /usr/home/dbaio/FreeBSD/ports_head/sysutils/backuppc4/distinfo: [1]: TIMESTAMP is over 30 days old
0 fatal errors and 2 warnings found.

$ make fetch
===>  License GPLv3 accepted by the user
===>   backuppc4-4.1.2 depends on file: /usr/local/sbin/pkg - found
=> BackupPC-4.1.2.tar.gz doesn't seem to exist in /usr/home/dbaio/FreeBSD/ports_head/distfiles/.
=> Attempting to fetch https://github.com/backuppc/backuppc/releases/download/4.1.2/BackupPC-4.1.2.tar.gz
BackupPC-4.1.2.tar.gz                         100% of  607 kB  370 kBps 00m02s
===> Fetching all distfiles required by backuppc4-4.1.2 for building

$ make checksum
===>  License GPLv3 accepted by the user
===>   backuppc4-4.1.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by backuppc4-4.1.2 for building
=> SHA256 Checksum OK for BackupPC-4.1.2.tar.gz.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable