svn commit: r315818 - in head/net: nss-pam-ldapd nss-pam-ldapd-sasl
Ryan Steinmetz
zi at FreeBSD.org
Tue Apr 16 15:11:34 UTC 2013
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 at acsalaska.net
# $FreeBSD$
-PORTNAME= nss-pam-ldapd
-PKGNAMESUFFIX= -sasl
+PORTNAME= nss-pam-ldapd
+PKGNAMESUFFIX= -sasl
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Advanced fork of nss_ldap with sasl support
+MAINTAINER= zi at 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 at FreeBSD.org
+MAINTAINER?= zi at FreeBSD.org
COMMENT?= Advanced fork of nss_ldap
LICENSE= LGPL21 LGPL3
More information about the svn-ports-all
mailing list