diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2011-06-27 22:54:44 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2011-06-27 22:54:44 +0000 |
| commit | a7f226309a94eb3cbf58b102484a13e9fb7d341d (patch) | |
| tree | 1415cec50ce189c2dcf2087375acb5f1c119bd1b | |
| parent | Update to 0.8.2, a bugfix release. Also, update certificate makefile to specify (diff) | |
- Adjust FETCH_ARGS to fix fetching from secured site after redirect
Noticed by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=276528
| -rw-r--r-- | math/eigen2/Makefile | 1 | ||||
| -rw-r--r-- | math/eigen3/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/eigen2/Makefile b/math/eigen2/Makefile index e5818e925173..c5083b34dd6b 100644 --- a/math/eigen2/Makefile +++ b/math/eigen2/Makefile @@ -17,6 +17,7 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes +FETCH_ARGS= -Fpr LATEST_LINK= ${PORTNAME}2 diff --git a/math/eigen3/Makefile b/math/eigen3/Makefile index e5818e925173..c5083b34dd6b 100644 --- a/math/eigen3/Makefile +++ b/math/eigen3/Makefile @@ -17,6 +17,7 @@ COMMENT= Lightweight library for vector and matrix math USE_BZIP2= yes USE_CMAKE= yes +FETCH_ARGS= -Fpr LATEST_LINK= ${PORTNAME}2 |
