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 +MAINTAINER= pkgsrc-users@NetBSD.org #MAINTAINER= spz@NetBSD.org 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