Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 12:59:58 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304738 - in head/sysutils/usermin: . files
Message-ID:  <201209231259.q8NCxwRK005187@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Sun Sep 23 12:59:58 2012
New Revision: 304738
URL: http://svn.freebsd.org/changeset/ports/304738

Log:
  - Upgrade to version 1.520.
  - Add pkg-message to SUB_FILES.
  - Remove custom FETCH_CMD.

Added:
  head/sysutils/usermin/files/pkg-message.in   (contents, props changed)
     - copied, changed from r304731, head/sysutils/usermin/pkg-message
Deleted:
  head/sysutils/usermin/pkg-message
Modified:
  head/sysutils/usermin/Makefile
  head/sysutils/usermin/distinfo   (contents, props changed)

Modified: head/sysutils/usermin/Makefile
==============================================================================
--- head/sysutils/usermin/Makefile	Sun Sep 23 12:37:34 2012	(r304737)
+++ head/sysutils/usermin/Makefile	Sun Sep 23 12:59:58 2012	(r304738)
@@ -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
 		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=
 

Modified: head/sysutils/usermin/distinfo
==============================================================================
--- head/sysutils/usermin/distinfo	Sun Sep 23 12:37:34 2012	(r304737)
+++ head/sysutils/usermin/distinfo	Sun Sep 23 12:59:58 2012	(r304738)
@@ -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

Copied and modified: head/sysutils/usermin/files/pkg-message.in (from r304731, head/sysutils/usermin/pkg-message)
==============================================================================
--- head/sysutils/usermin/pkg-message	Sun Sep 23 08:26:03 2012	(r304731, copy source)
+++ head/sysutils/usermin/files/pkg-message.in	Sun Sep 23 12:59:58 2012	(r304738)
@@ -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.



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