diff options
author | krion <krion@FreeBSD.org> | 2003-09-30 05:24:25 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-30 05:24:25 +0000 |
commit | cbf070e0a5ceddb9fca6b9cca5dddf998d208cb5 (patch) | |
tree | 6fa941613e21907157cdc0a75ebfc4564feb9146 /audio | |
parent | 3f9937852b80343dbccbeb4ca023823c1ce91fb8 (diff) | |
download | FreeBSD-ports-cbf070e0a5ceddb9fca6b9cca5dddf998d208cb5.zip FreeBSD-ports-cbf070e0a5ceddb9fca6b9cca5dddf998d208cb5.tar.gz |
- Update to version 1.0.2
PR: 57387
Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/speex-devel/distinfo | 2 | ||||
-rw-r--r-- | audio/speex/Makefile | 4 | ||||
-rw-r--r-- | audio/speex/distinfo | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 9a804b1..0f5315a 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -34,7 +34,7 @@ LDFLAGS= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ - s|^mandir =.*$$|mandir = @mandir@|g' + s|^mandir =.*$$|mandir = @mandir@|g' @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo index 6811430..0cb80b0 100644 --- a/audio/speex-devel/distinfo +++ b/audio/speex-devel/distinfo @@ -1 +1 @@ -MD5 (speex-1.0.1.tar.gz) = 20515626d2c755ca9216701b60c97120 +MD5 (speex-1.0.2.tar.gz) = a14e671c789ff3a2f9abbc4f2576910d diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 9a804b1..0f5315a 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -34,7 +34,7 @@ LDFLAGS= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ - s|^mandir =.*$$|mandir = @mandir@|g' + s|^mandir =.*$$|mandir = @mandir@|g' @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure diff --git a/audio/speex/distinfo b/audio/speex/distinfo index 6811430..0cb80b0 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1 +1 @@ -MD5 (speex-1.0.1.tar.gz) = 20515626d2c755ca9216701b60c97120 +MD5 (speex-1.0.2.tar.gz) = a14e671c789ff3a2f9abbc4f2576910d |