pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu Use ${PKGVERSION_NOREV} in $MASTER_SITES ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb3eb9a7c33f
branches:  trunk
changeset: 543211:cb3eb9a7c33f
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jun 09 07:50:59 2008 +0000

description:
Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).

diffstat:

 textproc/icu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7d83fc3d8549 -r cb3eb9a7c33f textproc/icu/Makefile
--- a/textproc/icu/Makefile     Mon Jun 09 05:57:35 2008 +0000
+++ b/textproc/icu/Makefile     Mon Jun 09 07:50:59 2008 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.54 2008/03/20 17:07:54 drochner Exp $
+# $NetBSD: Makefile,v 1.55 2008/06/09 07:50:59 markd Exp $
 #
 
 DISTNAME=      icu4c-3_6-src
 PKGNAME=       icu-3.6
 PKGREVISION=   2
 CATEGORIES=    textproc
-MASTER_SITES=  ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/
+MASTER_SITES=  ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index