Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2011 02:59:54 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/161642: Update port: www/ffproxy
Message-ID:  <20111015025954.58802764.tkato432@yahoo.com>
Resent-Message-ID: <201110141850.p9EIoTCu052359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161642
>Category:       ports
>Synopsis:       Update port: www/ffproxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 14 18:50:29 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/ffproxy/Makefile www/ffproxy/Makefile
--- /usr/ports/www/ffproxy/Makefile	2011-09-24 14:08:43.000000000 +0900
+++ www/ffproxy/Makefile	2011-09-24 15:16:12.000000000 +0900
@@ -8,16 +8,19 @@
 PORTNAME=	ffproxy
 PORTVERSION=	1.6
 CATEGORIES=	www
-MASTER_SITES=	http://${PORTNAME}.sourceforge.net/${PORTNAME}/
+MASTER_SITES=	http://${PORTNAME}.sourceforge.net/${PORTNAME}/ \
+		http://www.sourcefiles.org/System/Daemons/Proxy/ \
+		http://www.nevm.de/${PORTNAME}/ \
+		http://faith.eu.org/${PORTNAME}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Filtering HTTP proxy server
 
-BROKEN=	does not fetch
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
-CPPFLAGS+=	-I${LOCALBASE}/include
+MAKE_JOBS_SAFE=	yes
 
 MAN5=	${PORTNAME}.conf.5
 MAN7=	${PORTNAME}.quick.7
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111015025954.58802764.tkato432>