1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

net/widentd: update 1.03 -> 1.04

- Set MAINTAINER to portmaster@bsdforge.com (maintainer approved)
- Pet portlint

PR:		198004
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Approved by:	dirkx@webweaving.org (maintainer)
This commit is contained in:
Bartek Rutkowski 2015-03-03 11:08:32 +00:00
parent c9c7cdd2f2
commit a50069977b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380353
4 changed files with 14 additions and 15 deletions

View File

@ -2,21 +2,19 @@
# $FreeBSD$
PORTNAME= widentd
PORTVERSION= 1.03
PORTREVISION= 2
PORTVERSION= 1.04
CATEGORIES= net ipv6
MASTER_SITES= http://BSDforge.com/projects/source/net/widentd/
MAINTAINER= dirkx@webweaving.org
MAINTAINER= portmaster@BSDforge.com
COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply
LICENSE= BSD3CLAUSE
USES= uidfix tar:tgz
USES= uidfix tar:xz
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
PLIST_FILES= sbin/widentd \
man/man8/widentd.8.gz
PLIST_FILES= sbin/widentd man/man8/widentd.8.gz
USE_RC_SUBR= widentd
BROKEN_powerpc= Does not compile on powerpc

View File

@ -1,2 +1,2 @@
SHA256 (widentd-1.03.tgz) = caa761c8ea02264fccf9b0a040df9da9239000800d7717bf202b7059c381f3c3
SIZE (widentd-1.03.tgz) = 5297
SHA256 (widentd-1.04.tar.xz) = cbdea487ad21dd6bdb21661d84745c0123e851054f69a53445129011b255a060
SIZE (widentd-1.04.tar.xz) = 5380

View File

@ -17,10 +17,9 @@
# e.g.
# widentd_enable="YES"
#
# see the man page widentd(8) for some additional
# options; such as flags to set the IP address
# widentd is bound to, or how to set a differernt,
# or fake user id being sent as a reply.
# see the widentd(8) man page for some additional options;
# such as flags to set the IP address widentd is bound to,
# or how to set a differernt, or fake user id being sent as a reply.
#
# DO NOT CHANGE THE FOLLOWING DEFAULT VALUES HERE
#

View File

@ -1,7 +1,9 @@
widentd is a small ident/rfc1413 deamon which provides a fixed (and fake)
widentd is a small ident/RFC1413 deamon which provides a fixed (and fake)
auth reply, regardless of the IP/port pair quoted.
It's intended use is on firewalls, and NAT machines - where you may want
to simply syphon off auth-requests from, for example, IRC servers.
It's intended use is on firewalls, and NAT machines - where you may
want to simply syphon off auth-requests from, for example, IRC servers.
Author: Dirk-Willem van Gulik / dirkx@webweaving.org
WWW: http://BSDforge.com/projects/net/widentd/