svn commit: r321547 - head/net-mgmt/sing

Frederic Culot culot at FreeBSD.org
Sat Jun 22 06:46:05 UTC 2013


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 at 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 at xpert.com>
-#
+# Created by: Roman Shterenzon <roman at xpert.com>
 # $FreeBSD$
-#
 
 PORTNAME=	sing
 PORTVERSION=	1.1
@@ -16,6 +12,8 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool for sending customized ICMP packets
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list