diff options
author | Alan Somers <asomers@FreeBSD.org> | 2017-03-27 20:48:27 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2017-03-27 20:48:27 +0000 |
commit | b9a543b963e22a25d7c97fbbf3af2384d6a004e2 (patch) | |
tree | 286c5a067d78f7fd1f6379f580c4ce07566e0c39 | |
parent | 58d4cd1568973572a34c33ac6d4ee28db4709a69 (diff) | |
download | ports-b9a543b963e22a25d7c97fbbf3af2384d6a004e2.tar.gz ports-b9a543b963e22a25d7c97fbbf3af2384d6a004e2.zip |
Notes
-rw-r--r-- | security/sssd/Makefile | 3 | ||||
-rw-r--r-- | security/sssd/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 2799c87ab4ce..8d7f55ab53f3 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -5,8 +5,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 PORTREVISION= 8 CATEGORIES= security -MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ - http://mirrors.rit.edu/zi/ +MASTER_SITES= https://releases.pagure.org/SSSD/${PORTNAME}/ MAINTAINER= lukas.slebodnik@intrak.sk COMMENT= System Security Services Daemon diff --git a/security/sssd/pkg-descr b/security/sssd/pkg-descr index 526c666af2fc..1ef718d898be 100644 --- a/security/sssd/pkg-descr +++ b/security/sssd/pkg-descr @@ -6,4 +6,4 @@ basis to provide client auditing and policy services for projects like FreeIPA. sssd also features caching, which can allow for offline use to assist laptop users. -WWW: https://fedorahosted.org/sssd/ +WWW: https://pagure.io/SSSD/sssd |