From owner-svn-ports-head@FreeBSD.ORG Fri Jul 5 12:46:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 89DEEC64; Fri, 5 Jul 2013 12:46:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7B11B35; Fri, 5 Jul 2013 12:46:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r65CklJ7026837; Fri, 5 Jul 2013 12:46:47 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r65CkkcR026830; Fri, 5 Jul 2013 12:46:46 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201307051246.r65CkkcR026830@svn.freebsd.org> From: Bryan Drewery Date: Fri, 5 Jul 2013 12:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322321 - in head: irc/gseen.mod mail/qmhandle mail/queue-repair mail/spamdyke net-mgmt/bandwidthd security/openssh-portable sysutils/cronolog 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.14 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: Fri, 05 Jul 2013 12:46:47 -0000 Author: bdrewery Date: Fri Jul 5 12:46:45 2013 New Revision: 322321 URL: http://svnweb.freebsd.org/changeset/ports/322321 Log: Add LICENSE Modified: head/irc/gseen.mod/Makefile head/mail/qmhandle/Makefile head/mail/queue-repair/Makefile head/mail/spamdyke/Makefile head/net-mgmt/bandwidthd/Makefile head/security/openssh-portable/Makefile head/sysutils/cronolog/Makefile Modified: head/irc/gseen.mod/Makefile ============================================================================== --- head/irc/gseen.mod/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/irc/gseen.mod/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/p/ MAINTAINER= bdrewery@FreeBSD.org COMMENT= A seen-module for the eggdrop IRC bot +LICENSE= GPLv2 + EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/irc/eggdrop:extract BUILD_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop RUN_DEPENDS= eggdrop:${PORTSDIR}/irc/eggdrop Modified: head/mail/qmhandle/Makefile ============================================================================== --- head/mail/qmhandle/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/mail/qmhandle/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tool to view and manage a qmail queue +LICENSE= GPLv2 + OPTIONS_DEFINE= DOCS USES= qmail:run Modified: head/mail/queue-repair/Makefile ============================================================================== --- head/mail/queue-repair/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/mail/queue-repair/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -10,6 +10,8 @@ MASTER_SITES= http://pyropus.ca/software MAINTAINER= bdrewery@FreeBSD.org COMMENT= Qmail queue diagnostic and repair tool +LICENSE= GPLv2 + USE_PYTHON= yes OPTIONS_DEFINE= DOCS QMAIL_PORT Modified: head/mail/spamdyke/Makefile ============================================================================== --- head/mail/spamdyke/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/mail/spamdyke/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= bdrewery@FreeBSD.org COMMENT= Qmail filter for monitoring and intercepting SMTP connections +LICENSE= GPLv2 + RUN_DEPENDS= ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp WRKSRC= ${WRKDIR}/${DISTNAME}/spamdyke Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/net-mgmt/bandwidthd/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= bdrewery@FreeBSD.org COMMENT= Tracks bandwidth usage by IP address +LICENSE= GPLv2 + LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd USE_CSTD= gnu89 Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/security/openssh-portable/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -13,6 +13,8 @@ PKGNAMESUFFIX= -portable MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH +LICENSE= BSD + MAN1= sftp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 scp.1 ssh.1 MLINKS= ssh.1 slogin.1 MAN5= moduli.5 ssh_config.5 sshd_config.5 Modified: head/sysutils/cronolog/Makefile ============================================================================== --- head/sysutils/cronolog/Makefile Fri Jul 5 12:29:35 2013 (r322320) +++ head/sysutils/cronolog/Makefile Fri Jul 5 12:46:45 2013 (r322321) @@ -10,6 +10,8 @@ MASTER_SITES= http://cronolog.org/downlo MAINTAINER= bdrewery@FreeBSD.org COMMENT= Web log rotation utility that provides datestamp filenames +LICENSE= GPLv2 + CONFLICTS_INSTALL= cronolog-devel-[0-9]* INFO= cronolog