On Wed, Jul 13, 2022 at 03:08:10PM +0000, Klemens Nanni wrote:
> This port uses MASTER_SITES_GITHUB in a werid way which predates
> GH_DISTFILE and would preak if my proposed MASTER_SITES_GITHUB/GH_DISTFILE
> change landed.
> 
> Fix GH_*/PKGNAME/DISTNAME correctly and use MASTER_SITES0 for the
> additional distfile.
> 
> Here's a minimal fix without updates or Makefile cosmetics which works
> with -CURRENT bsd.port.mk as well as my patch.

I just fixed the odd handling.

> This port is abandoned since 2016 when upstream released version 6 as
> new repo.
> 
> Either way, I think someone should update this port or retire it.
> show-reverse-deps(1) shows no consumers.
> 
> Sean, are you still using/maintaining this?

Here's the proposal to remove this port unless someone objects or jumps
in to update and test the new version.

(cvs rm omitted for brevity)


Index: textproc/Makefile
===================================================================
RCS file: /cvs/ports/textproc/Makefile,v
retrieving revision 1.721
diff -u -p -r1.721 Makefile
--- textproc/Makefile   30 Jun 2022 14:51:44 -0000      1.721
+++ textproc/Makefile   18 Jul 2022 19:55:33 -0000
@@ -156,7 +156,6 @@
      SUBDIR += miller
      SUBDIR += misspell
      SUBDIR += mozilla-dicts
-     SUBDIR += multimarkdown
      SUBDIR += mupdf
      SUBDIR += mupdf,js
      SUBDIR += mxml
Index: devel/quirks/Makefile
===================================================================
RCS file: /cvs/ports/devel/quirks/Makefile,v
retrieving revision 1.1394
diff -u -p -r1.1394 Makefile
--- devel/quirks/Makefile       6 Jul 2022 06:11:03 -0000       1.1394
+++ devel/quirks/Makefile       18 Jul 2022 19:55:51 -0000
@@ -3,7 +3,7 @@ CATEGORIES =    devel databases
 DISTFILES =
 
 # API.rev
-PKGNAME =      quirks-6.10
+PKGNAME =      quirks-6.11
 PKG_ARCH =     *
 MAINTAINER =   Marc Espie <[email protected]>
 
Index: devel/quirks/files/Quirks.pm
===================================================================
RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v
retrieving revision 1.1403
diff -u -p -r1.1403 Quirks.pm
--- devel/quirks/files/Quirks.pm        6 Jul 2022 06:11:03 -0000       1.1403
+++ devel/quirks/files/Quirks.pm        18 Jul 2022 19:56:41 -0000
@@ -1679,6 +1679,7 @@ setup_obsolete_reason(
        3 => 'kalarmcal',
        5 => 'gnats',
        3 => 'gnome-books',
+       5 => 'multimarkdown',
 );
 
 # though it's not yet used, these should be pkgnames, so that eventually

Reply via email to