Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/squid/Attic/Makefile,v retrieving revision 1.172 retrieving revision 1.173 diff -u -p -r1.172 -r1.173 --- pkgsrc/www/squid/Attic/Makefile 2006/03/11 10:41:03 1.172 +++ pkgsrc/www/squid/Attic/Makefile 2006/03/11 13:15:59 1.173 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.172 2006/03/11 10:41:03 taca Exp $ +# $NetBSD: Makefile,v 1.173 2006/03/11 13:15:59 taca Exp $ DISTNAME= squid-2.5.STABLE12 PKGNAME= squid-2.5.12 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ @@ -28,7 +28,13 @@ PATCHFILES= squid-2.5.STABLE12-setenv.pa squid-2.5.STABLE12-devnull.patch \ squid-2.5.STABLE12-fc5.patch \ squid-2.5.STABLE12-ftpdates.patch \ - squid-2.5.STABLE12-ftpsymlink.patch + squid-2.5.STABLE12-ftpsymlink.patch \ + squid-2.5.STABLE12-max_user_ip_log-2.patch \ + squid-2.5.STABLE12-longhostnames.patch \ + squid-2.5.STABLE12-Azerbaijani.patch \ + squid-2.5.STABLE12-peer_dns_error.patch \ + squid-2.5.STABLE12-statefulhelpers_statistics.patch \ + squid-2.5.STABLE12-connstate_leak.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taca@NetBSD.org @@ -136,7 +142,7 @@ post-install: ${ECHO} "@dirrm share/squid/errors"; \ cd ${WRKSRC}/icons; \ ${LS} anthony-*.gif | \ - ${SED} -e 's@^@share/squid/icons/@'; \ + ${SED} -e 's@^@share/squid/icons/@'; \ ${ECHO} "@dirrm share/squid/icons"; \ ${ECHO} "share/squid/mib.txt"; \ ${ECHO} "@dirrm share/squid" \