diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 11:03:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 11:03:13 +0000 |
commit | a089bd2ead148593209a4db81e478d598d9df5e9 (patch) | |
tree | 703e3d372c342a795a00a0b66b1122f824d2bf49 /misc/gaupol/Makefile | |
parent | a2c4f40c5e740aebb825b63071174a8e77088f54 (diff) | |
download | pkgsrc-a089bd2ead148593209a4db81e478d598d9df5e9.tar.gz |
Update to 0.15.1, set LICENSE.
* Fix complete breakage of opening subtitle files due to a change in
newline handling of codecs.open in Python 2.6.5
* Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
* Add German translation (Chris Leick)
* Add Hungarian translation (László Andrássy)
Diffstat (limited to 'misc/gaupol/Makefile')
-rw-r--r-- | misc/gaupol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/gaupol/Makefile b/misc/gaupol/Makefile index c460ba10805..cc0b75967bb 100644 --- a/misc/gaupol/Makefile +++ b/misc/gaupol/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.7 2010/03/07 08:56:55 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/05/02 11:03:13 wiz Exp $ # -DISTNAME= gaupol-0.15 +DISTNAME= gaupol-0.15.1 CATEGORIES= misc MASTER_SITES= http://download.gna.org/gaupol/0.15/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://home.gna.org/gaupol/index.html COMMENT= Subtitle editor +LICENSE= gnu-gpl-v3 DEPENDS+= iso-codes-[0-9]*:../../textproc/iso-codes DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet |