Index: head/security/ratproxy/Makefile =================================================================== --- head/security/ratproxy/Makefile (revision 234665) +++ head/security/ratproxy/Makefile (revision 234666) @@ -1,28 +1,28 @@ # New ports collection makefile for: ratproxy # Date created: 3 July 2008 # Whom: Steven Kreuzer # # $FreeBSD$ # PORTNAME= ratproxy -PORTVERSION= 1.51 +PORTVERSION= 1.58 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Semi-automated, largely passive web application security audit tool USE_OPENSSL= YES WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/ratproxy \ bin/ratproxy-report.sh post-patch: @${REINPLACE_CMD} -e 's#-Wno-pointer-sign##g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin .include Property changes on: head/security/ratproxy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/ratproxy/distinfo =================================================================== --- head/security/ratproxy/distinfo (revision 234665) +++ head/security/ratproxy/distinfo (revision 234666) @@ -1,3 +1,3 @@ -MD5 (ratproxy-1.51.tar.gz) = 40e47c86c8beaf01dabe4eae9458cf13 -SHA256 (ratproxy-1.51.tar.gz) = f58a40d021988874c1bac177413c7b07b985721ff1282cd6734623c08fed634b -SIZE (ratproxy-1.51.tar.gz) = 168409 +MD5 (ratproxy-1.58.tar.gz) = e4d5e64a0bd8f8f92032cbcee77fb3cf +SHA256 (ratproxy-1.58.tar.gz) = 2142d5643305713d9be7fcc82a244048076190851e697b645c49b549a7ae0725 +SIZE (ratproxy-1.58.tar.gz) = 168700 Property changes on: head/security/ratproxy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/ratproxy/files/patch-Makefile =================================================================== --- head/security/ratproxy/files/patch-Makefile (revision 234665) +++ head/security/ratproxy/files/patch-Makefile (revision 234666) @@ -1,22 +1,26 @@ ---- Makefile.orig 2008-07-03 23:38:31.000000000 -0400 -+++ Makefile 2008-07-03 23:38:53.000000000 -0400 -@@ -23,18 +23,10 @@ - CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE +--- Makefile.orig 2008-06-10 07:44:28.000000000 -0400 ++++ Makefile 2009-05-27 10:17:46.000000000 -0400 +@@ -20,21 +20,13 @@ + # + + PROGNAME = ratproxy +-CFLAGS = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE ++CFLAGS ?= -O3 -D_GNU_SOURCE LDFLAGS = -lcrypto -lssl -all: $(PROGNAME) flare-check +all: $(PROGNAME) $(PROGNAME): $(PROGNAME).c http.c mime.c ssl.c http.h mime.h ssl.h nlist.h config.h debug.h types.h string-inl.h $(CC) $(PROGNAME).c -o $(PROGNAME) $(CFLAGS) http.c mime.c ssl.c $(LDFLAGS) -flare-check: - @flare-dist/flare 2>&1 | grep -qF Igor || ( \ - echo; \ - echo '*** WARNING: 'flare-dist/flare' bianry is not operational.'; \ - echo '*** Please see flare-dist/README and update it for your OS.'; \ - echo ) - clean: rm -f $(PROGNAME) *.exe *.o *~ a.out core core.[1-9][0-9]* *.stackdump - Property changes on: head/security/ratproxy/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property