From scottj@pluto.owp.csus.edu  Tue Sep 30 15:10:45 2003
Return-Path: <scottj@pluto.owp.csus.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id BC4A016A4B3; Tue, 30 Sep 2003 15:10:45 -0700 (PDT)
Received: from pluto.owp.csus.edu (pluto.owp.csus.edu [130.86.232.248])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BFF8543FD7; Tue, 30 Sep 2003 15:10:42 -0700 (PDT)
	(envelope-from scottj@pluto.owp.csus.edu)
Received: from pluto.owp.csus.edu (localhost [127.0.0.1])
	by pluto.owp.csus.edu (8.12.10/8.12.9) with ESMTP id h8UM9Grc049213
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 30 Sep 2003 15:09:16 -0700 (PDT)
	(envelope-from scottj@pluto.owp.csus.edu)
Received: (from scottj@localhost)
	by pluto.owp.csus.edu (8.12.10/8.12.9/Submit) id h8UM9GBZ049212;
	Tue, 30 Sep 2003 15:09:16 -0700 (PDT)
	(envelope-from scottj)
Message-Id: <200309302209.h8UM9GBZ049212@pluto.owp.csus.edu>
Date: Tue, 30 Sep 2003 15:09:16 -0700 (PDT)
From: Joseph Scott <joseph@randomnetworks.com>
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Cc: edwin@freebsd.org
Subject: [MAINTAINER UPDATE] sysutils/adtool 1.1 -> 1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         57429
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] sysutils/adtool 1.1 -> 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 15:20:09 PDT 2003
>Closed-Date:    Sun Oct 05 05:38:41 PDT 2003
>Last-Modified:  Sun Oct 05 05:38:41 PDT 2003
>Originator:     Joseph Scott
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD pluto.owp.csus.edu 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #10: Tue Sep 16 09:57:41 PDT 2003 scottj@pluto.owp.csus.edu:/usr/obj/usr/src/sys/PLUTO i386


>Description:
[MAINTAINER UPDATE] sysutils/adtool 1.1 -> 1.2

I've also fixed the port to use USE_OPENLDAP (which was pointed out by several
people, even though I sent the original PR in well before USE_OPENLDAP came
into being).

The home for this port has also been update.

I've CC'd edwin@freebsd.org on this PR in hopes that he'll take care of it
since he took care of my original adtool PR.
>How-To-Repeat:
>Fix:
--- adtool.diff begins here ---
diff -ruN adtool.orig/Makefile adtool/Makefile
--- adtool.orig/Makefile	Tue Sep 30 14:52:21 2003
+++ adtool/Makefile	Tue Sep 30 14:53:44 2003
@@ -6,16 +6,14 @@
 #
 
 PORTNAME=			adtool
-PORTVERSION=		1.1
+PORTVERSION=		1.2
 CATEGORIES=			sysutils
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=		http://dexy.mine.nu/adtool/
 
 MAINTAINER=	joseph@randomnetworks.com
 COMMENT=	Active Directory administration tool
 
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
-LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21
+USE_OPENLDAP=YES
 
 USE_GMAKE=		yes
 HAS_CONFIGURE=	yes
diff -ruN adtool.orig/distinfo adtool/distinfo
--- adtool.orig/distinfo	Tue Sep 30 14:52:21 2003
+++ adtool/distinfo	Tue Sep 30 14:55:13 2003
@@ -1 +1 @@
-MD5 (adtool-1.1.tar.gz) = 3e729dc1b2463fbe5d1afe66bdad4d91
+MD5 (adtool-1.2.tar.gz) = 76328d400ec13adc3e73c218fb2f2223
diff -ruN adtool.orig/files/patch-src::tools::Makefile.in adtool/files/patch-src::tools::Makefile.in
--- adtool.orig/files/patch-src::tools::Makefile.in	Tue Sep 30 14:52:21 2003
+++ adtool/files/patch-src::tools::Makefile.in	Tue Sep 30 14:58:06 2003
@@ -1,11 +1,11 @@
---- src/tools/Makefile.in.orig	Wed Apr 23 10:12:21 2003
-+++ src/tools/Makefile.in	Wed Apr 23 10:12:37 2003
-@@ -76,7 +76,7 @@
+--- src/tools/Makefile.in.orig	Tue Sep 30 14:56:08 2003
++++ src/tools/Makefile.in	Tue Sep 30 14:56:39 2003
+@@ -119,7 +119,7 @@
  
  INCLUDES = -I@top_srcdir@/src/lib
- CFLAGS = -Wall @CFLAGS@
--LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
-+LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
+ AM_CFLAGS = @CFLAGS@
+-AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
++AM_LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
  
  bin_PROGRAMS = adtool
  
diff -ruN adtool.orig/pkg-descr adtool/pkg-descr
--- adtool.orig/pkg-descr	Tue Sep 30 14:52:21 2003
+++ adtool/pkg-descr	Tue Sep 30 14:54:57 2003
@@ -2,4 +2,4 @@
 Features include user and group creation, deletion, modification, password 
 setting and directory query and search capabilities. 
 
-WWW: http://adtool.sourceforge.net/
+WWW: http://dexy.mine.nu/adtool/
--- adtool.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Sun Oct 5 05:38:36 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=57429 
>Unformatted:
