diff options
author | wiz <wiz> | 2008-09-06 09:19:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 09:19:02 +0000 |
commit | 57f3fe2687fba889155ce6313a8f1d8347a5553f (patch) | |
tree | 4845870d75933b3a715a8d6b6c25e0e4cfc229a5 | |
parent | ec00fdd5f4855d1b3c04046dd9fa067c01eac3cc (diff) | |
download | pkgsrc-57f3fe2687fba889155ce6313a8f1d8347a5553f.tar.gz |
Update to 0.3.4. Changes unknown.
-rw-r--r-- | textproc/subtitleripper/Makefile | 7 | ||||
-rw-r--r-- | textproc/subtitleripper/distinfo | 10 | ||||
-rw-r--r-- | textproc/subtitleripper/patches/patch-aa | 10 |
3 files changed, 13 insertions, 14 deletions
diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile index 3e1a95c27ba..aca7cb7a4ed 100644 --- a/textproc/subtitleripper/Makefile +++ b/textproc/subtitleripper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/03/10 10:33:38 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2008/09/06 09:19:02 wiz Exp $ # -DISTNAME= subtitleripper-0.3-1 -PKGNAME= subtitleripper-0.3.1 -PKGREVISION= 5 +DISTNAME= subtitleripper-0.3-4 +PKGNAME= subtitleripper-0.3.4 CATEGORIES= textproc graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/} EXTRACT_SUFX= .tgz diff --git a/textproc/subtitleripper/distinfo b/textproc/subtitleripper/distinfo index 82d35ab21a8..48bca742c76 100644 --- a/textproc/subtitleripper/distinfo +++ b/textproc/subtitleripper/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2005/12/02 19:51:05 mrg Exp $ +$NetBSD: distinfo,v 1.5 2008/09/06 09:19:02 wiz Exp $ -SHA1 (subtitleripper-0.3-1.tgz) = d34aac07e834fd462c89484db8fcb27bebcb8ef5 -RMD160 (subtitleripper-0.3-1.tgz) = e75c2ea9ab8b5d96c57b860ab15021b9af5a9500 -Size (subtitleripper-0.3-1.tgz) = 42382 bytes -SHA1 (patch-aa) = b93e8276813bb6bf2a3aee797619bd1bff0f7eca +SHA1 (subtitleripper-0.3-4.tgz) = d93ff3578dd5f722c8f4ef16bc0903eec5781a0d +RMD160 (subtitleripper-0.3-4.tgz) = 141355960773ab2dfe3782522858273d197cf797 +Size (subtitleripper-0.3-4.tgz) = 47299 bytes +SHA1 (patch-aa) = f99aad2fd864aeb3d051510e63b4bd96c580a4d3 SHA1 (patch-ab) = 22335a412899b7cdb552185ff051c7d2f2e1ba59 diff --git a/textproc/subtitleripper/patches/patch-aa b/textproc/subtitleripper/patches/patch-aa index 30c0a01b354..2cfe908a22a 100644 --- a/textproc/subtitleripper/patches/patch-aa +++ b/textproc/subtitleripper/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2004/05/09 20:19:44 snj Exp $ +$NetBSD: patch-aa,v 1.3 2008/09/06 09:19:02 wiz Exp $ ---- Makefile.orig 2003-02-24 03:44:11.000000000 -0800 -+++ Makefile 2004-05-09 11:20:50.000000000 -0700 +--- Makefile.orig 2003-12-08 10:28:02.000000000 +0100 ++++ Makefile @@ -4,12 +4,12 @@ # use always: @@ -16,5 +16,5 @@ $NetBSD: patch-aa,v 1.2 2004/05/09 20:19:44 snj Exp $ -LIBS += -lppm +LIBS += -lnetpbm ${LDFLAGS} - ### enable zlib support ### - DEFINES += -D_HAVE_ZLIB_ + ### enable PNG support ### + DEFINES += -D_HAVE_PNG_ |