diff options
author | arved <arved@FreeBSD.org> | 2003-10-05 20:38:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-05 20:38:20 +0800 |
commit | 1421679890443eeaad57ea40e38f6eb9d99337eb (patch) | |
tree | 993e2c2a699d9597a945b84834a00fa59e4c4a3e /sysutils/adtool | |
parent | 7eb888b4427cdc6708a195263eaf4d2e84f65fe7 (diff) | |
download | freebsd-ports-gnome-1421679890443eeaad57ea40e38f6eb9d99337eb.tar.gz freebsd-ports-gnome-1421679890443eeaad57ea40e38f6eb9d99337eb.tar.zst freebsd-ports-gnome-1421679890443eeaad57ea40e38f6eb9d99337eb.zip |
Update to 1.2
Update MASTER_SITES
PR: 57429
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Diffstat (limited to 'sysutils/adtool')
-rw-r--r-- | sysutils/adtool/Makefile | 9 | ||||
-rw-r--r-- | sysutils/adtool/distinfo | 2 | ||||
-rw-r--r-- | sysutils/adtool/files/patch-src::tools::Makefile.in | 12 | ||||
-rw-r--r-- | sysutils/adtool/pkg-descr | 2 |
4 files changed, 12 insertions, 13 deletions
diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index db51772f4627..7c14760e9340 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ # -PORTNAME= adtool -PORTVERSION= 1.1 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= adtool +PORTVERSION= 1.2 +CATEGORIES= sysutils +MASTER_SITES= http://dexy.mine.nu/adtool/ MAINTAINER= joseph@randomnetworks.com COMMENT= Active Directory administration tool diff --git a/sysutils/adtool/distinfo b/sysutils/adtool/distinfo index f65d4e33a13a..29295f8003f7 100644 --- a/sysutils/adtool/distinfo +++ b/sysutils/adtool/distinfo @@ -1 +1 @@ -MD5 (adtool-1.1.tar.gz) = 3e729dc1b2463fbe5d1afe66bdad4d91 +MD5 (adtool-1.2.tar.gz) = 76328d400ec13adc3e73c218fb2f2223 diff --git a/sysutils/adtool/files/patch-src::tools::Makefile.in b/sysutils/adtool/files/patch-src::tools::Makefile.in index fd5f8a7fa446..9f178db71221 100644 --- a/sysutils/adtool/files/patch-src::tools::Makefile.in +++ b/sysutils/adtool/files/patch-src::tools::Makefile.in @@ -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 --git a/sysutils/adtool/pkg-descr b/sysutils/adtool/pkg-descr index 6d741debbc6b..caa73004ed3e 100644 --- a/sysutils/adtool/pkg-descr +++ b/sysutils/adtool/pkg-descr @@ -2,4 +2,4 @@ adtool is a unix command line utility for Active Directory administration. 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/ |