svn commit: r420850 - head/net/p5-IO-Socket-Socks

Emanuel Haupt ehaupt at FreeBSD.org
Thu Aug 25 13:31:37 UTC 2016


Author: ehaupt
Date: Thu Aug 25 13:31:36 2016
New Revision: 420850
URL: https://svnweb.freebsd.org/changeset/ports/420850

Log:
  - Fix WWW
  - Sort USE*

Modified:
  head/net/p5-IO-Socket-Socks/Makefile
  head/net/p5-IO-Socket-Socks/pkg-descr

Modified: head/net/p5-IO-Socket-Socks/Makefile
==============================================================================
--- head/net/p5-IO-Socket-Socks/Makefile	Thu Aug 25 13:22:27 2016	(r420849)
+++ head/net/p5-IO-Socket-Socks/Makefile	Thu Aug 25 13:31:36 2016	(r420850)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Provides a way to create socks client or server both 4 and 5 version
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/net/p5-IO-Socket-Socks/pkg-descr
==============================================================================
--- head/net/p5-IO-Socket-Socks/pkg-descr	Thu Aug 25 13:22:27 2016	(r420849)
+++ head/net/p5-IO-Socket-Socks/pkg-descr	Thu Aug 25 13:31:36 2016	(r420850)
@@ -1,3 +1,3 @@
 Provides a way to create socks client or server both 4 and 5 version.
 
-WWW: http://search.cpan.org/dist/p5-IO-Socket-Socks/
+WWW: http://search.cpan.org/dist/IO-Socket-Socks/


More information about the svn-ports-all mailing list