summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-04 00:43:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-04 00:43:20 +0000
commit937b77e48d7bd556759ca06c8bd0922fb349993e (patch)
treee5c53babb1a21fae1f5c3aaa5e4844d07e747f9e /net-mgmt
parent- Update to 0.1.1 (diff)
- Update to 0.8.5
PR: ports/81829 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=136774
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/flowd/Makefile7
-rw-r--r--net-mgmt/flowd/distinfo4
-rw-r--r--net-mgmt/flowd/pkg-install4
3 files changed, 7 insertions, 8 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index 5d864428b035..41f4ece17cae 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= flowd
-PORTVERSION= 0.8
-PORTREVISION= 1
+PORTVERSION= 0.8.5
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www2.mindrot.org/files/flowd/
@@ -67,7 +66,7 @@ post-install:
.endif
.if defined(WITH_PERL)
- cd ${WRKSRC}/Flowd && \
+ cd ${WRKSRC}/Flowd-perl && \
${PERL} Makefile.PL && \
${GMAKE} && \
${GMAKE} install
@@ -79,6 +78,6 @@ post-install:
${PYTHON_CMD} setup.py install
.endif
-@FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/net-mgmt/flowd/distinfo b/net-mgmt/flowd/distinfo
index 20cd40fcf133..e0a3d32d6037 100644
--- a/net-mgmt/flowd/distinfo
+++ b/net-mgmt/flowd/distinfo
@@ -1,2 +1,2 @@
-MD5 (flowd-0.8.tar.gz) = bbd8b245cc3482a92de67c804cd30646
-SIZE (flowd-0.8.tar.gz) = 154305
+MD5 (flowd-0.8.5.tar.gz) = b747abad67db7da2e0ce903ba4f61905
+SIZE (flowd-0.8.5.tar.gz) = 159157
diff --git a/net-mgmt/flowd/pkg-install b/net-mgmt/flowd/pkg-install
index 787561e5b712..6fa963d14634 100644
--- a/net-mgmt/flowd/pkg-install
+++ b/net-mgmt/flowd/pkg-install
@@ -19,10 +19,10 @@ create_user() {
else
shell=/nonexistent
fi
- uhome="/nonexistent"
+ uhome="/var/empty"
if ! ${PW} show user ${USER} -q >/dev/null; then
- if ! ${PW} add user ${USER} -g ${gid} -d "${uhome}" \
+ if ! ${PW} add user ${USER} -g ${GROUP} -d "${uhome}" \
-c "flowd privilege separation user" -s "${shell}" -p "*" \
; then
e=$?