mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- 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.
This commit is contained in:
parent
ccff1d166d
commit
872cac5d84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289465
@ -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' \
|
||||
|
@ -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
|
||||
|
@ -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' \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user