From owner-svn-ports-head@freebsd.org Mon Jan 23 15:47:39 2017 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 4CF5ECBEFBC; Mon, 23 Jan 2017 15:47:39 +0000 (UTC) (envelope-from skreuzer@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 1C65A3A4; Mon, 23 Jan 2017 15:47:39 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0NFlc14086616; Mon, 23 Jan 2017 15:47:38 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NFlci3086614; Mon, 23 Jan 2017 15:47:38 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201701231547.v0NFlci3086614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Mon, 23 Jan 2017 15:47:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432239 - head/security/ratproxy 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.23 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: Mon, 23 Jan 2017 15:47:39 -0000 Author: skreuzer Date: Mon Jan 23 15:47:37 2017 New Revision: 432239 URL: https://svnweb.freebsd.org/changeset/ports/432239 Log: Update MASTER_SITES Modified: head/security/ratproxy/Makefile head/security/ratproxy/pkg-descr Modified: head/security/ratproxy/Makefile ============================================================================== --- head/security/ratproxy/Makefile Mon Jan 23 15:36:43 2017 (r432238) +++ head/security/ratproxy/Makefile Mon Jan 23 15:47:37 2017 (r432239) @@ -4,13 +4,12 @@ PORTNAME= ratproxy PORTVERSION= 1.58 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= ftp://ftp.bit.nl/openbsd/distfiles/ \ + ftp://mirror.wdc1.us.leaseweb.net/gentoo/distfiles/ MAINTAINER= skreuzer@FreeBSD.org COMMENT= Semi-automated, largely passive web application security audit tool -BROKEN= Unfetchable (google code has gone away) - USES= shebangfix ssl CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Modified: head/security/ratproxy/pkg-descr ============================================================================== --- head/security/ratproxy/pkg-descr Mon Jan 23 15:36:43 2017 (r432238) +++ head/security/ratproxy/pkg-descr Mon Jan 23 15:47:37 2017 (r432239) @@ -5,4 +5,4 @@ sensitive detection, and automatic annot security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments. -WWW: http://code.google.com/p/ratproxy/ +WWW: https://github.com/codenote/ratproxy