diff options
author | magick <magick@pkgsrc.org> | 2001-06-15 19:49:21 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2001-06-15 19:49:21 +0000 |
commit | 560b58c045d82c40971efa28354221a2cf45f6f4 (patch) | |
tree | e622c43c3978375ca90b9a1a80b10c5d2098a389 /misc/nxtvepg/Makefile | |
parent | d91dc0b972e6e35da79e21603de2a77b08c30f79 (diff) | |
download | pkgsrc-560b58c045d82c40971efa28354221a2cf45f6f4.tar.gz |
Update nxtvepg to 0.5.2.
Changes since 0.5.1:
- bugfix programme listbox: the network filter did not follow xawtv channel
changes. Thanks to Werner Renhardt (werner at kangaroo.at)
- bugfix cyclic acquisition (bug was introduced in 0.5.1): expired programmes
were not counted for acquisition statistics, hence sometimes the acq engine
did not detect when the database was complete and did not move on to the
next provider.
Diffstat (limited to 'misc/nxtvepg/Makefile')
-rw-r--r-- | misc/nxtvepg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile index 5595aa5538e..6f0b4397589 100644 --- a/misc/nxtvepg/Makefile +++ b/misc/nxtvepg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/06/09 15:14:25 magick Exp $ +# $NetBSD: Makefile,v 1.8 2001/06/15 19:49:21 magick Exp $ -DISTNAME= nxtvepg-0.5.1 +DISTNAME= nxtvepg-0.5.2 CATEGORIES= misc MASTER_SITES= http://www.nefkom.net/tomzo/prj/nxtvepg/src/ |