summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-10-05 17:39:08 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-10-05 17:39:08 +0000
commit5fc9848533128af3a0b49b6a7b0ed8e1c90949bb (patch)
treee34cd994dd7eb798ad329f1cba15264c4275dd00
parent- Replace USE_AUTOTOOLS with USES=autoreconf:build (diff)
- 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
Notes
Notes: svn path=/head/; revision=370098
-rw-r--r--net/smbldap-tools/Makefile2
-rw-r--r--net/smbldap-tools/files/patch-smbldap-config.pl15
-rw-r--r--net/smbldap-tools/files/smbldap-config.pl7
3 files changed, 14 insertions, 10 deletions
diff --git a/net/smbldap-tools/Makefile b/net/smbldap-tools/Makefile
index 64c6a3ad352a..523833ec8a57 100644
--- a/net/smbldap-tools/Makefile
+++ b/net/smbldap-tools/Makefile
@@ -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}/
diff --git a/net/smbldap-tools/files/patch-smbldap-config.pl b/net/smbldap-tools/files/patch-smbldap-config.pl
index 874b9fe27e79..ba2626212b4a 100644
--- a/net/smbldap-tools/files/patch-smbldap-config.pl
+++ b/net/smbldap-tools/files/patch-smbldap-config.pl
@@ -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
++
diff --git a/net/smbldap-tools/files/smbldap-config.pl b/net/smbldap-tools/files/smbldap-config.pl
deleted file mode 100644
index d4e5d4f27a8b..000000000000
--- a/net/smbldap-tools/files/smbldap-config.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-
-############################################################
-
-=head1 NAME
-
-=cut
-