diff options
author | garga <garga@FreeBSD.org> | 2005-09-16 19:04:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-16 19:04:25 +0800 |
commit | a3ea3ae5cb53b3d4eb3e623391c2c14b778eae57 (patch) | |
tree | c83b7228adda8c6dfb3aa87ca85aa3ea352506e3 /audio | |
parent | b005e12811272dbecf33e4f96af771040a953432 (diff) | |
download | freebsd-ports-gnome-a3ea3ae5cb53b3d4eb3e623391c2c14b778eae57.tar.gz freebsd-ports-gnome-a3ea3ae5cb53b3d4eb3e623391c2c14b778eae57.tar.zst freebsd-ports-gnome-a3ea3ae5cb53b3d4eb3e623391c2c14b778eae57.zip |
- Update to 0.4.14
PR: ports/86116
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-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 |