Date: Mon, 3 Oct 2016 20:52:58 +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: r423225 - in head/net/nss-pam-ldapd: . files Message-ID: <201610032052.u93KqwV3004275@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Mon Oct 3 20:52:58 2016 New Revision: 423225 URL: https://svnweb.freebsd.org/changeset/ports/423225 Log: - Update to 0.9.7 - Specify path to pidfile in rc script PR: 210912, 213030 Submitted by: Marc Siebeneicher, Brent Busby Modified: head/net/nss-pam-ldapd/Makefile head/net/nss-pam-ldapd/distinfo head/net/nss-pam-ldapd/files/nslcd.in head/net/nss-pam-ldapd/files/patch-Makefile.in Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Mon Oct 3 20:27:09 2016 (r423224) +++ head/net/nss-pam-ldapd/Makefile Mon Oct 3 20:52:58 2016 (r423225) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nss-pam-ldapd -PORTVERSION= 0.8.14 -PORTREVISION= 3 +PORTVERSION= 0.9.7 CATEGORIES= net MASTER_SITES= http://arthurdejong.org/nss-pam-ldapd/ \ http://mirrors.rit.edu/zi/ Modified: head/net/nss-pam-ldapd/distinfo ============================================================================== --- head/net/nss-pam-ldapd/distinfo Mon Oct 3 20:27:09 2016 (r423224) +++ head/net/nss-pam-ldapd/distinfo Mon Oct 3 20:52:58 2016 (r423225) @@ -1,2 +1,3 @@ -SHA256 (nss-pam-ldapd-0.8.14.tar.gz) = a29ceb9b7eda386ca38f16115ffec61425462cca6b5e560c44c3d51edc03a63f -SIZE (nss-pam-ldapd-0.8.14.tar.gz) = 508949 +TIMESTAMP = 1475527019 +SHA256 (nss-pam-ldapd-0.9.7.tar.gz) = 0db88d6518bf7ffb01b44f8f8841ece5162906982ce2c9e45e6afff90d3783eb +SIZE (nss-pam-ldapd-0.9.7.tar.gz) = 762743 Modified: head/net/nss-pam-ldapd/files/nslcd.in ============================================================================== --- head/net/nss-pam-ldapd/files/nslcd.in Mon Oct 3 20:27:09 2016 (r423224) +++ head/net/nss-pam-ldapd/files/nslcd.in Mon Oct 3 20:52:58 2016 (r423225) @@ -23,6 +23,7 @@ load_rc_config ${name} : ${nslcd_supervisor=NO} command="/usr/sbin/daemon"; +pidfile="%%NSLCD_PIDFILE%%" start_precmd=nslcd_prestart start_cmd=nslcd_start status_cmd=nslcd_status Modified: head/net/nss-pam-ldapd/files/patch-Makefile.in ============================================================================== --- head/net/nss-pam-ldapd/files/patch-Makefile.in Mon Oct 3 20:27:09 2016 (r423224) +++ head/net/nss-pam-ldapd/files/patch-Makefile.in Mon Oct 3 20:52:58 2016 (r423225) @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2014-06-09 14:12:14.000000000 +0200 -+++ ./Makefile.in 2014-06-09 14:12:30.000000000 +0200 -@@ -849,7 +849,7 @@ +--- Makefile.in.orig 2016-10-03 20:44:13 UTC ++++ Makefile.in +@@ -866,7 +866,7 @@ install-nslcd_conf: echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \ else \ $(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610032052.u93KqwV3004275>