svn commit: r370623 - in branches/2014Q4/net/smbldap-tools: . files
Thomas Zander
riggs at FreeBSD.org
Sat Oct 11 06:16:58 UTC 2014
Author: riggs
Date: Sat Oct 11 06:16:56 2014
New Revision: 370623
URL: https://svnweb.freebsd.org/changeset/ports/370623
QAT: https://qat.redports.org/buildarchive/r370623/
Log:
MFH: r370098
- Fix previous commit (r370095), patch is now properly integrated
MFH: r370095
- Fix build failure with pod2man 2.5+
- Bump PORTREVISION
While on it:
- Add NO_ARCH (port does not install arch dependent files)
- Clean up pkg-plist
PR: 193208
Submitted by: spil.oss at gmail.com (PR), dewayne at heuristicsystems.com.au (patch)
Approved by: portmgr(bapt,erwin), ports-secteam(rea)
Modified:
branches/2014Q4/net/smbldap-tools/Makefile
branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl
branches/2014Q4/net/smbldap-tools/pkg-plist
Directory Properties:
branches/2014Q4/ (props changed)
Modified: branches/2014Q4/net/smbldap-tools/Makefile
==============================================================================
--- branches/2014Q4/net/smbldap-tools/Makefile Sat Oct 11 01:12:14 2014 (r370622)
+++ branches/2014Q4/net/smbldap-tools/Makefile Sat Oct 11 06:16:56 2014 (r370623)
@@ -3,6 +3,7 @@
PORTNAME= smbldap-tools
PORTVERSION= 0.9.10
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://download.gna.org/smbldap-tools/sources/${PORTVERSION}/
@@ -24,6 +25,8 @@ USES= gmake perl5
GNU_CONFIGURE= yes
ALL_TARGET= build
+NO_ARCH= yes
+
PORTDOCS= *
OPTIONS_DEFINE= MIGRATION_SCRIPTS PDF_DOC DOCS
Modified: branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl
==============================================================================
--- branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl Sat Oct 11 01:12:14 2014 (r370622)
+++ branches/2014Q4/net/smbldap-tools/files/patch-smbldap-config.pl Sat Oct 11 06:16:56 2014 (r370623)
@@ -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
++
Modified: branches/2014Q4/net/smbldap-tools/pkg-plist
==============================================================================
--- branches/2014Q4/net/smbldap-tools/pkg-plist Sat Oct 11 01:12:14 2014 (r370622)
+++ branches/2014Q4/net/smbldap-tools/pkg-plist Sat Oct 11 06:16:56 2014 (r370623)
@@ -19,4 +19,3 @@ sbin/smbldap-usershow
@sample %%ETCDIR%%/smbldap.conf.sample
@sample %%ETCDIR%%/smbldap_bind.conf.sample
%%SITE_PERL%%/smbldap_tools.pm
- at dirrmtry %%ETCDIR%%
More information about the svn-ports-all
mailing list