Hi,

sysutils/upobsd is currently unmaintained, and the repository is
archived and read-only (I am not using it anymore, and I don't have
time to properly test features requests).

instead of waiting that things break or people to be unhappy that it
doesn't work as well they want, I would like to remove it from ports
tree. the following diff is doing that.

in case people want to keep it "as it", I would just remove myself as
maintainer. but people are adviced to fork the repository and replace
the port with new upstream.

Comments or OK ?
-- 
Sebastien Marie


Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1329
diff -u -p -r1.1329 Makefile
--- devel/quirks/Makefile       25 Nov 2021 15:47:32 -0000      1.1329
+++ devel/quirks/Makefile       26 Nov 2021 08:01:55 -0000
@@ -5,7 +5,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-4.82
+PKGNAME =      quirks-4.83
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <es...@openbsd.org>
 
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1345
diff -u -p -r1.1345 Quirks.pm
--- devel/quirks/files/Quirks.pm        25 Nov 2021 15:47:32 -0000      1.1345
+++ devel/quirks/files/Quirks.pm        26 Nov 2021 08:01:56 -0000
@@ -1613,6 +1613,7 @@ setup_obsolete_reason(
        7 => 'php-markdown',
        7 => 'php-predis',
        5 => 'virtuoso',
+       3 => 'upobsd',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually
Index: sysutils/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/Makefile,v
retrieving revision 1.624
diff -u -p -r1.624 Makefile
--- sysutils/Makefile   23 Nov 2021 12:59:58 -0000      1.624
+++ sysutils/Makefile   26 Nov 2021 08:01:56 -0000
@@ -411,7 +411,6 @@
      SUBDIR += uefitool
      SUBDIR += ugrep
      SUBDIR += unionfs-fuse
-     SUBDIR += upobsd
      SUBDIR += upower
      SUBDIR += uptimed
      SUBDIR += usbutil
Index: sysutils/upobsd/Makefile
===================================================================
RCS file: sysutils/upobsd/Makefile
diff -N sysutils/upobsd/Makefile
--- sysutils/upobsd/Makefile    17 Jan 2021 17:33:42 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,27 +0,0 @@
-# $OpenBSD: Makefile,v 1.6 2021/01/17 17:33:42 semarie Exp $
-
-COMMENT =      download, verify and patch bsd.rd image
-
-V =            1.2
-DISTNAME =     upobsd-${V}
-
-CATEGORIES =   sysutils
-
-HOMEPAGE =     https://github.com/semarie/upobsd
-
-MAINTAINER =   Sebastien Marie <sema...@online.fr>
-
-# ISC
-PERMIT_PACKAGE =       Yes
-
-MASTER_SITES = https://github.com/semarie/upobsd/releases/download/${V}/
-
-MAKE_ENV =     BINDIR=${LOCALBASE}/bin \
-               MANDIR=${LOCALBASE}/man/man
-
-NO_BUILD =     Yes
-PKG_ARCH =     *
-
-NO_TEST =      Yes
-
-.include <bsd.port.mk>
Index: sysutils/upobsd/distinfo
===================================================================
RCS file: sysutils/upobsd/distinfo
diff -N sysutils/upobsd/distinfo
--- sysutils/upobsd/distinfo    17 Jan 2021 17:33:42 -0000      1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-SHA256 (upobsd-1.2.tar.gz) = 5D0uHKGmU8X++QfmcspLodQllcFw8oSMSnAPWGnBlpY=
-SIZE (upobsd-1.2.tar.gz) = 4846
Index: sysutils/upobsd/pkg/DESCR
===================================================================
RCS file: sysutils/upobsd/pkg/DESCR
diff -N sysutils/upobsd/pkg/DESCR
--- sysutils/upobsd/pkg/DESCR   6 Jan 2018 09:34:31 -0000       1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-upobsd is a ksh(1) script designed to download, verify and optionally patch
-bsd.rd image.
-
-upobsd will download bsd.rd image using ftp(1) from mirror defined in
-installurl(5), will verify the downloaded file using signify(1) and local key
-inside /etc/signify to ensure integrity, and optionally patch the image for
-adding auto_install.conf or auto_upgrade.conf file to add support of offline
-autoinstall(8).
Index: sysutils/upobsd/pkg/PLIST
===================================================================
RCS file: sysutils/upobsd/pkg/PLIST
diff -N sysutils/upobsd/pkg/PLIST
--- sysutils/upobsd/pkg/PLIST   17 Jan 2021 17:33:42 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.2 2021/01/17 17:33:42 semarie Exp $
-bin/upobsd
-@man man/man1/upobsd.1

Reply via email to