Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2013 15:11:33 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315818 - in head/net: nss-pam-ldapd nss-pam-ldapd-sasl
Message-ID:  <201304161511.r3GFBX5r092200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Apr 16 15:11:33 2013
New Revision: 315818
URL: http://svnweb.freebsd.org/changeset/ports/315818

Log:
  - Take MAINTAINERship
  - Adjust style issues
  - Add additional MASTER_SITES
  
  Feature safe:	yes

Modified:
  head/net/nss-pam-ldapd-sasl/Makefile
  head/net/nss-pam-ldapd/Makefile

Modified: head/net/nss-pam-ldapd-sasl/Makefile
==============================================================================
--- head/net/nss-pam-ldapd-sasl/Makefile	Tue Apr 16 15:03:08 2013	(r315817)
+++ head/net/nss-pam-ldapd-sasl/Makefile	Tue Apr 16 15:11:33 2013	(r315818)
@@ -1,17 +1,17 @@
 # Created by: rflynn@acsalaska.net
 # $FreeBSD$
 
-PORTNAME=		nss-pam-ldapd
-PKGNAMESUFFIX=		-sasl
+PORTNAME=	nss-pam-ldapd
+PKGNAMESUFFIX=	-sasl
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		Advanced fork of nss_ldap with sasl support
+MAINTAINER=	zi@FreeBSD.org
+COMMENT=	Advanced fork of nss_ldap with sasl support
 
-LICENSE=		# pet portlint
+LICENSE=	# pet portlint
 
 OPTIONS_SET+=	SASL
 
-SLAVE_PORT=		sasl # In case we come up with more
-MASTERDIR=		${.CURDIR}/../nss-pam-ldapd
+SLAVE_PORT=	sasl # In case we come up with more
+MASTERDIR=	${.CURDIR}/../nss-pam-ldapd
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net/nss-pam-ldapd/Makefile
==============================================================================
--- head/net/nss-pam-ldapd/Makefile	Tue Apr 16 15:03:08 2013	(r315817)
+++ head/net/nss-pam-ldapd/Makefile	Tue Apr 16 15:11:33 2013	(r315818)
@@ -3,11 +3,12 @@
 
 PORTNAME=		nss-pam-ldapd
 PORTVERSION=		0.8.12
-PORTREVISION=	1
+PORTREVISION=		1
 CATEGORIES=		net
-MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/
+MASTER_SITES=		http://arthurdejong.org/nss-pam-ldapd/ \
+    			http://mirrors.rit.edu/zi/
 
-MAINTAINER?=		ports@FreeBSD.org
+MAINTAINER?=		zi@FreeBSD.org
 COMMENT?=		Advanced fork of nss_ldap
 
 LICENSE=		LGPL21 LGPL3



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