svn commit: r379610 - in head/net/widentd: . files
Kurt Jaeger
pi at FreeBSD.org
Sun Feb 22 15:15:47 UTC 2015
Author: pi
Date: Sun Feb 22 15:15:45 2015
New Revision: 379610
URL: https://svnweb.freebsd.org/changeset/ports/379610
QAT: https://qat.redports.org/buildarchive/r379610/
Log:
net/widentd: Update MASTER_SITES, WWW, Add LICENSE
PR: 196628
Submitted by: Chris Hutchinson <portmaster at bsdforge.com>
Approved by: dirkx at webweaving.org (maintainer timeout)
Modified:
head/net/widentd/Makefile
head/net/widentd/files/widentd.in
head/net/widentd/pkg-descr
Modified: head/net/widentd/Makefile
==============================================================================
--- head/net/widentd/Makefile Sun Feb 22 15:02:37 2015 (r379609)
+++ head/net/widentd/Makefile Sun Feb 22 15:15:45 2015 (r379610)
@@ -5,13 +5,14 @@ PORTNAME= widentd
PORTVERSION= 1.03
PORTREVISION= 2
CATEGORIES= net ipv6
-MASTER_SITES= http://www.webweaving.org/widentd/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://BSDforge.com/projects/source/net/widentd/
MAINTAINER= dirkx at webweaving.org
-COMMENT= RFC1413 auth/identd daemon with fixed fake reply
+COMMENT= RFC1413 auth/identd daemon providing a fixed fake reply
-USES= uidfix
+LICENSE= BSD3CLAUSE
+
+USES= uidfix tar:tgz
MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
PLIST_FILES= sbin/widentd \
Modified: head/net/widentd/files/widentd.in
==============================================================================
--- head/net/widentd/files/widentd.in Sun Feb 22 15:02:37 2015 (r379609)
+++ head/net/widentd/files/widentd.in Sun Feb 22 15:15:45 2015 (r379610)
@@ -17,12 +17,12 @@
# e.g.
# widentd_enable="YES"
#
-# see the man page at widentd(8) for
-# some additional flags to set the IP address
-# beeing bound to, or how to set a differernt
-# fake user id beeing replied as.
+# 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.
#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
+# DO NOT CHANGE THE FOLLOWING DEFAULT VALUES HERE
#
widentd_enable=${widentd_enable-"NO"}
Modified: head/net/widentd/pkg-descr
==============================================================================
--- head/net/widentd/pkg-descr Sun Feb 22 15:02:37 2015 (r379609)
+++ head/net/widentd/pkg-descr Sun Feb 22 15:15:45 2015 (r379610)
@@ -1,9 +1,8 @@
-widentd is a small ident/rfc1413 deamon which provides a fixed
-(and fake) auth reply regardless of the ip/port pair quoted.
+widentd is a small ident/rfc1413 deamon which provides a fixed (and fake)
+auth reply, regardless of the IP/port pair quoted.
-Its 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 at webweaving.org
-WWW: http://www.webweaving.org/widentd/
+WWW: http://BSDforge.com/projects/net/widentd/
More information about the svn-ports-head
mailing list