Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 12:46:46 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
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
Message-ID:  <201307051246.r65CkkcR026830@svn.freebsd.org>

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



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