Date: Mon, 23 May 2005 18:13:36 +0400 (MSD) From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81405: [update] sysutils/adtool to 1.3 Message-ID: <200505231413.j4NEDaFq094877@waterwall.inec.ru> Resent-Message-ID: <200505231420.j4NEK2eZ036526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81405 >Category: ports >Synopsis: [update] sysutils/adtool to 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 23 14:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 31 12:08:50 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Changelog: disable ldap referrals to work better with win2k3 sp1 optarg null pointer fixes (Hilko Bengen) delete password from memory (Stephan Müller) 2Maintainer: sorry for Makefile reformating, i think this way it's look better ;) >How-To-Repeat: >Fix: Use this patch Thank you --- adtool-1.3.diff begins here --- diff -Nru adtool.orig/Makefile adtool/Makefile --- adtool.orig/Makefile Wed Feb 4 08:08:54 2004 +++ adtool/Makefile Mon May 23 17:57:34 2005 @@ -1,24 +1,24 @@ # New ports collection makefile for: adtool -# Date created: Wed 23 Apr 2003 -# Whom: joseph@randomnetworks.com +# Date created: Wed 23 Apr 2003 +# Whom: joseph@randomnetworks.com # # $FreeBSD: ports/sysutils/adtool/Makefile,v 1.4 2004/02/04 05:08:54 marcus Exp $ # -PORTNAME= adtool -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://dexy.mine.nu/adtool/ +PORTNAME= adtool +PORTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://dexy.mine.nu/adtool/ MAINTAINER= joseph@randomnetworks.com COMMENT= Active Directory administration tool -USE_GMAKE= yes +USE_GMAKE= yes USE_OPENLDAP= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --with-ldap=${LOCALBASE} +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ + --with-ldap=${LOCALBASE} MAN1= adtool.1 diff -Nru adtool.orig/distinfo adtool/distinfo --- adtool.orig/distinfo Wed Mar 31 07:11:17 2004 +++ adtool/distinfo Mon May 23 17:46:07 2005 @@ -1,2 +1,2 @@ -MD5 (adtool-1.2.tar.gz) = 76328d400ec13adc3e73c218fb2f2223 -SIZE (adtool-1.2.tar.gz) = 202328 +MD5 (adtool-1.3.tar.gz) = 0db2ba0d6cc38cf46578b39ccddb7a66 +SIZE (adtool-1.3.tar.gz) = 210072 --- adtool-1.3.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?200505231413.j4NEDaFq094877>