Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2012 14:36:21 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306921 - head/comms/hamlib
Message-ID:  <201211031436.qA3EaLNT083118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: db
Date: Sat Nov  3 14:36:21 2012
New Revision: 306921
URL: http://svn.freebsd.org/changeset/ports/306921

Log:
  - Convert header into new form
  - Move LICENSE line to make portlint happy
  - No code changes
  
  Feature safe:	yes

Modified:
  head/comms/hamlib/Makefile

Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile	Sat Nov  3 14:23:09 2012	(r306920)
+++ head/comms/hamlib/Makefile	Sat Nov  3 14:36:21 2012	(r306921)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	hamlib
-# Date created:			30 April 2003
-# Whom:				Sebastian Yepes <esn@x123.info>
-#
+# Created by:	Sebastian Yepes <esn@x123.info>
 # $FreeBSD$
-#
 
 PORTNAME=	hamlib
 PORTVERSION=	1.2.15.3
@@ -13,6 +9,8 @@ MASTER_SITES=	SF
 MAINTAINER=	db@FreeBSD.org
 COMMENT=	Shared libraries for Amateur Radio Equipment Control Applications
 
+LICENSE=	LGPL20
+
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13
 
 USE_GNOME=	pkgconfig gnomehack libxml2
@@ -30,7 +28,6 @@ PLIST_SUB=	VER=${PORTVERSION} TCL_VER=${
 
 MAN1=		rigctl.1 rigmem.1 rigswr.1 rotctl.1 rigsmtr.1
 MAN8=		rpc.rigd.8 rpc.rotd.8 rigctld.8 rotctld.8
-LICENSE=	LGPL20
 
 post-patch:
 	${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' \



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