aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-03 11:08:32 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-03 11:08:32 +0000
commita50069977b97d7f73cafd1c41a227bf8a2845171 (patch)
tree29136f79230ed6dac0abda7c00f746a1f444cb70 /net
parentc9c7cdd2f23e5f4467e5ef48b3b424df32f26fbe (diff)
downloadports-a50069977b97d7f73cafd1c41a227bf8a2845171.tar.gz
ports-a50069977b97d7f73cafd1c41a227bf8a2845171.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/widentd/Makefile10
-rw-r--r--net/widentd/distinfo4
-rw-r--r--net/widentd/files/widentd.in7
-rw-r--r--net/widentd/pkg-descr8
4 files changed, 14 insertions, 15 deletions
diff --git a/net/widentd/Makefile b/net/widentd/Makefile
index e30f5b622bdc..930f48cfd197 100644
--- a/net/widentd/Makefile
+++ b/net/widentd/Makefile
@@ -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
diff --git a/net/widentd/distinfo b/net/widentd/distinfo
index c219ab8b8373..81f8be588822 100644
--- a/net/widentd/distinfo
+++ b/net/widentd/distinfo
@@ -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
diff --git a/net/widentd/files/widentd.in b/net/widentd/files/widentd.in
index ae72fea401ba..3f16d7c1cee9 100644
--- a/net/widentd/files/widentd.in
+++ b/net/widentd/files/widentd.in
@@ -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
#
diff --git a/net/widentd/pkg-descr b/net/widentd/pkg-descr
index f36f9880224d..fac8567d9a71 100644
--- a/net/widentd/pkg-descr
+++ b/net/widentd/pkg-descr
@@ -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/