Index: head/security/ratproxy/Makefile =================================================================== --- head/security/ratproxy/Makefile (revision 432238) +++ head/security/ratproxy/Makefile (revision 432239) @@ -1,32 +1,31 @@ # Created by: Steven Kreuzer # $FreeBSD$ 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} WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= ratproxy-report.sh PLIST_FILES= bin/ratproxy \ bin/ratproxy-report.sh post-patch: @${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' \ -e "s|\(-lcrypto\)|${LDFLAGS} \1|g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${STAGEDIR}${PREFIX}/bin .include Index: head/security/ratproxy/pkg-descr =================================================================== --- head/security/ratproxy/pkg-descr (revision 432238) +++ head/security/ratproxy/pkg-descr (revision 432239) @@ -1,8 +1,8 @@ Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and 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