pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ja-vflib Be consistent in the weird PKGREVISION ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51c8a7f84bf4
branches:  trunk
changeset: 507679:51c8a7f84bf4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 06 18:00:34 2006 +0000

description:
Be consistent in the weird PKGREVISION handling -- fixes DEPENDS.

diffstat:

 print/ja-vflib/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r f0a39d0ca33f -r 51c8a7f84bf4 print/ja-vflib/Makefile
--- a/print/ja-vflib/Makefile   Mon Feb 06 17:43:59 2006 +0000
+++ b/print/ja-vflib/Makefile   Mon Feb 06 18:00:34 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:37 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/02/06 18:00:34 wiz Exp $
 
 DISTNAME=              ja-vflib-${VFLIB_VERSION}
-PKGREVISION=           1
-VFLIB_VERSION=         2.24.2nb1
+VFLIB_VERSION=         2.24.2nb2
 CATEGORIES=            japanese print
 MASTER_SITES=          # empty
 DISTFILES=             # empty
@@ -11,8 +10,8 @@
 HOMEPAGE=              http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
 COMMENT=               Japanese Vector font libraries and utilities
 
-DEPENDS+=              ja-vflib-lib-${VFLIB_VERSION}nb2:../../print/ja-vflib-lib
-DEPENDS+=              ja-vflib-utils-${VFLIB_VERSION}nb2:../../print/ja-vflib-utils
+DEPENDS+=              ja-vflib-lib-${VFLIB_VERSION}:../../print/ja-vflib-lib
+DEPENDS+=              ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils
 
 
 EXTRACT_ONLY=          # empty



Home | Main Index | Thread Index | Old Index