diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 05:24:25 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-30 05:24:25 +0000 |
commit | 386c16f1a979d665ab91b9ca4633f37293df936a (patch) | |
tree | 4b73da562f87ce18aa7292c0cbeaaf0ac8cf373d /audio | |
parent | Update to 20030928 (diff) |
- Update to version 1.0.2
PR: 57387
Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=89868
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 9a804b16a551..0f5315a3dc8b 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 68114301bce4..0cb80b096598 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 9a804b16a551..0f5315a3dc8b 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 68114301bce4..0cb80b096598 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 |