pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/htdig Do not register



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d2f68ad0f7c
branches:  trunk
changeset: 492743:8d2f68ad0f7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 19 00:28:31 2005 +0000

description:
Do not register
share/htdig/common/root2word.db
share/htdig/common/word2root.db
with md5 checksums, because they get changed too often; use
@unexec ${RM} instead.

Bump PKGREVISION for thus fixed PLIST.

diffstat:

 www/htdig/Makefile |  4 ++--
 www/htdig/PLIST    |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r 28d2c18c9042 -r 8d2f68ad0f7c www/htdig/Makefile
--- a/www/htdig/Makefile        Tue Apr 19 00:24:42 2005 +0000
+++ b/www/htdig/Makefile        Tue Apr 19 00:28:31 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2005/04/11 21:47:53 tv Exp $
+# $NetBSD: Makefile,v 1.24 2005/04/19 00:28:31 wiz Exp $
 
 DISTNAME=      htdig-3.1.6
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www databases
 MASTER_SITES=  http://www.htdig.org/files/ \
                ftp://ftp.htdig.org/ \
diff -r 28d2c18c9042 -r 8d2f68ad0f7c www/htdig/PLIST
--- a/www/htdig/PLIST   Tue Apr 19 00:24:42 2005 +0000
+++ b/www/htdig/PLIST   Tue Apr 19 00:28:31 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2003/12/18 04:05:28 grant Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/04/19 00:28:31 wiz Exp $
 bin/htfuzzy
 bin/htdig
 bin/htdump
@@ -51,8 +51,8 @@
 share/htdig/common/english.aff
 share/htdig/common/synonyms
 share/htdig/common/synonyms.db
-share/htdig/common/root2word.db
-share/htdig/common/word2root.db
+@unexec ${RM} %D/share/htdig/common/root2word.db
+@unexec ${RM} %D/share/htdig/common/word2root.db
 @dirrm share/htdig/common
 @dirrm share/htdig
 @dirrm share/examples/htdig



Home | Main Index | Thread Index | Old Index