diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2011-06-26 10:53:54 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2011-06-26 10:53:54 +0000 |
commit | 17e26ec58bf6b1bad578d0feddcc26368fd0b5d4 (patch) | |
tree | 31a62ad8090296665c90852a54ad64fc2ebfa51e | |
parent | d242374af32655816f7944ab4f151c9273f3c6ac (diff) | |
download | ports-17e26ec58bf6b1bad578d0feddcc26368fd0b5d4.tar.gz ports-17e26ec58bf6b1bad578d0feddcc26368fd0b5d4.zip |
Notes
-rw-r--r-- | math/eigen2/Makefile | 4 | ||||
-rw-r--r-- | math/eigen2/distinfo | 4 | ||||
-rw-r--r-- | math/eigen3/Makefile | 4 | ||||
-rw-r--r-- | math/eigen3/distinfo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 75baa5bbd54b..e5818e925173 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 2.0.15 +PORTVERSION= 2.0.16 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ @@ -20,7 +20,7 @@ USE_CMAKE= yes LATEST_LINK= ${PORTNAME}2 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-9ca09dbd70ce post-patch: @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \ diff --git a/math/eigen2/distinfo b/math/eigen2/distinfo index 2ff44fc23f14..6d64f81c1dd0 100644 --- a/math/eigen2/distinfo +++ b/math/eigen2/distinfo @@ -1,2 +1,2 @@ -SHA256 (eigen/2.0.15.tar.bz2) = c68509b80ec2570d025a98e6c4279062b801593c5165ba3d683852e7dbff1569 -SIZE (eigen/2.0.15.tar.bz2) = 367509 +SHA256 (eigen/2.0.16.tar.bz2) = 59e1a1aa7716f1c65fb3f1cce0704f1ffcb7cb0e75a99ef09dd8877c28a49f12 +SIZE (eigen/2.0.16.tar.bz2) = 367939 diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index 75baa5bbd54b..e5818e925173 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 2.0.15 +PORTVERSION= 2.0.16 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ @@ -20,7 +20,7 @@ USE_CMAKE= yes LATEST_LINK= ${PORTNAME}2 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-9ca09dbd70ce post-patch: @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \ diff --git a/math/eigen3/distinfo b/math/eigen3/distinfo index 2ff44fc23f14..6d64f81c1dd0 100644 --- a/math/eigen3/distinfo +++ b/math/eigen3/distinfo @@ -1,2 +1,2 @@ -SHA256 (eigen/2.0.15.tar.bz2) = c68509b80ec2570d025a98e6c4279062b801593c5165ba3d683852e7dbff1569 -SIZE (eigen/2.0.15.tar.bz2) = 367509 +SHA256 (eigen/2.0.16.tar.bz2) = 59e1a1aa7716f1c65fb3f1cce0704f1ffcb7cb0e75a99ef09dd8877c28a49f12 +SIZE (eigen/2.0.16.tar.bz2) = 367939 |