Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2010 03:10:50 -0400 (EDT)
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        vvelox@vvelox.net
Subject:   ports/147396: [PATCH] net/p5-Net-LDAP-AutoServer: Add missing depends
Message-ID:  <201006030710.o537AoiJ008776@frieza.p6m7g8.net>
Resent-Message-ID: <201006030720.o537KHV8073085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147396
>Category:       ports
>Synopsis:       [PATCH] net/p5-Net-LDAP-AutoServer: Add missing depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 03 07:20:17 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Apr 26 16:20:00 EDT 2010
>Description:

Port maintainer (vvelox@vvelox.net) is cc'd.

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

--- p5-Net-LDAP-AutoServer-0.2.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-LDAP-AutoServer/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	20 May 2010 02:41:24 -0000	1.2
+++ Makefile	3 Jun 2010 06:23:49 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-LDAP-AutoServer
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
@@ -17,7 +18,8 @@
 
 RUN_DEPENDS=	${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
 		${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
-		${SITE_PERL}/Net/DNS/RR/SRV/Helper.pm:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper
+		${SITE_PERL}/Net/DNS/RR/SRV/Helper.pm:${PORTSDIR}/dns/p5-Net-DNS-RR-SRV-Helper \
+		${SITE_PERL}/Sort/Naturally.pm:${PORTSDIR}/textproc/p5-Sort-Naturally
 
 PERL_CONFIGURE=	yes
 
--- p5-Net-LDAP-AutoServer-0.2.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006030710.o537AoiJ008776>