summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2022-11-09 13:14:06 +0000
committerjoerg <joerg@pkgsrc.org>2022-11-09 13:14:06 +0000
commit29d78acf4473a043644143a6d0393f86ab6c0541 (patch)
treeae1485c530dd924a832e94fc6d99c660ecb2c11e /archivers
parent0b87106e7138eb1bcb3673f3a16d6bc5379e2f7e (diff)
downloadpkgsrc-29d78acf4473a043644143a6d0393f86ab6c0541.tar.gz
Reset MAINTAINER
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/Makefile4
-rw-r--r--archivers/libarchive/Makefile.common4
-rw-r--r--archivers/pax/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index b1acd2be0bf..4f316c2ffac 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2021/03/15 16:18:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2022/11/09 13:14:06 joerg Exp $
#
DISTNAME= bzip2-1.0.8
@@ -6,7 +6,7 @@ CATEGORIES= archivers
MASTER_SITES= https://sourceware.org/pub/bzip2/
DISTFILES= # empty
-MAINTAINER= joerg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://sourceware.org/bzip2/
COMMENT= Block-sorting file compressor
LICENSE= zlib # ish
diff --git a/archivers/libarchive/Makefile.common b/archivers/libarchive/Makefile.common
index ed32ff6674b..0c7727aec8a 100644
--- a/archivers/libarchive/Makefile.common
+++ b/archivers/libarchive/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2020/07/03 19:57:23 hauke Exp $
+# $NetBSD: Makefile.common,v 1.14 2022/11/09 13:14:07 joerg Exp $
# used by archivers/bsdtar/Makefile
# used by archivers/libarchive/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= archivers
MASTER_SITES= https://www.libarchive.org/downloads/
DISTFILES= # empty
-MAINTAINER?= joerg@NetBSD.org
+MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.libarchive.org/
LICENSE= 2-clause-bsd
diff --git a/archivers/pax/Makefile b/archivers/pax/Makefile
index e5872df14f5..4d2a1d3283a 100644
--- a/archivers/pax/Makefile
+++ b/archivers/pax/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.56 2021/02/19 13:23:08 joerg Exp $
+# $NetBSD: Makefile,v 1.57 2022/11/09 13:14:07 joerg Exp $
DISTNAME= pax-20210219
CATEGORIES= archivers
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= joerg@NetBSD.org
+MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.NetBSD.org/
COMMENT= POSIX standard archiver with many extensions
LICENSE= 2-clause-bsd AND modified-bsd AND public-domain