diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-09 06:54:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-09 06:54:56 +0000 |
commit | f83cf1a932b0c32554a0e62fcc107ff01eaec8cd (patch) | |
tree | f861f3b9132a6d5c7112a4d5df275536319ef5a8 /misc | |
parent | 62222668bb6eacd6ca734c854568270faf86f241 (diff) | |
download | pkgsrc-f83cf1a932b0c32554a0e62fcc107ff01eaec8cd.tar.gz |
*: bump PKGREVISION for nss linking fix
Diffstat (limited to 'misc')
-rw-r--r-- | misc/calibre/Makefile | 4 | ||||
-rw-r--r-- | misc/libreoffice/Makefile | 3 | ||||
-rw-r--r-- | misc/rpm/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/misc/calibre/Makefile b/misc/calibre/Makefile index 89a9d48eaaf..02ecf8f045d 100644 --- a/misc/calibre/Makefile +++ b/misc/calibre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.249 2021/04/08 06:19:46 adam Exp $ +# $NetBSD: Makefile,v 1.250 2021/04/09 06:55:01 wiz Exp $ DISTNAME= calibre-3.40.1 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= misc #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/} MASTER_SITES= http://download.calibre-ebook.com/${PKGVERSION_NOREV}/ diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index feca632cee9..3a7bf3e84d4 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.255 2021/04/05 10:17:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.256 2021/04/09 06:55:01 wiz Exp $ VERREL= 7.1.2 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 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 2f04bfdbc1e..f02b6cc4247 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2021/04/08 08:54:30 wiz Exp $ +# $NetBSD: Makefile,v 1.101 2021/04/09 06:55:01 wiz Exp $ DISTNAME= rpm-4.13.0.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= misc MASTER_SITES= http://ftp.rpm.org/releases/rpm-4.13.x/ EXTRACT_SUFX= .tar.bz2 |