diff options
author | novel <novel@FreeBSD.org> | 2017-03-25 04:52:02 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2017-03-25 04:52:02 +0000 |
commit | ec6ec66846b98a9b2d1e1d238d0bd9b142d732b8 (patch) | |
tree | 614028fefde2b1757c6f6bd3a497b2a9c3ea528d | |
parent | dfb030bd7d6ccb286ee348334b978c64d80f1651 (diff) | |
download | FreeBSD-ports-ec6ec66846b98a9b2d1e1d238d0bd9b142d732b8.zip FreeBSD-ports-ec6ec66846b98a9b2d1e1d238d0bd9b142d732b8.tar.gz |
Switch libosinfo project related ports' MASTER_SITES to pagure
As fedorahosted was retires on March 1st, 2017 [1], switch over
to pagure.
1: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
PR: 218084, 218093, 218097
Submitted by: asomers
-rw-r--r-- | devel/libosinfo/Makefile | 2 | ||||
-rw-r--r-- | misc/osinfo-db/Makefile | 2 | ||||
-rw-r--r-- | sysutils/osinfo-db-tools/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/libosinfo/Makefile b/devel/libosinfo/Makefile index 64c74c0..d3103f5 100644 --- a/devel/libosinfo/Makefile +++ b/devel/libosinfo/Makefile @@ -4,7 +4,7 @@ PORTNAME= libosinfo PORTVERSION= 1.0.0 CATEGORIES= devel -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Library for managing OS information for virtualization diff --git a/misc/osinfo-db/Makefile b/misc/osinfo-db/Makefile index a5c63d4..7c9f491 100644 --- a/misc/osinfo-db/Makefile +++ b/misc/osinfo-db/Makefile @@ -4,7 +4,7 @@ PORTNAME= osinfo-db PORTVERSION= 20161026 CATEGORIES= misc -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Osinfo database files diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index 01621cd..b8f1d0a 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -5,7 +5,7 @@ PORTNAME= osinfo-db-tools PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= https://fedorahosted.org/releases/l/i/libosinfo/ +MASTER_SITES= https://releases.pagure.org/libosinfo/ MAINTAINER= novel@FreeBSD.org COMMENT= Tools for managing the osinfo database |