Please, add LICENSE to net-mgmt/sing. Fix: - Add LICENSE - Trim header - Bump PORTREVISION Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Sat Jun 22 06:46:05 2013 New Revision: 321547 URL: http://svnweb.freebsd.org/changeset/ports/321547 Log: - Add LICENSE (GPL 2) - Trim Makefile's header PR: ports/179773 Submitted by: Alexander Milanov <a@amilanov.com> Modified: head/net-mgmt/sing/Makefile Modified: head/net-mgmt/sing/Makefile ============================================================================== --- head/net-mgmt/sing/Makefile Sat Jun 22 06:37:59 2013 (r321546) +++ head/net-mgmt/sing/Makefile Sat Jun 22 06:46:05 2013 (r321547) @@ -1,9 +1,5 @@ -# Ports collection makefile for: sing -# Date created: Oct 6 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= sing PORTVERSION= 1.1 @@ -16,6 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Tool for sending customized ICMP packets +LICENSE= GPLv2 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 GNU_CONFIGURE= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor change (PORTREVISION bump not needed). Thanks!