Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 17:39:09 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370098 - in head/net/smbldap-tools: . files
Message-ID:  <201410051739.s95Hd9fo011133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Oct  5 17:39:08 2014
New Revision: 370098
URL: https://svnweb.freebsd.org/changeset/ports/370098
QAT: https://qat.redports.org/buildarchive/r370098/

Log:
  - Fix previous commit (r370095), patch is now properly integrated
  
  PR:		193208
  Submitted by:	spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch)
  MFH:		2014Q4

Deleted:
  head/net/smbldap-tools/files/smbldap-config.pl
Modified:
  head/net/smbldap-tools/Makefile
  head/net/smbldap-tools/files/patch-smbldap-config.pl

Modified: head/net/smbldap-tools/Makefile
==============================================================================
--- head/net/smbldap-tools/Makefile	Sun Oct  5 17:35:08 2014	(r370097)
+++ head/net/smbldap-tools/Makefile	Sun Oct  5 17:39:08 2014	(r370098)
@@ -3,7 +3,7 @@
 
 PORTNAME=	smbldap-tools
 PORTVERSION=	0.9.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://download.gna.org/smbldap-tools/sources/${PORTVERSION}/
 

Modified: head/net/smbldap-tools/files/patch-smbldap-config.pl
==============================================================================
--- head/net/smbldap-tools/files/patch-smbldap-config.pl	Sun Oct  5 17:35:08 2014	(r370097)
+++ head/net/smbldap-tools/files/patch-smbldap-config.pl	Sun Oct  5 17:39:08 2014	(r370098)
@@ -1,5 +1,5 @@
---- smbldap-config.pl.orig	2011-10-13 11:26:12.939953317 +0200
-+++ smbldap-config.pl	2011-10-13 11:27:09.173960781 +0200
+--- smbldap-config.pl.orig	2012-03-05 09:59:44.000000000 +0100
++++ smbldap-config.pl	2014-10-05 19:32:18.349166265 +0200
 @@ -48,7 +48,7 @@
  print "-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n";
  
@@ -42,3 +42,14 @@
  
  # comment out the following line to get rid of the default banner
  # no_banner=\"1\"
+@@ -557,3 +557,10 @@
+ $mode=0600;
+ chmod $mode,"$smbldap_bind_conf","$smbldap_bind_conf.old";
+ 
++
++############################################################
++
++=head1 NAME
++
++=cut
++



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