diff options
author | he <he@pkgsrc.org> | 2009-03-25 22:37:12 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-03-25 22:37:12 +0000 |
commit | 43cafc380417dcc7ce541d9cb721f6b3a0892604 (patch) | |
tree | 520623c65994cc91b0cb8f1db78b52094824c96e /misc | |
parent | b301ed5fc4eaecedf3f74c665e34f5161d558ed9 (diff) | |
download | pkgsrc-43cafc380417dcc7ce541d9cb721f6b3a0892604.tar.gz |
Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.
OK'ed by wiz@ (as was the textproc/icu update).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice2/Makefile | 4 | ||||
-rw-r--r-- | misc/openoffice3/Makefile | 4 | ||||
-rw-r--r-- | misc/tellico/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index f86ab1266c1..3d9061ff465 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2009/02/15 16:31:49 joerg Exp $ +# $NetBSD: Makefile,v 1.66 2009/03/25 22:37:13 he Exp $ # OO_VER= 2.4.2 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice2-${OO_VER} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 84627e7dd62..38324a0e591 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.24 2009/02/09 22:56:25 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2009/03/25 22:37:13 he Exp $ # OO_VER= 3.0.1 OO_TAG= OOO300_m15 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 5d310e70acc..37fe26e1ef2 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2009/02/21 10:18:28 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/25 22:37:13 he Exp $ # DISTNAME= tellico-1.3.5 +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.periapsis.org/tellico/download/ |