diff options
author | gdt <gdt> | 2012-11-02 23:54:45 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-11-02 23:54:45 +0000 |
commit | 7a1a2874dbc27ae6cbe53670f606d14d69814618 (patch) | |
tree | 01833e8eedd82ee09d1c2852a0e78082e19d418a /ham/hamlib/Makefile | |
parent | c32a7207534b0eeb2a38b560f081370912641c0d (diff) | |
download | pkgsrc-7a1a2874dbc27ae6cbe53670f606d14d69814618.tar.gz |
Update to 1.2.15.3.
Note that MAKE_JOBS_SAFE=no seems unnecessary.
Set LICENSE.
Version 1.2.15.3
2012-11-01
* Fix configure.ac so that rigctld/rotcld work on Win32 platform
* Add NSIS script to build executable installer on Win32 platform
* Remove unsupported commands on IC-756 (non-Pro model) from AK6I
* Fix set_split in netrigctl.c to properly accept the split
value. TNX, N2ADR.
* IC-R8500: Add RIG_LEVEL_AF to has_set_level. TNX John, EI7IG
* ADAT updates from Frank, DG1SBG, needed for stable operation.
Diffstat (limited to 'ham/hamlib/Makefile')
-rw-r--r-- | ham/hamlib/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 8149c11e8da..64f89b602b2 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.32 2012/10/03 21:56:17 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2012/11/02 23:54:45 gdt Exp $ # -DISTNAME= hamlib-1.2.15.2 -PKGREVISION= 1 +DISTNAME= hamlib-1.2.15.3 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hamlib/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://hamlib.sourceforge.net/ COMMENT= API for digital communications equipment +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 +# As of 2012-11-02, there seems to be no good reason to set this. MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |