diff options
author | zi <zi@FreeBSD.org> | 2013-04-16 23:11:33 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-04-16 23:11:33 +0800 |
commit | cb13cd2303b50fc68192abd505ae8acfce109ee4 (patch) | |
tree | a0f5ea3a5c968274defeb09d510a64b4d05ac21d /net | |
parent | 6a1ac956be79debc0bfc49af4b77dd236575408a (diff) | |
download | freebsd-ports-gnome-cb13cd2303b50fc68192abd505ae8acfce109ee4.tar.gz freebsd-ports-gnome-cb13cd2303b50fc68192abd505ae8acfce109ee4.tar.zst freebsd-ports-gnome-cb13cd2303b50fc68192abd505ae8acfce109ee4.zip |
- Take MAINTAINERship
- Adjust style issues
- Add additional MASTER_SITES
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/nss-pam-ldapd-sasl/Makefile | 14 | ||||
-rw-r--r-- | net/nss-pam-ldapd/Makefile | 7 |
2 files changed, 11 insertions, 10 deletions
diff --git a/net/nss-pam-ldapd-sasl/Makefile b/net/nss-pam-ldapd-sasl/Makefile index 6e303d96fe6d..126b0bd6b50b 100644 --- a/net/nss-pam-ldapd-sasl/Makefile +++ b/net/nss-pam-ldapd-sasl/Makefile @@ -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" diff --git a/net/nss-pam-ldapd/Makefile b/net/nss-pam-ldapd/Makefile index 740fdca6d498..826cc54d86c7 100644 --- a/net/nss-pam-ldapd/Makefile +++ b/net/nss-pam-ldapd/Makefile @@ -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 |