[Midnightbsd-cvs] mports: www/privoxy: update to 3.0.10, add license, switch to autoconf

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 8 00:34:27 EDT 2008


Log Message:
-----------
update to 3.0.10, add license, switch to autoconf 2.62

Modified Files:
--------------
    mports/www/privoxy:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/www/privoxy/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/privoxy/pkg-plist -L www/privoxy/pkg-plist -u -r1.2 -r1.3
--- www/privoxy/pkg-plist
+++ www/privoxy/pkg-plist
@@ -36,6 +36,7 @@
 etc/privoxy/templates/toggle
 etc/privoxy/templates/toggle-mini
 etc/privoxy/templates/untrusted
+etc/privoxy/templates/url-info-osd.xml
 %%PORTDOCS%%%%DOCSDIR%%/user-manual/actions-file.html
 %%PORTDOCS%%%%DOCSDIR%%/user-manual/appendix.html
 %%PORTDOCS%%%%DOCSDIR%%/user-manual/config.html
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/privoxy/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/privoxy/Makefile -L www/privoxy/Makefile -u -r1.2 -r1.3
--- www/privoxy/Makefile
+++ www/privoxy/Makefile
@@ -2,35 +2,33 @@
 # Date created:				21 November 2002
 # Whom:					John von Essen
 #
+# $MidnightBSD$
 # $FreeBSD: ports/www/privoxy/Makefile,v 1.21 2008/01/25 15:44:02 miwi Exp $
 #
 
 PORTNAME=	privoxy
-PORTVERSION=	3.0.8
+PORTVERSION=	3.0.10
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ijbswa
 DISTNAME=	privoxy-${PORTVERSION}-stable-src
 
-MAINTAINER=	fk at fabiankeil.de
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Privoxy is a web proxy with advanced filtering capabilities
+LICENSE=	gpl2
 
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
 WRKSRC=		${WRKDIR}/privoxy-${PORTVERSION}-stable
 
 USE_GMAKE=	yes
-USE_AUTOTOOLS=	autoconf:261
+USE_AUTOTOOLS=	autoconf:262
 
 USE_RC_SUBR=	privoxy
 SUB_FILES=	pkg-message
 
 MAKEFILE=	GNUmakefile
 
-# privoxy-devel is the development release available at the Privoxy website.
-# It's not (yet) part of the FreeBSD ports collection.
-CONFLICTS=	privoxy-devel-[0-9]*
-
 MAN1=		privoxy.1
 
 CONFIGURE_ARGS=	--enable-zlib
@@ -109,6 +107,5 @@
 	@${MKDIR} /var/run/privoxy
 	@${CHOWN} privoxy:privoxy /var/run/privoxy
 	@${CHMOD} 0750 /var/run/privoxy
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/privoxy/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L www/privoxy/distinfo -L www/privoxy/distinfo -u -r1.2 -r1.3
--- www/privoxy/distinfo
+++ www/privoxy/distinfo
@@ -1,3 +1,3 @@
-MD5 (privoxy-3.0.8-stable-src.tar.gz) = 252c0e085218fb930c4bc7563e9cedd9
-SHA256 (privoxy-3.0.8-stable-src.tar.gz) = ecd51cb2785691f4e90e07d147f5ec89a151b2e578f71afb26bdd90195478499
-SIZE (privoxy-3.0.8-stable-src.tar.gz) = 2007961
+MD5 (privoxy-3.0.10-stable-src.tar.gz) = 01281017f28be2c7133124d1768da364
+SHA256 (privoxy-3.0.10-stable-src.tar.gz) = 3d9f9f56482012ddab396caf73f4c401746a4eeebd6c763b04f6108e48a9094f
+SIZE (privoxy-3.0.10-stable-src.tar.gz) = 1957465


More information about the Midnightbsd-cvs mailing list