svn commit: r370098 - in head/net/smbldap-tools: . files
Thomas Zander
riggs at FreeBSD.org
Sun Oct 5 17:39:09 UTC 2014
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 at gmail.com (PR), dewayne at 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
++
More information about the svn-ports-head
mailing list