diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-06-01 19:14:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-06-01 19:14:04 +0000 |
commit | d8b5858cbd896b8055e0f57a0a0081c5619e77f5 (patch) | |
tree | cf70dee4bf07e028d3d6573658c4f6a29f91f4e0 /graphics/swfdec | |
parent | 96363bb793c8dcd618ac3c17d90b2a0a3701736a (diff) | |
download | ports-d8b5858cbd896b8055e0f57a0a0081c5619e77f5.tar.gz ports-d8b5858cbd896b8055e0f57a0a0081c5619e77f5.zip |
Update to 0.2.2.
PR: 52665
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=81920
Diffstat (limited to 'graphics/swfdec')
-rw-r--r-- | graphics/swfdec/Makefile | 7 | ||||
-rw-r--r-- | graphics/swfdec/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 5af6c114f541..fff7e7ff7bb4 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -7,8 +7,7 @@ # PORTNAME= swfdec -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +34,7 @@ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|" ${WRKSRC}/libswfdec/jpeg/sl_types.h + @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG:T}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|malloc\.h|stdlib.h|g" ${WRKSRC}/libswfdec/jpeg/sl_types.h .include <bsd.port.mk> diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo index fca87b5a261d..e013516c05d6 100644 --- a/graphics/swfdec/distinfo +++ b/graphics/swfdec/distinfo @@ -1 +1 @@ -MD5 (swfdec-0.2.1.tar.gz) = 69ae7c0dc1fc62432ee7be23aa7e3726 +MD5 (swfdec-0.2.2.tar.gz) = 08c60d18f350c68c4b938dc29e9b1191 |