diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-24 13:16:49 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-24 13:16:49 +0000 |
commit | 2cea1286b012eeaf3ca0a0bed9927a6e1adf86de (patch) | |
tree | bbf0d8cb7c6cae19d48d01102a0494af4f5029ed /security/sssd | |
parent | 92d12a08c4e474fe167dc6f01fb47ddb7c0a3cd8 (diff) | |
download | ports-2cea1286b012eeaf3ca0a0bed9927a6e1adf86de.tar.gz ports-2cea1286b012eeaf3ca0a0bed9927a6e1adf86de.zip |
Notes
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 26 | ||||
-rw-r--r-- | security/sssd/pkg-plist | 13 |
2 files changed, 25 insertions, 14 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 1ac5c8bde71f..ff8ef607bc6f 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: sssd -# Date created: Sep 6 2011 -# Whom: Andrew Elble <aweits@rit.edu> -# +# Created by: Andrew Elble <aweits@rit.edu> # $FreeBSD$ -# PORTNAME= sssd DISTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ @@ -22,7 +18,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xslt.2:${PORTSDIR}/textproc/libxslt \ tdb.1:${PORTSDIR}/databases/tdb \ ldb:${PORTSDIR}/databases/ldb \ - cares.2:${PORTSDIR}/dns/c-ares \ + cares:${PORTSDIR}/dns/c-ares \ dbus:${PORTSDIR}/devel/dbus \ dhash.1:${PORTSDIR}/devel/ding-libs \ pcre.3:${PORTSDIR}/devel/pcre \ @@ -57,12 +53,16 @@ USES= gettext iconv USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME} -MAN5= sssd-ipa.5 sssd-krb5.5 sssd-ldap.5 sssd-simple.5 \ - sssd.conf.5 -MAN8= pam_sss.8 sss_cache.8 sss_groupadd.8 sss_groupdel.8 \ - sss_groupmod.8 sss_groupshow.8 sss_obfuscate.8 \ - sss_useradd.8 sss_userdel.8 sss_usermod.8 sssd.8 \ - sssd_krb5_locator_plugin.8 +MANLANG= "" cs es nl uk +MAN5_EN= sssd-ipa.5 sssd-krb5.5 sssd-ldap.5 sssd-simple.5 sssd.conf.5 +MAN8_CS= sss_groupdel.8 +MAN8_EN= pam_sss.8 sss_cache.8 sss_groupadd.8 sss_groupdel.8 \ + sss_groupmod.8 sss_groupshow.8 sss_obfuscate.8 sss_useradd.8 \ + sss_userdel.8 sss_usermod.8 sssd.8 sssd_krb5_locator_plugin.8 +MAN8_ES= sss_groupmod.8 +MAN8_NL= sss_groupmod.8 +MAN8_UK= sss_groupadd.8 sss_groupdel.8 sss_groupmod.8 sss_groupshow.8 \ + sss_userdel.8 sss_usermod.8 .include <bsd.port.pre.mk> diff --git a/security/sssd/pkg-plist b/security/sssd/pkg-plist index e3dce1865f67..426267cb577d 100644 --- a/security/sssd/pkg-plist +++ b/security/sssd/pkg-plist @@ -69,7 +69,6 @@ etc/sssd/sssd.api.d/sssd-krb5.conf etc/sssd/sssd.api.d/sssd-ipa.conf etc/sssd/sssd.api.conf etc/sssd/sssd.conf.sample -@dirrmtry lib/pkgconfig @dirrmtry lib/ldb @dirrmtry etc/sssd/sssd.api.d @dirrmtry etc/sssd @@ -77,6 +76,18 @@ etc/sssd/sssd.conf.sample @dirrm share/sssd @dirrm libexec/sssd @dirrm lib/sssd +@dirrmtry man/uk/man8 +@dirrmtry man/uk/man5 +@dirrmtry man/uk +@dirrmtry man/nl/man8 +@dirrmtry man/nl/man5 +@dirrmtry man/nl +@dirrmtry man/es/man8 +@dirrmtry man/es/man5 +@dirrmtry man/es +@dirrmtry man/cs/man8 +@dirrmtry man/cs/man5 +@dirrmtry man/cs @unexec if cmp -s %D/etc/sssd/sssd.conf.sample %D/etc/sssd/sssd.conf; then rm -f %D/etc/sssd/sssd.conf; fi @exec if [ ! -f %D/etc/sssd/sssd.conf ]; then cp -p %D/%F %B/sssd.conf; fi @unexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi |