Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 15:15:46 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379610 - in head/net/widentd: . files
Message-ID:  <201502221515.t1MFFk2Q090114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@bsdforge.com>
  Approved by:	dirkx@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@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@webweaving.org
-WWW: http://www.webweaving.org/widentd/
+WWW: http://BSDforge.com/projects/net/widentd/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502221515.t1MFFk2Q090114>