Date: Mon, 17 Jan 2005 20:30:37 +0100 (CET) From: Florent Thoumie <flz@xbsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76368: Update port: net/smbldap-tools - update to version 0.8.6 Message-ID: <20050117193037.3276811996@gate.xbsd.org> Resent-Message-ID: <200501171930.j0HJUG30039576@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76368 >Category: ports >Synopsis: Update port: net/smbldap-tools - update to version 0.8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 17 19:30:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: Update to version 0.8.6. Remove REINPLACE_CMD dependency on some systems. The patch provided in ports/72867 has been included in the new release, so it can be closed. >How-To-Repeat: N/A >Fix: --- smbldap-tools.diff begins here --- diff -ruN smbldap-tools.old/Makefile smbldap-tools/Makefile --- smbldap-tools.old/Makefile Mon Jan 17 19:25:47 2005 +++ smbldap-tools/Makefile Mon Jan 17 20:15:17 2005 @@ -6,10 +6,10 @@ # PORTNAME= smbldap-tools -PORTVERSION= 0.8.5.3 +PORTVERSION= 0.8.6 CATEGORIES= net MASTER_SITES= http://www.idealx.org/prj/samba/dist/ -DISTFILES= ${PORTNAME}-0.8.5-3.tgz +EXTRACT_SUFX= .tgz MAINTAINER= flz@xbsd.org COMMENT= Useful package for managing users and groups in a LDAP directory @@ -18,18 +18,17 @@ ${SITE_PERL}/Crypt/SmbHash.pm:${PORTSDIR}/security/p5-Crypt-SmbHash RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/${PORTNAME}-0.8.5 USE_PERL5= yes NO_BUILD= yes -USE_REINPLACE= yes post-patch: - ${REINPLACE_CMD} -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ + @${PERL} -pi -e 's#/etc/samba#${PREFIX}/etc/samba#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smb.conf - ${REINPLACE_CMD} -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \ + @${PERL} -pi -e 's#/etc/opt/IDEALX#${PREFIX}/etc#' ${WRKSRC}/smbldap_tools.pm + @${PERL} -pi -e 's#/etc/smb#${PREFIX}/etc/smb#' ${WRKSRC}/configure.pl \ ${WRKSRC}/smbldap.conf \ ${WRKSRC}/smbldap_tools.pm - ${REINPLACE_CMD} -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd + @${PERL} -pi -e 's#/usr/sbin#${LOCALBASE}/sbin#' ${WRKSRC}/smbldap-passwd do-install: ${MKDIR} ${EXAMPLESDIR} diff -ruN smbldap-tools.old/distinfo smbldap-tools/distinfo --- smbldap-tools.old/distinfo Mon Jan 17 19:25:47 2005 +++ smbldap-tools/distinfo Mon Jan 17 19:27:31 2005 @@ -1,2 +1,2 @@ -MD5 (smbldap-tools-0.8.5-3.tgz) = 63abfa7c522c8fb37e1d2e2fb9d422ab -SIZE (smbldap-tools-0.8.5-3.tgz) = 275520 +MD5 (smbldap-tools-0.8.6.tgz) = ce266c508c7628b4ff382933a4f25b46 +SIZE (smbldap-tools-0.8.6.tgz) = 277464 --- smbldap-tools.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050117193037.3276811996>