diff options
author | wiz <wiz@pkgsrc.org> | 2022-10-26 10:31:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-10-26 10:31:34 +0000 |
commit | c3fe9d5eba21b2895cd29de8d453b007ffef87a8 (patch) | |
tree | b06e17b799ffac81a6d8b3fd8a285eda6e3c5f05 /misc/libreoffice | |
parent | fa0efce1c226420055ccadcd7656ef4f3339fba8 (diff) | |
download | pkgsrc-c3fe9d5eba21b2895cd29de8d453b007ffef87a8.tar.gz |
*: bump PKGREVISION for libunistring shlib major bump
Diffstat (limited to 'misc/libreoffice')
-rw-r--r-- | misc/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index 50be99d688f..31efefb5b84 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.292 2022/09/17 23:56:03 ryoon Exp $ +# $NetBSD: Makefile,v 1.293 2022/10/26 10:31:42 wiz Exp $ VERREL= 7.4.1 VERRC= 2 VER= ${VERREL}.${VERRC} DISTNAME= libreoffice-${VER} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${VERREL}/ EXTRACT_SUFX= .tar.xz |