diff options
author | adam <adam@pkgsrc.org> | 2009-11-13 12:58:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-11-13 12:58:18 +0000 |
commit | fde2224f90d36c91cd057bd15e6c4eb8f9663989 (patch) | |
tree | 0333f6286b701f5c220f24124deac84b451997b8 /graphics/libexif/Makefile | |
parent | 8993f20c9f0f56594544dbc989f75a1431fa1200 (diff) | |
download | pkgsrc-fde2224f90d36c91cd057bd15e6c4eb8f9663989.tar.gz |
Changes 0.6.19:
* New translations: be, en_GB, it, ja, pt, sq, zh_CN
* Updated translations: da, sv, vi
* Now using a binary search to make searching through the tag table faster
* Fixed a heap buffer overflow during tag format conversion
Diffstat (limited to 'graphics/libexif/Makefile')
-rw-r--r-- | graphics/libexif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index b3049baf754..87f2232e519 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2009/10/24 13:09:05 drochner Exp $ +# $NetBSD: Makefile,v 1.37 2009/11/13 12:58:18 adam Exp $ -DISTNAME= libexif-0.6.18 +DISTNAME= libexif-0.6.19 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/} EXTRACT_SUFX= .tar.bz2 |