diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-21 07:48:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-06-21 07:53:42 +0000 |
commit | 31bcff21f1230acc1d13fa44c4306fe688563197 (patch) | |
tree | 72ec031c29f56b5f5c45f32e908ca3a63ba196fe | |
parent | 9a785caa1a32f21ee0d6ca7d3dcd09fda6fc4797 (diff) | |
download | ports-31bcff21f1230acc1d13fa44c4306fe688563197.tar.gz ports-31bcff21f1230acc1d13fa44c4306fe688563197.zip |
databases/p5-Bucardo: Fix redirect in WWW/MASTER_SITES
-rw-r--r-- | databases/p5-Bucardo/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Bucardo/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Bucardo/Makefile b/databases/p5-Bucardo/Makefile index 43bedcb6c2f8..d33bb1178a80 100644 --- a/databases/p5-Bucardo/Makefile +++ b/databases/p5-Bucardo/Makefile @@ -1,7 +1,7 @@ PORTNAME= Bucardo PORTVERSION= 5.6.0 CATEGORIES= databases perl5 -MASTER_SITES= http://bucardo.org/downloads/ \ +MASTER_SITES= https://bucardo.org/downloads/ \ LOCAL/mat/${PORTNAME} PKGNAMEPREFIX= p5- diff --git a/databases/p5-Bucardo/pkg-descr b/databases/p5-Bucardo/pkg-descr index 476234647059..ab7dd71fbde6 100644 --- a/databases/p5-Bucardo/pkg-descr +++ b/databases/p5-Bucardo/pkg-descr @@ -4,4 +4,4 @@ Jon Jensen and Greg Sabino Mullane of End Point Corporation, and is now in use at many other organizations. Bucardo is free and open source software released under the BSD license. -WWW: http://bucardo.org/wiki/Bucardo +WWW: https://bucardo.org/Bucardo/ |