From gslin@netnews.NCTU.edu.tw  Wed Nov  8 17:02:31 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E565616A47B;
	Wed,  8 Nov 2006 17:02:31 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6922643D79;
	Wed,  8 Nov 2006 17:02:31 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 99A5E7E; Thu,  9 Nov 2006 01:02:28 +0800 (CST)
Message-Id: <20061108170228.99A5E7E@netnews.NCTU.edu.tw>
Date: Thu,  9 Nov 2006 01:02:28 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sumikawa@FreeBSD.org, gslin@gslin.org
Subject: [PATCH] net/echoping: Use USE_OPENLDAP and fix portlint's warning
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105294
>Category:       ports
>Synopsis:       [PATCH] net/echoping: Use USE_OPENLDAP and fix portlint's warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sumikawa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 08 17:10:22 GMT 2006
>Closed-Date:    Thu Nov 09 11:50:45 JST 2006
>Last-Modified:  Thu Nov  9 03:00:43 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Use USE_OPENLDAP
- Fix portlint warning about order of DISTNAME

Port maintainer (sumikawa@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- echoping-5.99.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/echoping/Makefile /home/staff/gslin/work/ports/echoping/Makefile
--- /usr/ports/net/echoping/Makefile	Thu Jun 15 14:40:44 2006
+++ /home/staff/gslin/work/ports/echoping/Makefile	Thu Nov  9 01:01:20 2006
@@ -7,18 +7,19 @@
 
 PORTNAME=	echoping
 PORTVERSION=	5.99.0
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.internatif.org/pub/unix/echoping/
-DISTNAME=	echoping-6.0-BETA
 MASTER_SITE_SUBDIR=		${PORTNAME}
+DISTNAME=	echoping-6.0-BETA
 
 MAINTAINER=	sumikawa@FreeBSD.org
 COMMENT=	A ping-like program that uses tcp and/or http
 
 LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
-		idn.16:${PORTSDIR}/dns/libidn \
-		ldap-2.2.7:${PORTSDIR}/net/openldap22-client
+		idn.16:${PORTSDIR}/dns/libidn
 
+USE_OPENLDAP=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-http --enable-icp --enable-smtp --with-ssl \
--- echoping-5.99.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sumikawa 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 8 17:10:46 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105294 
State-Changed-From-To: open->closed 
State-Changed-By: sumikawa 
State-Changed-When: Thu Nov 9 11:50:29 JST 2006 
State-Changed-Why:  
Commited, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105294 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105294: commit references a PR
Date: Thu,  9 Nov 2006 02:50:31 +0000 (UTC)

 sumikawa    2006-11-09 02:50:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/echoping         Makefile 
   Log:
   - Use USE_OPENLDAP
   - Fix portlint warning about order of DISTNAME
   
   PR:             ports/105294
   Submitted by:   Gea-Suan Lin <gslin@gslin.org>
   
   Revision  Changes    Path
   1.25      +4 -3      ports/net/echoping/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
