aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2012-09-23 12:59:58 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2012-09-23 12:59:58 +0000
commit7d32d300b1737d8cb2121cdc0a610f78746dd62e (patch)
tree34365f85b81755766631872334e0dd88448671fe /sysutils
parente1f9709bbe023ce31ca42a126f108367e9cc5f62 (diff)
downloadports-7d32d300b1737d8cb2121cdc0a610f78746dd62e.tar.gz
ports-7d32d300b1737d8cb2121cdc0a610f78746dd62e.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/usermin/Makefile5
-rw-r--r--sysutils/usermin/distinfo4
-rw-r--r--sysutils/usermin/files/pkg-message.in (renamed from sysutils/usermin/pkg-message)4
3 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile
index 10a422722ab0..775b0f257761 100644
--- a/sysutils/usermin/Makefile
+++ b/sysutils/usermin/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= usermin
-PORTVERSION= 1.510
-PORTREVISION= 1
+PORTVERSION= 1.520
CATEGORIES= sysutils
MASTER_SITES= http://www.webmin.com/uupdates/:up \
SF/webadmin/${PORTNAME}/${PORTVERSION}:sf \
@@ -23,11 +22,11 @@ RUN_DEPENDS= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
p5-Authen-PAM>=0:${PORTSDIR}/security/p5-Authen-PAM
-FETCH_CMD?= /usr/bin/fetch -pRr
NO_BUILD= yes
USE_PERL5= yes
USE_RC_SUBR= usermin
SUB_LIST= PERL5=${PERL}
+SUB_FILES= pkg-message
USERMIN_MODULES=
diff --git a/sysutils/usermin/distinfo b/sysutils/usermin/distinfo
index 26633ff44b4a..88bed623afa1 100644
--- a/sysutils/usermin/distinfo
+++ b/sysutils/usermin/distinfo
@@ -1,2 +1,2 @@
-SHA256 (usermin-1.510.tar.gz) = 0229b1d27e7c6eb0a4811231dbdafc3b40557a3e1c645e5f40c401b024ceb1d4
-SIZE (usermin-1.510.tar.gz) = 5895665
+SHA256 (usermin-1.520.tar.gz) = 4781431d745064d27e8585771063a265626004f467578022944aeb9b64a4393a
+SIZE (usermin-1.520.tar.gz) = 9052632
diff --git a/sysutils/usermin/pkg-message b/sysutils/usermin/files/pkg-message.in
index 827f17feaf13..49f2effcd804 100644
--- a/sysutils/usermin/pkg-message
+++ b/sysutils/usermin/files/pkg-message.in
@@ -2,11 +2,11 @@
After installing Usermin for the first time you should perform the following
steps as root:
-* Configure Usermin by running ${LOCALBASE}/lib/usermin/setup.sh
+* Configure Usermin by running %%LOCALBASE%%/lib/usermin/setup.sh
* Add usermin_enable="YES" to your /etc/rc.conf
-* Start Usermin for the first time by running ${LOCALBASE}/etc/rc.d/usermin
+* Start Usermin for the first time by running %%LOCALBASE%%/etc/rc.d/usermin start
The parameters requested by setup.sh may then be changed from within Usermin
itself.