From e013623d34a1fb04e8054585b6c438e1ef9468ee Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 20 Mar 2005 18:41:26 +0000 Subject: update to 0.3.4. teach configure how we call sdl-config (forgotten in last commit) --- graphics/swfdec/Makefile | 3 ++- graphics/swfdec/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 584d65a64450..b3257845d69f 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -7,7 +7,7 @@ # PORTNAME= swfdec -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= graphics MASTER_SITES= http://www.schleef.org/swfdec/download/ @@ -55,5 +55,6 @@ post-patch: @${REINPLACE_CMD} -e "s,int16_t,__int16_t," ${WRKSRC}/libswfdec/swfdec_shape.c @${REINPLACE_CMD} -e 's|libdir)/gimp/1.3|prefix)/libexec/gimp/2.2|g' ${WRKSRC}/gimp-loader/Makefile.in @${REINPLACE_CMD} -e 's|plugin||g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure .include diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo index 1474465dca01..83dc1f0c812a 100644 --- a/graphics/swfdec/distinfo +++ b/graphics/swfdec/distinfo @@ -1,2 +1,2 @@ -MD5 (swfdec-0.3.3.tar.gz) = afa290b7351ddf543b8df132835b78f3 -SIZE (swfdec-0.3.3.tar.gz) = 506654 +MD5 (swfdec-0.3.4.tar.gz) = a307a12e6792f9c26c2f7d7149580d29 +SIZE (swfdec-0.3.4.tar.gz) = 511112 -- cgit