Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 14:37:00 +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: r385631 - in head/sysutils/webmin: . files
Message-ID:  <201505071437.t47Eb02d057970@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <stdlib.h>

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



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