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

Joseph Scott joseph at randomnetworks.com
Tue Sep 30 22:20:22 UTC 2003


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 30 15:20:09 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list