From owner-svn-ports-head@freebsd.org Thu Aug 25 13:31:37 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC35DBC54F6; Thu, 25 Aug 2016 13:31:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89F0E180A; Thu, 25 Aug 2016 13:31:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7PDVaZf086795; Thu, 25 Aug 2016 13:31:36 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7PDVaDR086791; Thu, 25 Aug 2016 13:31:36 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608251331.u7PDVaDR086791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 25 Aug 2016 13:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420850 - head/net/p5-IO-Socket-Socks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Aug 2016 13:31:37 -0000 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@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 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/