mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 2.2.2
Respect LOCALBASE (reported by QATty)
This commit is contained in:
parent
bc25dab02f
commit
6ff7fc5b2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239272
2 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= openbabel
|
PORTNAME= openbabel
|
||||||
PORTVERSION= 2.2.1
|
PORTVERSION= 2.2.2
|
||||||
CATEGORIES= science python
|
CATEGORIES= science python
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -21,6 +21,10 @@ USE_PYDISTUTILS= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/scripts/python
|
BUILD_WRKSRC= ${WRKSRC}/scripts/python
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
PYDISTUTILS_PKGVERSION= 1.4
|
PYDISTUTILS_PKGVERSION= 1.5
|
||||||
|
|
||||||
|
#Fix build with non-default LOCALBASE
|
||||||
|
CONFIGURE_ENV+= OPENBABEL_INSTALL=${LOCALBASE}
|
||||||
|
MAKE_ENV+= OPENBABEL_INSTALL=${LOCALBASE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (openbabel-2.2.1.tar.gz) = 1c9cc42bb212aef3b6e50c00460b2fe6
|
MD5 (openbabel-2.2.2.tar.gz) = 0d9c12c500749df7269f9e7ac742e94a
|
||||||
SHA256 (openbabel-2.2.1.tar.gz) = 822345d70778de1d2d9afe65a659f1719b8ca300066fb1fa2f473bc97c457e80
|
SHA256 (openbabel-2.2.2.tar.gz) = 9db35a4d0c7aa26fdf845136ac883b44488740769d64c60cbcf1e68be2bcd051
|
||||||
SIZE (openbabel-2.2.1.tar.gz) = 6507473
|
SIZE (openbabel-2.2.2.tar.gz) = 6621343
|
||||||
|
|
Loading…
Add table
Reference in a new issue