Verified Commit 698f6c34 authored by Dima Panov's avatar Dima Panov
Browse files

dns/libasr[-devel]: remove upstream' unmaintained ports (+)

libasr will be maintained only as part of OpenSMTPD.

The current port has known security fixes that were addressed in the
bundled copy of OpenSMTPD but not in the libasr-portable.

The libasr-portable repository on github will be archived soon.

PR:	272048
parent 53756132
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7950,3 +7950,5 @@ x11-fonts/gnu-unifont-ttf|x11-fonts/gnu-unifont-otf|2023-10-16|Remove obsoleted
mail/slapd-cyrus||2023-10-20|Has expired: Last upstream release was in 2013
net/pacemaker1|net/pacemaker2|2023-10-22|Hasn't built in a long time, last upstream release was a while ago, use pacemaker2
multimedia/subsync|multimedia/ffsubsync|2023-10-22|Project was renamed
dns/libasr-devel||2023-10-25|Has expired: libasr will be maintained only as part of OpenSMTPD
dns/libasr||2023-10-25|Has expired: libasr will be maintained only as part of OpenSMTPD
+0 −2
Original line number Diff line number Diff line
@@ -93,8 +93,6 @@
    SUBDIR += ldapdns
    SUBDIR += ldns
    SUBDIR += letsdns
    SUBDIR += libasr
    SUBDIR += libasr-devel
    SUBDIR += libbind
    SUBDIR += libidn
    SUBDIR += libidn2

dns/libasr-devel/Makefile

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
PORTNAME=	libasr
PORTVERSION=	201602131606
PORTREVISION=	4
CATEGORIES=	dns
MASTER_SITES=	http://www.opensmtpd.org/archives/
PKGNAMESUFFIX=	-devel

MAINTAINER=	fluffy@FreeBSD.org
COMMENT=	Asynchronous DNS resolver library (development snapshot)
WWW=		https://github.com/OpenSMTPD/libasr

LICENSE=	ISCL BSD4CLAUSE BSD3CLAUSE BSD2CLAUSE
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/LICENCE

USES=		cpe groff libtool

CONFLICTS=	libasr

CPE_VENDOR=	openbsd

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--with-mantype="man"
INSTALL_TARGET=	install-strip

post-patch:
	${REINPLACE_CMD} -e '/opensslv.h/d' ${WRKSRC}/openbsd-compat/includes.h

.include <bsd.port.mk>

dns/libasr-devel/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (libasr-201602131606.tar.gz) = e5684a08d5eb61d68a94a24688f23bee8785c8a51a1bd34c88cae5aee5aa6da2
SIZE (libasr-201602131606.tar.gz) = 396449

dns/libasr-devel/pkg-descr

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
libasr is a FREE asynchronous DNS resolver.

libasr runs on top of the OpenBSD operating system but also has a portable
version that can build and run on several systems, including:

* Linux
* FreeBSD
* NetBSD
* DragonFly
* MacOSX

This port packages the development snapshots released by OpenSMTPD team.
Loading