pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_notify Update to 0.4.2: some documentatio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59a96e2ee6d4
branches:  trunk
changeset: 487437:59a96e2ee6d4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 14 10:04:01 2005 +0000

description:
Update to 0.4.2: some documentation was included, so we can get rid of the
MESSAGE.

diffstat:

 pkgtools/pkg_notify/MESSAGE  |  16 ----------------
 pkgtools/pkg_notify/Makefile |   9 +++++----
 pkgtools/pkg_notify/PLIST    |   4 +++-
 pkgtools/pkg_notify/distinfo |   6 +++---
 4 files changed, 11 insertions(+), 24 deletions(-)

diffs (68 lines):

diff -r 323758809f6b -r 59a96e2ee6d4 pkgtools/pkg_notify/MESSAGE
--- a/pkgtools/pkg_notify/MESSAGE       Fri Jan 14 09:52:12 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2004/12/28 00:26:20 xtraeme Exp $
-
-Create the ${PKG_SYSCONFDIR}/pkg_notify.list file containing the package
-list you want to be informed on, following this format :
-
-$ cat ${PKG_SYSCONFDIR}/pkg_notify.list
-wip/foo
-net/bar
-www/foobar-devel
-
-or invoke pkg_notify this way :
-
-$ pkg_notify category/foo another/bar and/so-on
-
-===========================================================================
diff -r 323758809f6b -r 59a96e2ee6d4 pkgtools/pkg_notify/Makefile
--- a/pkgtools/pkg_notify/Makefile      Fri Jan 14 09:52:12 2005 +0000
+++ b/pkgtools/pkg_notify/Makefile      Fri Jan 14 10:04:01 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/01/13 21:51:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2005/01/14 10:04:01 jmmv Exp $
 #
 
-DISTNAME=      pkg_notify-0.4.1
-PKGREVISION=   1
+DISTNAME=      pkg_notify-0.4.2
 CATEGORIES=    pkgtools
 MASTER_SITES=  http://imil.net/NetBSD/
 
@@ -37,8 +36,10 @@
 INSTALLATION_DIRS=     bin
 
 do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${EXAMPLEDIR}
-       ${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.list ${EXAMPLEDIR}
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
+       ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 323758809f6b -r 59a96e2ee6d4 pkgtools/pkg_notify/PLIST
--- a/pkgtools/pkg_notify/PLIST Fri Jan 14 09:52:12 2005 +0000
+++ b/pkgtools/pkg_notify/PLIST Fri Jan 14 10:04:01 2005 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2005/01/13 21:49:21 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2005/01/14 10:04:01 jmmv Exp $
 bin/pkg_notify
+share/doc/pkg_notify/README
 share/examples/pkg_notify/pkg_notify.list
 @dirrm share/examples/pkg_notify
+@dirrm share/doc/pkg_notify
diff -r 323758809f6b -r 59a96e2ee6d4 pkgtools/pkg_notify/distinfo
--- a/pkgtools/pkg_notify/distinfo      Fri Jan 14 09:52:12 2005 +0000
+++ b/pkgtools/pkg_notify/distinfo      Fri Jan 14 10:04:01 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2005/01/11 14:42:15 xtraeme Exp $
+$NetBSD: distinfo,v 1.3 2005/01/14 10:04:01 jmmv Exp $
 
-SHA1 (pkg_notify-0.4.1.tar.gz) = d1864a23e5ec797191e9aee4d6a2889033cd1ec3
-Size (pkg_notify-0.4.1.tar.gz) = 5417 bytes
+SHA1 (pkg_notify-0.4.2.tar.gz) = 67e7b2216d046abdb9179c67f5ce2a661570b105
+Size (pkg_notify-0.4.2.tar.gz) = 5741 bytes



Home | Main Index | Thread Index | Old Index