svn commit: r370095 - in head/net/smbldap-tools: . files
Thomas Zander
riggs at FreeBSD.org
Sun Oct 5 16:12:05 UTC 2014
Author: riggs
Date: Sun Oct 5 16:12:04 2014
New Revision: 370095
URL: https://svnweb.freebsd.org/changeset/ports/370095
QAT: https://qat.redports.org/buildarchive/r370095/
Log:
- 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-plis
PR: 193208
Submitted by: spil.oss at gmail.com (PR), dewayne at heuristicsystems.com.au (patch)
MFH: 2014Q4
Added:
head/net/smbldap-tools/files/smbldap-config.pl (contents, props changed)
Modified:
head/net/smbldap-tools/Makefile
head/net/smbldap-tools/pkg-plist
Modified: head/net/smbldap-tools/Makefile
==============================================================================
--- head/net/smbldap-tools/Makefile Sun Oct 5 16:04:16 2014 (r370094)
+++ head/net/smbldap-tools/Makefile Sun Oct 5 16:12:04 2014 (r370095)
@@ -3,6 +3,7 @@
PORTNAME= smbldap-tools
PORTVERSION= 0.9.10
+PORTREVISION= 1
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
Added: head/net/smbldap-tools/files/smbldap-config.pl
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net/smbldap-tools/files/smbldap-config.pl Sun Oct 5 16:12:04 2014 (r370095)
@@ -0,0 +1,7 @@
+
+############################################################
+
+=head1 NAME
+
+=cut
+
Modified: head/net/smbldap-tools/pkg-plist
==============================================================================
--- head/net/smbldap-tools/pkg-plist Sun Oct 5 16:04:16 2014 (r370094)
+++ head/net/smbldap-tools/pkg-plist Sun Oct 5 16:12:04 2014 (r370095)
@@ -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-head
mailing list