FreeBSD Bugzilla – Attachment 248074 Details for
Bug 276726
net/widentd: updates, new MASTERSITE on VCS now encouraging public review
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for net/widentd
net_widentd-01.diff (text/plain), 2.32 KB, created by
Chris Hutchinson
on 2024-01-30 00:13:17 UTC
(
hide
)
Description:
patch for net/widentd
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2024-01-30 00:13:17 UTC
Size:
2.32 KB
patch
obsolete
>diff --git a/net/widentd/Makefile b/net/widentd/Makefile >index a2a96803e8b9..cd306fad9626 100644 >--- a/net/widentd/Makefile >+++ b/net/widentd/Makefile >@@ -1,22 +1,28 @@ > PORTNAME= widentd >-PORTVERSION= 1.04 >-PORTREVISION= 1 >+PORTVERSION= 1.05 > CATEGORIES= net >-MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ >+MASTER_SITES= https://codeberg.org/BSDforge/widentd/archive/ > > MAINTAINER= portmaster@BSDforge.com > COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply >-WWW= https://BSDforge.com/projects/net/widentd/ >+WWW= https://codeberg.org/BSDforge/widentd/ > > LICENSE= BSD3CLAUSE > >-DEPRECATED= Abandonware, last release in 2004 and dead upstream. Consider using security/oidentd >-EXPIRATION_DATE=2024-02-29 >- >-USES= ncurses uidfix tar:xz >+USES= ncurses uidfix > USE_RC_SUBR= widentd >-MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" MK_WERROR=no > >-PLIST_FILES= sbin/widentd man/man8/widentd.8.gz >+MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/share/man/man" MK_WERROR=no >+ >+PLIST_FILES= sbin/widentd share/man/man8/widentd.8.gz >+PORTDOCS= LICENSE README README.md >+OPTIONS_DEFINE= DOCS >+# because USE_RC_SUBR can't cope with bare ${PORTNAME} ${WRKSRC} >+pre-patch: >+ ${MV} ${WRKDIR}/widentd ${WRKDIR}/widentd-1.05 >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >diff --git a/net/widentd/distinfo b/net/widentd/distinfo >index 81f8be588822..42519f3d586a 100644 >--- a/net/widentd/distinfo >+++ b/net/widentd/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (widentd-1.04.tar.xz) = cbdea487ad21dd6bdb21661d84745c0123e851054f69a53445129011b255a060 >-SIZE (widentd-1.04.tar.xz) = 5380 >+TIMESTAMP = 1706556163 >+SHA256 (widentd-1.05.tar.gz) = fc685d69dd268bd66b655e8ea0c3a8490c69902c543894b37abff4def04684c6 >+SIZE (widentd-1.05.tar.gz) = 5961 >diff --git a/net/widentd/files/patch-widentd.c b/net/widentd/files/patch-widentd.c >index e91450cad30a..f84b1a08d305 100644 >--- a/net/widentd/files/patch-widentd.c >+++ b/net/widentd/files/patch-widentd.c >@@ -1,6 +1,6 @@ >---- widentd.c.orig 2015-02-24 19:27:09 UTC >-+++ widentd.c >-@@ -191,7 +191,7 @@ main(int argc, char **argv) >+--- widentd.c.orig 2024-01-27 04:28:27.217192000 -0800 >++++ widentd.c 2024-01-27 04:30:54.190052000 -0800 >+@@ -190,7 +190,7 @@ > > to.tv_sec = TIMEOUT; > to.tv_usec = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 276726
:
248074
|
248128
|
248863