pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Fix install on platforms not using pax tar. Bump P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73a2692ca1f6
branches:  trunk
changeset: 392880:73a2692ca1f6
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed May 13 08:56:55 2009 +0000

description:
Fix install on platforms not using pax tar. Bump PKGREVISION.

diffstat:

 databases/lua-tokyocabinet/Makefile |  6 +++++-
 doc/CHANGES-2009                    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 63332ebaeb59 -r 73a2692ca1f6 databases/lua-tokyocabinet/Makefile
--- a/databases/lua-tokyocabinet/Makefile       Wed May 13 08:30:26 2009 +0000
+++ b/databases/lua-tokyocabinet/Makefile       Wed May 13 08:56:55 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/05/07 10:59:04 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/05/13 08:56:55 hasso Exp $
 #
 
 DISTNAME=      tokyocabinet-lua-1.5
+PKGREVISION=   1
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/-lua-/-/}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
@@ -31,6 +32,9 @@
 
 INSTALLATION_DIRS+=    share/tokyocabinet/doc/lua
 
+post-extract:
+       ${CHMOD} -R go-w ${WRKSRC}
+
 post-install:
        cd ${WRKSRC}/doc && pax -rwpe . \
                ${DESTDIR}${PREFIX}/share/tokyocabinet/doc/lua
diff -r 63332ebaeb59 -r 73a2692ca1f6 doc/CHANGES-2009
--- a/doc/CHANGES-2009  Wed May 13 08:30:26 2009 +0000
+++ b/doc/CHANGES-2009  Wed May 13 08:56:55 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.1792 2009/05/13 08:30:26 hasso Exp $
+$NetBSD: CHANGES-2009,v 1.1793 2009/05/13 09:00:53 hasso Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -2390,3 +2390,4 @@
        Updated chat/psi to 0.12.1 [jdolecek 2009-05-13]
        Updated www/hiawatha to 0.1nb4 [hasso 2009-05-13]
        Updated print/py-pisa to 3.0.29nb1 [hasso 2009-05-13]
+       Updated databases/lua-tokyocabinet to 1.5nb1 [hasso 2009-05-13]



Home | Main Index | Thread Index | Old Index