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
PORTVERSION=	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/widentd/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
19
14
20
PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz
15
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man" MK_WERROR=no
16
17
PLIST_FILES=	sbin/widentd share/man/man8/widentd.8.gz
18
PORTDOCS=	LICENSE README README.md
19
OPTIONS_DEFINE=	DOCS
20
# because USE_RC_SUBR can't cope with bare ${PORTNAME} ${WRKSRC}
21
pre-patch:
22
	${MV} ${WRKDIR}/widentd ${WRKDIR}/widentd-1.05
23
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 = 1706556163
2
SIZE (widentd-1.04.tar.xz) = 5380
2
SHA256 (widentd-1.05.tar.gz) = fc685d69dd268bd66b655e8ea0c3a8490c69902c543894b37abff4def04684c6
3
SIZE (widentd-1.05.tar.gz) = 5961
(-)b/net/widentd/files/patch-widentd.c (-3 / +3 lines)
Lines 1-6 Link Here
1
--- widentd.c.orig	2015-02-24 19:27:09 UTC
1
--- widentd.c.orig	2024-01-27 04:28:27.217192000 -0800
2
+++ widentd.c
2
+++ widentd.c	2024-01-27 04:30:54.190052000 -0800
3
@@ -191,7 +191,7 @@ main(int argc, char **argv)
3
@@ -190,7 +190,7 @@
4
 
4
 
5
 		to.tv_sec = TIMEOUT;
5
 		to.tv_sec = TIMEOUT;
6
 		to.tv_usec = 0;
6
 		to.tv_usec = 0;

Return to bug 276726