View | Details | Raw Unified | Return to bug 57429
Collapse All | Expand All

(-)adtool/Makefile (-5 / +3 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=			adtool
8
PORTNAME=			adtool
9
PORTVERSION=		1.1
9
PORTVERSION=		1.2
10
CATEGORIES=			sysutils
10
CATEGORIES=			sysutils
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=		http://dexy.mine.nu/adtool/
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
12
14
MAINTAINER=	joseph@randomnetworks.com
13
MAINTAINER=	joseph@randomnetworks.com
15
COMMENT=	Active Directory administration tool
14
COMMENT=	Active Directory administration tool
16
15
17
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
16
USE_OPENLDAP=YES
18
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21
19
17
20
USE_GMAKE=		yes
18
USE_GMAKE=		yes
21
HAS_CONFIGURE=	yes
19
HAS_CONFIGURE=	yes
(-)adtool/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (adtool-1.1.tar.gz) = 3e729dc1b2463fbe5d1afe66bdad4d91
1
MD5 (adtool-1.2.tar.gz) = 76328d400ec13adc3e73c218fb2f2223
(-)adtool/files/patch-src::tools::Makefile.in (-6 / +6 lines)
Lines 1-11 Link Here
1
--- src/tools/Makefile.in.orig	Wed Apr 23 10:12:21 2003
1
--- src/tools/Makefile.in.orig	Tue Sep 30 14:56:08 2003
2
+++ src/tools/Makefile.in	Wed Apr 23 10:12:37 2003
2
+++ src/tools/Makefile.in	Tue Sep 30 14:56:39 2003
3
@@ -76,7 +76,7 @@
3
@@ -119,7 +119,7 @@
4
 
4
 
5
 INCLUDES = -I@top_srcdir@/src/lib
5
 INCLUDES = -I@top_srcdir@/src/lib
6
 CFLAGS = -Wall @CFLAGS@
6
 AM_CFLAGS = @CFLAGS@
7
-LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
7
-AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
8
+LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
8
+AM_LDFLAGS = -lldap -llber -lldap_r -pthread @LDFLAGS@
9
 
9
 
10
 bin_PROGRAMS = adtool
10
 bin_PROGRAMS = adtool
11
 
11
 
(-)adtool/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
Features include user and group creation, deletion, modification, password 
2
Features include user and group creation, deletion, modification, password 
3
setting and directory query and search capabilities. 
3
setting and directory query and search capabilities. 
4
4
5
WWW: http://adtool.sourceforge.net/
5
WWW: http://dexy.mine.nu/adtool/

Return to bug 57429