diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-09-16 11:04:25 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-09-16 11:04:25 +0000 |
commit | 9e344dbbebf151c2bd453db654c1c9fa0621efcd (patch) | |
tree | 2619118429ef471777dbc8d07be0c9f25b8e767e /audio/swhplugins | |
parent | 4659ff842875c2c2d22c32f5e409c964cacd369f (diff) | |
download | ports-9e344dbbebf151c2bd453db654c1c9fa0621efcd.tar.gz ports-9e344dbbebf151c2bd453db654c1c9fa0621efcd.zip |
Notes
Diffstat (limited to 'audio/swhplugins')
-rw-r--r-- | audio/swhplugins/Makefile | 9 | ||||
-rw-r--r-- | audio/swhplugins/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index 58b4d9db089a..3638cc5f491a 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= swhplugins -PORTVERSION= 0.4.13 +PORTVERSION= 0.4.14 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} @@ -46,10 +46,7 @@ PLIST_SUB+= NLS="" post-patch: @${REINPLACE_CMD} -e \ 's|="$$CFLAGS -Wall .*"|="$$CFLAGS"|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|gcc |$$(CC) |g ; \ - s| -lc| $$(LDFLAGS)|g ; \ - s|-lrt||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|<stdint\.h>|<inttypes.h>|g ; \ - s|ls_pcast |ls_pcast32 |g' ${WRKSRC}/ladspa-util.h + @${REINPLACE_CMD} -e \ + 's|<stdint\.h>|<inttypes.h>|g' ${WRKSRC}/ladspa-util.h .include <bsd.port.mk> diff --git a/audio/swhplugins/distinfo b/audio/swhplugins/distinfo index 3718cd3bccfa..8320cddd39f0 100644 --- a/audio/swhplugins/distinfo +++ b/audio/swhplugins/distinfo @@ -1,2 +1,2 @@ -MD5 (swh-plugins-0.4.13.tar.gz) = 83fc4f1ec9e6c7e0632b1b1d95717060 -SIZE (swh-plugins-0.4.13.tar.gz) = 896693 +MD5 (swh-plugins-0.4.14.tar.gz) = 1d8418b85034ee9153c726c4c7188a1a +SIZE (swh-plugins-0.4.14.tar.gz) = 1008445 |