From owner-svn-ports-head@FreeBSD.ORG Thu May 7 14:37:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11C6B911; Thu, 7 May 2015 14:37:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6D661E62; Thu, 7 May 2015 14:37:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47Eb2V4057986; Thu, 7 May 2015 14:37:02 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47Eb02d057970; Thu, 7 May 2015 14:37:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505071437.t47Eb02d057970@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 7 May 2015 14:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385631 - in head/sysutils/webmin: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 14:37:03 -0000 Author: olgeni Date: Thu May 7 14:37:00 2015 New Revision: 385631 URL: https://svnweb.freebsd.org/changeset/ports/385631 Log: Add LICENSE and pet portlint (makepatch warnings). Remove trailing whitespace. Modified: head/sysutils/webmin/Makefile head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_ajaxterm.py (contents, props changed) head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_qweb.py (contents, props changed) head/sysutils/webmin/files/patch-fail2ban_config (contents, props changed) head/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c (contents, props changed) head/sysutils/webmin/files/patch-setup.sh (contents, props changed) head/sysutils/webmin/files/patch-software_freebsd-lib.pl (contents, props changed) head/sysutils/webmin/files/patch-usermin__config (contents, props changed) Modified: head/sysutils/webmin/Makefile ============================================================================== --- head/sysutils/webmin/Makefile Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/Makefile Thu May 7 14:37:00 2015 (r385631) @@ -6,13 +6,14 @@ PORTVERSION= 1.740 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf - DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sf ${WEBMIN_MODULES:S/gz$/gz:up/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Web-based interface for system administration for Unix +LICENSE= BSD3CLAUSE + 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 @@ -55,7 +56,7 @@ post-patch: @${FIND} ${WRKSRC} -name "*.pyc" -delete .for module in ldap-server ldap-client ldap-useradmin logrotate status time webalizer - @${RM} ${WRKSRC}/${module}/config-\*-linux + @${RM} ${WRKSRC}/${module}/config-\*-linux .endfor @${PRINTF} "g/^FreeBSD/m0\nwq\n" | ex ${WRKSRC}/os_list.txt Modified: head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_ajaxterm.py ============================================================================== --- head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_ajaxterm.py Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_ajaxterm.py Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- ajaxterm/ajaxterm/ajaxterm.py.orig +--- ajaxterm/ajaxterm/ajaxterm.py.orig 2015-03-13 23:52:34 UTC +++ ajaxterm/ajaxterm/ajaxterm.py @@ -394,7 +394,7 @@ if self.cmd: Modified: head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_qweb.py ============================================================================== --- head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_qweb.py Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-ajaxterm_ajaxterm_qweb.py Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- ajaxterm/ajaxterm/qweb.py.orig +--- ajaxterm/ajaxterm/qweb.py.orig 2015-03-13 23:52:34 UTC +++ ajaxterm/ajaxterm/qweb.py @@ -128,12 +128,12 @@ r=None Modified: head/sysutils/webmin/files/patch-fail2ban_config ============================================================================== --- head/sysutils/webmin/files/patch-fail2ban_config Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-fail2ban_config Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- fail2ban/config.orig +--- fail2ban/config.orig 2015-03-13 23:52:35 UTC +++ fail2ban/config @@ -1,4 +1,4 @@ -config_dir=/etc/fail2ban Modified: head/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c ============================================================================== --- head/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-mount_freebsd-mounts-7.c Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- mount/freebsd-mounts-7.c.orig +--- mount/freebsd-mounts-7.c.orig 2015-03-13 23:51:39 UTC +++ mount/freebsd-mounts-7.c @@ -1,3 +1,5 @@ +#include Modified: head/sysutils/webmin/files/patch-setup.sh ============================================================================== --- head/sysutils/webmin/files/patch-setup.sh Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-setup.sh Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- setup.sh.orig +--- setup.sh.orig 2015-03-13 23:51:36 UTC +++ setup.sh @@ -17,16 +17,8 @@ srcdir=$wadir Modified: head/sysutils/webmin/files/patch-software_freebsd-lib.pl ============================================================================== --- head/sysutils/webmin/files/patch-software_freebsd-lib.pl Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-software_freebsd-lib.pl Thu May 7 14:37:00 2015 (r385631) @@ -1,7 +1,4 @@ - -$FreeBSD$ - ---- software/freebsd-lib.pl.orig +--- software/freebsd-lib.pl.orig 2015-03-13 23:51:49 UTC +++ software/freebsd-lib.pl @@ -21,7 +21,7 @@ Modified: head/sysutils/webmin/files/patch-usermin__config ============================================================================== --- head/sysutils/webmin/files/patch-usermin__config Thu May 7 14:21:52 2015 (r385630) +++ head/sysutils/webmin/files/patch-usermin__config Thu May 7 14:37:00 2015 (r385631) @@ -1,5 +1,8 @@ ---- usermin/config.orig Sun Apr 6 14:02:33 2003 -+++ usermin/config Sun Apr 6 14:04:06 2003 -@@ -1 +1 @@ +--- usermin/config.orig 2015-03-13 23:52:14 UTC ++++ usermin/config +@@ -1,4 +1,4 @@ -usermin_dir=/etc/usermin +usermin_dir=%%PREFIX%%/etc/usermin + update=0 + upmissing=0 + upshow=1