diff options
author | petef <petef@FreeBSD.org> | 2003-06-02 03:14:04 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-06-02 03:14:04 +0800 |
commit | 7d421670c11135b1f8134e6a2ddc506a525c037a (patch) | |
tree | c694314a43d9feecc10ddbed5ae46bdf257e5aab /graphics | |
parent | 8d8c7316185ccef3adfee00ba1e3d79400488eed (diff) | |
download | freebsd-ports-gnome-7d421670c11135b1f8134e6a2ddc506a525c037a.tar.gz freebsd-ports-gnome-7d421670c11135b1f8134e6a2ddc506a525c037a.tar.zst freebsd-ports-gnome-7d421670c11135b1f8134e6a2ddc506a525c037a.zip |
Update to 0.2.2.
PR: 52665
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-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 |