diff options
author | mef <mef@pkgsrc.org> | 2014-12-12 15:43:39 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-12 15:43:39 +0000 |
commit | c4f50aa67d9576ac8bb1bcfcafa0efbcf1bc53ea (patch) | |
tree | 610bbd4e5322815ca5d8f820a0ad3ad0a9c6d79c /ham/xdx/Makefile | |
parent | e928d20a47d10ae51bb860e6eee4645795d1c89c (diff) | |
download | pkgsrc-c4f50aa67d9576ac8bb1bcfcafa0efbcf1bc53ea.tar.gz |
(pkgsrc) Update HOMEPAGE and MASTER_SITES
(upstream) Update xdx from 2.4.2 to 2.4.3
Changelog for version Xdx (2.4.3)
* Apply Debian patch from bug #577377.
* Bring build system up to date for later versions of Autotools.
* Do not track any build system generated files in Git VCS.
* Modify source as needed for clean build with Gtk+ 2.24.
* New upstream maintainer, Nate Bargmann, N0NB <n0nb@n0nb.us>
* Development hosted at https://github.com/N0NB/xdx
* Portuguese translation update from David, CT1DRB
* Add support to load updated country file using command line option,
environment variable, or placing cty.dat in the preferences directory.
* Fix URI handling for GTK+ 2.24 and later.
* Disable function keys for this release.
Diffstat (limited to 'ham/xdx/Makefile')
-rw-r--r-- | ham/xdx/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ham/xdx/Makefile b/ham/xdx/Makefile index bc351f28e20..3202d5592f7 100644 --- a/ham/xdx/Makefile +++ b/ham/xdx/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.43 2014/05/05 00:48:01 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2014/12/12 15:43:39 mef Exp $ # -DISTNAME= xdx-2.4.2 -PKGREVISION= 21 +DISTNAME= xdx-2.4.3 CATEGORIES= ham -MASTER_SITES= http://www.qsl.net/pg4i/download/ +MASTER_SITES= http://sourceforge.net/projects/xdxclusterclient/files/latest/download MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.qsl.net/pg4i/linux/xdx.html +HOMEPAGE= http://sourceforge.net/projects/xdxclusterclient/ COMMENT= Amateur Radio tcp/ip DX-cluster client LICENSE= gnu-gpl-v2 |