summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_notify
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-14 10:04:01 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-14 10:04:01 +0000
commitbdd7489266839bb04e8471bb66e47ba11e3a0fe5 (patch)
tree24133655572f21e632a78b5cf1c7be6cb167f7cd /pkgtools/pkg_notify
parent74b3342fd7dfeab6bfb5d67357ee7528f867bfd8 (diff)
downloadpkgsrc-bdd7489266839bb04e8471bb66e47ba11e3a0fe5.tar.gz
Update to 0.4.2: some documentation was included, so we can get rid of the
MESSAGE.
Diffstat (limited to 'pkgtools/pkg_notify')
-rw-r--r--pkgtools/pkg_notify/MESSAGE16
-rw-r--r--pkgtools/pkg_notify/Makefile9
-rw-r--r--pkgtools/pkg_notify/PLIST4
-rw-r--r--pkgtools/pkg_notify/distinfo6
4 files changed, 11 insertions, 24 deletions
diff --git a/pkgtools/pkg_notify/MESSAGE b/pkgtools/pkg_notify/MESSAGE
deleted file mode 100644
index 888e58d4185..00000000000
--- a/pkgtools/pkg_notify/MESSAGE
+++ /dev/null
@@ -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 --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile
index 914974d033f..b2e7dc48c0d 100644
--- a/pkgtools/pkg_notify/Makefile
+++ b/pkgtools/pkg_notify/Makefile
@@ -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 @@ SUBST_SED.pkg_notify= -e 's|/usr/pkgsrc|${PKGSRCDIR}|' \
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${EXAMPLEDIR}
${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 --git a/pkgtools/pkg_notify/PLIST b/pkgtools/pkg_notify/PLIST
index 7720a21b0a0..df3a09d0ab5 100644
--- a/pkgtools/pkg_notify/PLIST
+++ b/pkgtools/pkg_notify/PLIST
@@ -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 --git a/pkgtools/pkg_notify/distinfo b/pkgtools/pkg_notify/distinfo
index 9b5a8c93c0a..b3567354b96 100644
--- a/pkgtools/pkg_notify/distinfo
+++ b/pkgtools/pkg_notify/distinfo
@@ -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