Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 13:16:50 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318964 - head/security/sssd
Message-ID:  <201305241316.r4ODGo7g023769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri May 24 13:16:49 2013
New Revision: 318964
URL: http://svnweb.freebsd.org/changeset/ports/318964

Log:
  Chase the c-ares shlib bump. [1]
  Fix plist by adding localized man pages.
  Bump portrevision.
  Trim makefile headers
  
  Submitted by:	xorg exp-run [1]
  Approved by:	portmgr (bapt)

Modified:
  head/security/sssd/Makefile
  head/security/sssd/pkg-plist

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Fri May 24 12:25:00 2013	(r318963)
+++ head/security/sssd/Makefile	Fri May 24 13:16:49 2013	(r318964)
@@ -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/po
 		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>
 

Modified: head/security/sssd/pkg-plist
==============================================================================
--- head/security/sssd/pkg-plist	Fri May 24 12:25:00 2013	(r318963)
+++ head/security/sssd/pkg-plist	Fri May 24 13:16:49 2013	(r318964)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241316.r4ODGo7g023769>