pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

inn: Reset maintainer



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Nov 25 14:39:47 2020 +0100
Changeset:	601d1a2701fb49699ba1aa3a2cd84a852e868bd3

Modified Files:
	inn/Makefile
	inn/TODO
	inn/buildlink3.mk

Log Message:
inn: Reset maintainer

package/install still fails for nonprivileged mode.

Found no solution for SPECIAL_PERMS. Give up.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=601d1a2701fb49699ba1aa3a2cd84a852e868bd3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 inn/Makefile      | 4 +---
 inn/TODO          | 1 +
 inn/buildlink3.mk | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/inn/Makefile b/inn/Makefile
index 798d8947dd..9d32997e10 100644
--- a/inn/Makefile
+++ b/inn/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=		ftp://ftp.isc.org/isc/inn/
 MASTER_SITES+=		ftp://ftp.fu-berlin.de/unix/news/inn/
 
 # Suggest update to real maintainer for import after it was tested in wip
-MAINTAINER=		micha%NetBSD.org@localhost
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 #MAINTAINER=		spz%NetBSD.org@localhost
 HOMEPAGE=		https://www.eyrie.org/~eagle/software/inn/
 COMMENT=		The public release of InterNet News (INN)
@@ -188,7 +188,5 @@ post-install:
 	${CHMOD} 644 ${DESTDIR}${PREFIX}/lib/${file}
 .endfor
 
-# OpenSSL API 1.1 is supported too
-# At least OpenSSL 1.1.1 is required for TLSv1.3
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/inn/TODO b/inn/TODO
index a21e36f906..2073b699a0 100644
--- a/inn/TODO
+++ b/inn/TODO
@@ -19,6 +19,7 @@
     => Yes
 [X] OpenSSL API 1.1 is now supported
     => Added comment to Makefile for future updates
+    => Removed comment because OpenSSL 1.1 is now the pkgsrc default
 [X] Check Testsuite errors
     => Fixed the Perl stuff to make tests/docs/pod.t work
 [ ] Check permission problems while installing with nonprivileged account
diff --git a/inn/buildlink3.mk b/inn/buildlink3.mk
index f96599843f..6ec7be82da 100644
--- a/inn/buildlink3.mk
+++ b/inn/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	inn
 INN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.inn+=	inn>=2.3.4
-BUILDLINK_PKGSRCDIR.inn?=	../../news/inn
+BUILDLINK_PKGSRCDIR.inn?=	../../wip/inn
 .endif # INN_BUILDLINK3_MK
 
 BUILDLINK_TREE+=	-inn


Home | Main Index | Thread Index | Old Index