diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-15 22:46:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-15 22:46:38 +0000 |
commit | 9b121148465d788ec56dd94e14f631eb8805e1e3 (patch) | |
tree | a6f1e5edc3d063c56f0a86a43b35ac64b61e36f4 /misc | |
parent | f0cb48d3dbc2bc9625d2129223396deab6c143b0 (diff) | |
download | pkgsrc-9b121148465d788ec56dd94e14f631eb8805e1e3.tar.gz |
Bump PKGREVISION for librevenge boost fix.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 4 | ||||
-rw-r--r-- | misc/libreoffice/Makefile | 3 | ||||
-rw-r--r-- | misc/libreoffice4/Makefile | 4 | ||||
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 8f49f72adb4..d2fcd2009b3 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.170 2015/06/12 10:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.171 2015/08/15 22:46:39 wiz Exp $ DISTNAME= koffice-1.6.3 -PKGREVISION= 63 +PKGREVISION= 64 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE:=koffice-1.6.3/src/} EXTRACT_SUFX= .tar.bz2 diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index f1a726d50ff..ca409804f13 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.59 2015/08/13 06:53:45 pgoyette Exp $ +# $NetBSD: Makefile,v 1.60 2015/08/15 22:46:39 wiz Exp $ VERREL= 5.0.0 VERRC= 5 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile index 6c6844984ac..f50eb11d27c 100644 --- a/misc/libreoffice4/Makefile +++ b/misc/libreoffice4/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.78 2015/08/12 00:49:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.79 2015/08/15 22:46:40 wiz Exp $ VERREL= 4.4.5 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} PKGNAME= libreoffice4-${VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 29aea4bfe12..3ed7a7e97e7 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.110 2015/06/12 10:50:34 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2015/08/15 22:46:40 wiz Exp $ OO_VER= 3.1.1 OO_TAG= OOO310_m19 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice3-${OO_VER} -PKGREVISION= 64 +PKGREVISION= 65 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_VER}/} DIST_SUBDIR= ${DISTNAME} |