svn commit: r301069 - head/ftp/profxp

Andrej Zverev az at FreeBSD.org
Wed Jul 18 07:34:12 UTC 2012


Author: az
Date: Wed Jul 18 07:34:11 2012
New Revision: 301069
URL: http://svn.freebsd.org/changeset/ports/301069

Log:
  - Fix package name detection

Modified:
  head/ftp/profxp/Makefile

Modified: head/ftp/profxp/Makefile
==============================================================================
--- head/ftp/profxp/Makefile	Wed Jul 18 07:16:11 2012	(r301068)
+++ head/ftp/profxp/Makefile	Wed Jul 18 07:34:11 2012	(r301069)
@@ -18,7 +18,7 @@ COMMENT=	FXP (server-to-server FTP) clie
 
 USE_PERL5=	yes
 
-RUN_DEPENDS=	p5-Socks>=0:${PORTSDIR}/net/p5-Socks \
+RUN_DEPENDS=	p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
 		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
 		p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
 



More information about the svn-ports-all mailing list