pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/psi As was done the last time, change DIST_SUBDIR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5202b4f28a91
branches:  trunk
changeset: 517260:5202b4f28a91
user:      perry <perry%pkgsrc.org@localhost>
date:      Mon Aug 07 01:49:25 2006 +0000

description:
As was done the last time, change DIST_SUBDIR around to force
re-download of all the files (because a language file changed.)
There has to be a better way to do this, but I'm following minskim's
precedent from rev 1.37

diffstat:

 chat/psi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e0ee66695f0e -r 5202b4f28a91 chat/psi/Makefile
--- a/chat/psi/Makefile Mon Aug 07 01:35:04 2006 +0000
+++ b/chat/psi/Makefile Mon Aug 07 01:49:25 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/08/07 01:35:04 perry Exp $
+# $NetBSD: Makefile,v 1.44 2006/08/07 01:49:25 perry Exp $
 
 PSI_VERSION=   0.10
 DISTNAME=      psi-${PSI_VERSION}
@@ -13,7 +13,7 @@
 
 DEPENDS+=      qca-tls>=1.0:../../security/qca-tls
 
-DIST_SUBDIR=   ${DISTNAME}-20060321
+DIST_SUBDIR=   ${DISTNAME}-20060806
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} ${LANG_FILES}
 EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
 



Home | Main Index | Thread Index | Old Index