diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-06 14:34:17 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-06 14:34:17 +0800 |
commit | 60066f1ad0b044ed1dcdcf13b30640cfc3362f83 (patch) | |
tree | c966b6681a3c347f296dc95ab192d63845ea4ac9 /math | |
parent | 1614b006948f362a4e4e2d73a5f049fd49f3c839 (diff) | |
download | freebsd-ports-gnome-60066f1ad0b044ed1dcdcf13b30640cfc3362f83.tar.gz freebsd-ports-gnome-60066f1ad0b044ed1dcdcf13b30640cfc3362f83.tar.zst freebsd-ports-gnome-60066f1ad0b044ed1dcdcf13b30640cfc3362f83.zip |
- Update to 3.1.2
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 6 | ||||
-rw-r--r-- | math/fftw3/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index 03e1747be96e..0807e1396d33 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -6,7 +6,7 @@ # $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ PORTNAME= fftw3 -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ @@ -95,6 +95,10 @@ PLIST_SUB+= DEF="@comment " PLIST_SUB+= FFTW3_SUFX="${FFTW3_SUFX}" post-patch: + @${REINPLACE_CMD} -e 's|@infodir@|${PREFIX}/info|; \ + s|@mandir@|${PREFIX}/man|' \ + ${WRKSRC}/doc/Makefile.in \ + ${WRKSRC}/tools/Makefile.in @${REINPLACE_CMD} -e \ 's|/etc/fftw|${PREFIX}/etc/fftw|' \ ${WRKSRC}/Makefile.in \ diff --git a/math/fftw3/distinfo b/math/fftw3/distinfo index 5762a8718f9a..b7dabd919820 100644 --- a/math/fftw3/distinfo +++ b/math/fftw3/distinfo @@ -1,3 +1,3 @@ -MD5 (fftw-3.1.1.tar.gz) = b35813b88a046e4e74a603017794ddcd -SHA256 (fftw-3.1.1.tar.gz) = 1d3e90da1aab15928586ef814784e217ac91bbac878906d82392b0d2e64aff0c -SIZE (fftw-3.1.1.tar.gz) = 2719997 +MD5 (fftw-3.1.2.tar.gz) = 08f2e21c9fd02f4be2bd53a62592afa4 +SHA256 (fftw-3.1.2.tar.gz) = e1b92e97fe27efcbd150212d0d287ac907bd2fef0af32e16284fef5d1c1c26bf +SIZE (fftw-3.1.2.tar.gz) = 2736360 |