pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Add share/squid to INSTALLATION_DIRS, so it gets c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fbfdc021be1
branches:  trunk
changeset: 555753:1fbfdc021be1
user:      apb <apb%pkgsrc.org@localhost>
date:      Sun Mar 08 11:39:23 2009 +0000

description:
Add share/squid to INSTALLATION_DIRS, so it gets created explicitly with
mode 755 instead of implicitly with whatever mode is implied by the
umask.

Bump PKGREVISION for squid27 and squid30 packages.

diffstat:

 www/squid/Makefile.squid |  7 ++++---
 www/squid27/Makefile     |  3 ++-
 www/squid30/Makefile     |  3 ++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (47 lines):

diff -r b82bbb318b4c -r 1fbfdc021be1 www/squid/Makefile.squid
--- a/www/squid/Makefile.squid  Sun Mar 08 10:22:37 2009 +0000
+++ b/www/squid/Makefile.squid  Sun Mar 08 11:39:23 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.squid,v 1.3 2008/09/15 17:33:26 taca Exp $
+# $NetBSD: Makefile.squid,v 1.4 2009/03/08 11:39:23 apb Exp $
 #
 # used by www/squid26/Makefile
 # used by www/squid27/Makefile
@@ -58,8 +58,9 @@
 CHECK_PORTABILITY_SKIP+=       icons/icons.shar
 
 INSTALL_TARGET=                install install-pinger
-INSTALLATION_DIRS=     bin libexec ${PKGMANDIR}/man8 sbin ${DOCDIR} \
-                       ${EGDIR} share/squid/errors share/squid/icons
+INSTALLATION_DIRS=     bin libexec ${PKGMANDIR}/man8 sbin \
+                       share/squid share/squid/errors share/squid/icons \
+                       ${DOCDIR} ${EGDIR}
 
 post-install:
 .for f in ${EGFILES}
diff -r b82bbb318b4c -r 1fbfdc021be1 www/squid27/Makefile
--- a/www/squid27/Makefile      Sun Mar 08 10:22:37 2009 +0000
+++ b/www/squid27/Makefile      Sun Mar 08 11:39:23 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/02/05 13:43:06 taca Exp $
+# $NetBSD: Makefile,v 1.6 2009/03/08 11:39:24 apb Exp $
 
 DISTNAME=      squid-2.7.STABLE6
 PKGNAME=       ${DISTNAME:S/STABLE//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v2/2.7/
 EXTRACT_SUFX=  .tar.bz2
diff -r b82bbb318b4c -r 1fbfdc021be1 www/squid30/Makefile
--- a/www/squid30/Makefile      Sun Mar 08 10:22:37 2009 +0000
+++ b/www/squid30/Makefile      Sun Mar 08 11:39:23 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2009/02/04 12:21:27 taca Exp $
+# $NetBSD: Makefile,v 1.8 2009/03/08 11:39:24 apb Exp $
 
 DISTNAME=      squid-3.0.STABLE13
 PKGNAME=       ${DISTNAME:S/STABLE//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/3.0/
 EXTRACT_SUFX=  .tar.bz2



Home | Main Index | Thread Index | Old Index