svn commit: r380353 - in head/net/widentd: . files
Bartek Rutkowski
robak at FreeBSD.org
Tue Mar 3 11:08:34 UTC 2015
Author: robak
Date: Tue Mar 3 11:08:32 2015
New Revision: 380353
URL: https://svnweb.freebsd.org/changeset/ports/380353
QAT: https://qat.redports.org/buildarchive/r380353/
Log:
net/widentd: update 1.03 -> 1.04
- Set MAINTAINER to portmaster at bsdforge.com (maintainer approved)
- Pet portlint
PR: 198004
Submitted by: Chris Hutchinson <portmaster at bsdforge.com>
Approved by: dirkx at webweaving.org (maintainer)
Modified:
head/net/widentd/Makefile
head/net/widentd/distinfo
head/net/widentd/files/widentd.in
head/net/widentd/pkg-descr
Modified: head/net/widentd/Makefile
==============================================================================
--- head/net/widentd/Makefile Tue Mar 3 10:19:41 2015 (r380352)
+++ head/net/widentd/Makefile Tue Mar 3 11:08:32 2015 (r380353)
@@ -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 at webweaving.org
+MAINTAINER= portmaster at 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
Modified: head/net/widentd/distinfo
==============================================================================
--- head/net/widentd/distinfo Tue Mar 3 10:19:41 2015 (r380352)
+++ head/net/widentd/distinfo Tue Mar 3 11:08:32 2015 (r380353)
@@ -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
Modified: head/net/widentd/files/widentd.in
==============================================================================
--- head/net/widentd/files/widentd.in Tue Mar 3 10:19:41 2015 (r380352)
+++ head/net/widentd/files/widentd.in Tue Mar 3 11:08:32 2015 (r380353)
@@ -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
#
Modified: head/net/widentd/pkg-descr
==============================================================================
--- head/net/widentd/pkg-descr Tue Mar 3 10:19:41 2015 (r380352)
+++ head/net/widentd/pkg-descr Tue Mar 3 11:08:32 2015 (r380353)
@@ -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 at webweaving.org
WWW: http://BSDforge.com/projects/net/widentd/
More information about the svn-ports-all
mailing list