jabberd14: Add TODO comments
authorGreg Troxel <gdt@lexort.com>
Mon, 28 Oct 2019 17:20:34 +0000 (13:20 -0400)
committerGreg Troxel <gdt@lexort.com>
Mon, 28 Oct 2019 17:20:34 +0000 (13:20 -0400)
jabberd14/Makefile
jabberd14/TODO

index af2bd9a3fd7fd91b8ec9e97d750cd709d2074083..869f50c8dd26411e1391cf6f0f37276d9120e5f3 100644 (file)
@@ -3,7 +3,9 @@
 DISTNAME=              jabberd-1.6.1.1
 CATEGORIES=            chat
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=mawis/}
+
 GITHUB_TAG=            b2b871eaf3f6455d7d37113ce23d6bc59c8da70f
+#GITHUB_TAG=           JABBERD14_1_6_1_1
 
 MAINTAINER=            pkgsrc-users@NetBSD.org
 HOMEPAGE=              https://jabberd.org/
index 992a36d882eb3b8e673f979579704e9d24b2c7b0..333e874bc3b3b92bc1fb6a87c3ee05b3a9c988b0 100644 (file)
@@ -1 +1,11 @@
 * handle option for PostgreSQL or MySQL
+
+# \todo This is jabberd14, which makes sense given jabberd2 in pkgsrc
+# proper, and longstanding confusion where people who intend to use
+# jabberd2 end up with 14.   If so, 
+
+# \todo Explain why, if the version is 1.6.1.1 this doesn't use the
+# 1.6.1.1 github release tag.  In particular, it looks like the tag is
+# on master, isn't actually the release, and has structural changes
+# relative to the release.  (Perhaps this is a clue that upstream is
+# overdue for a release :-).