Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2014 01:48:58 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338515 - head/www/p5-Test-Nginx
Message-ID:  <201401030148.s031mwAY098765@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jan  3 01:48:58 2014
New Revision: 338515
URL: http://svnweb.freebsd.org/changeset/ports/338515

Log:
  Fix typo (=> to >=).
  
  Obtained from:	pkg-fallout@

Modified:
  head/www/p5-Test-Nginx/Makefile

Modified: head/www/p5-Test-Nginx/Makefile
==============================================================================
--- head/www/p5-Test-Nginx/Makefile	Fri Jan  3 01:45:45 2014	(r338514)
+++ head/www/p5-Test-Nginx/Makefile	Fri Jan  3 01:48:58 2014	(r338515)
@@ -14,7 +14,7 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString \
-		p5-Test-Base=>0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
 		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
 		p5-libwww>=6:${PORTSDIR}/www/p5-libwww



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