View | Details | Raw Unified | Return to bug 276726 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/widentd/Makefile (-10 / +16 lines)
Lines 1-22 Link Here
1
PORTNAME=	widentd
1
PORTNAME=	widentd
2
PORTVERSION=	1.04
2
DISTVERSION=	1.05
3
PORTREVISION=	1
4
CATEGORIES=	net
3
CATEGORIES=	net
5
MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/
4
MASTER_SITES=	https://codeberg.org/BSDforge/${PORTNAME}/archive/
6
5
7
MAINTAINER=	portmaster@BSDforge.com
6
MAINTAINER=	portmaster@BSDforge.com
8
COMMENT=	RFC1413 auth/identd daemon providing a fixed fake reply
7
COMMENT=	RFC1413 auth/identd daemon providing a fixed fake reply
9
WWW=		https://BSDforge.com/projects/net/widentd/
8
WWW=		https://codeberg.org/BSDforge/widentd
10
9
11
LICENSE=	BSD3CLAUSE
10
LICENSE=	BSD3CLAUSE
12
11
13
DEPRECATED=	Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd
12
USES=		ncurses uidfix
14
EXPIRATION_DATE=2024-02-29
15
16
USES=		ncurses uidfix tar:xz
17
USE_RC_SUBR=	widentd
13
USE_RC_SUBR=	widentd
18
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MK_WERROR=no
14
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man"
15
16
PLIST_FILES=	sbin/widentd share/man/man8/widentd.8.gz
17
PORTDOCS=	LICENSE README README.md
18
OPTIONS_DEFINE=	DOCS
19
20
# else ports framework can't handle USE_RC_SUBR
21
post-extract:
22
	${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-${DISTVERSION}
19
23
20
PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz
24
do-install-DOCS-on:
25
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
26
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
21
27
22
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)b/net/widentd/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (widentd-1.04.tar.xz) = cbdea487ad21dd6bdb21661d84745c0123e851054f69a53445129011b255a060
1
TIMESTAMP = 1709333907
2
SIZE (widentd-1.04.tar.xz) = 5380
2
SHA256 (widentd-1.05.tar.gz) = fc685d69dd268bd66b655e8ea0c3a8490c69902c543894b37abff4def04684c6
3
SIZE (widentd-1.05.tar.gz) = 5961

Return to bug 276726