Bug 179773 - [patch] net-mgmt/sing: add license
Summary: [patch] net-mgmt/sing: add license
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 16:40 UTC by Alexander Milanov
Modified: 2013-06-22 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (790 bytes, patch)
2013-06-20 16:40 UTC, Alexander Milanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Milanov 2013-06-20 16:40:00 UTC
Please, add LICENSE to net-mgmt/sing.

Fix: - Add LICENSE

- Trim header
- Bump PORTREVISION

Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-06-20 17:20:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-22 07:46:12 UTC
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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-06-22 07:46:36 UTC
State Changed
From-To: open->closed

Committed, with minor change (PORTREVISION bump not needed). Thanks!