diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-01-19 13:03:16 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2012-01-19 13:03:16 +0000 |
commit | 872cac5d845dff177bf9c0fddc133a457e3ff6fe (patch) | |
tree | 6948a5eb771c5171febdaf51e83fe4c151620945 /math/eigen2 | |
parent | ccff1d166d2bd2b60639ec98a8c9b39fb9109304 (diff) | |
download | ports-872cac5d845dff177bf9c0fddc133a457e3ff6fe.tar.gz ports-872cac5d845dff177bf9c0fddc133a457e3ff6fe.zip |
- Update to 2.0.17.
This release should contain only two small bugs.
- Update MASTER_SITES to use the https version of bitbucket.
- Do not set FETCH_ARGS to a custom value, as it does not seem
to be needed anymore.
- Kind of revert the fix for PR 159690 now that bitbucket seems
to have changed its mind once again and changed the naming
scheme of the top-level directory in the tarball.
Notes
Notes:
svn path=/head/; revision=289465
Diffstat (limited to 'math/eigen2')
-rw-r--r-- | math/eigen2/Makefile | 7 | ||||
-rw-r--r-- | math/eigen2/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index 115fb4e83c26..835fd5336673 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= eigen -PORTVERSION= 2.0.16 +PORTVERSION= 2.0.17 PORTEPOCH= 1 CATEGORIES= math -MASTER_SITES= http://bitbucket.org/eigen/eigen/get/ +MASTER_SITES= https://bitbucket.org/eigen/eigen/get/ DISTNAME= ${PORTVERSION} DIST_SUBDIR= ${PORTNAME} @@ -17,11 +17,10 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes -FETCH_ARGS= -Fpr LATEST_LINK= ${PORTNAME}2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-b23437e61a07 post-patch: @${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|g' \ diff --git a/math/eigen2/distinfo b/math/eigen2/distinfo index 691d8a960cda..7586a5d14856 100644 --- a/math/eigen2/distinfo +++ b/math/eigen2/distinfo @@ -1,2 +1,2 @@ -SHA256 (eigen/2.0.16.tar.bz2) = 0c9379d6bfdde78c5a1794e0bdfcc875688bea4a9ff2e40b8a631a8c4981687b -SIZE (eigen/2.0.16.tar.bz2) = 367748 +SHA256 (eigen/2.0.17.tar.bz2) = 7255e856ed367ce6e6e2d4153b0e4e753c8b8d36918bf440dd34ad56aff09960 +SIZE (eigen/2.0.17.tar.bz2) = 367890 |