- update to version 2.1.1
(fixes for several important crashes)
This commit is contained in:
parent
40ed694c23
commit
7dbb038927
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/04/08 10:10:23 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/07/08 17:50:48 ajacoutot Exp $
|
||||
|
||||
COMMENT= "chemistry file translation program"
|
||||
COMMENT= chemistry file translation program
|
||||
|
||||
V= 2.1.0
|
||||
V= 2.1.1
|
||||
DISTNAME= openbabel-${V}
|
||||
CATEGORIES= misc
|
||||
|
||||
SHARED_LIBS+= inchi 0.1 # .0.1
|
||||
SHARED_LIBS+= openbabel 3.0 # .3.0
|
||||
SHARED_LIBS+= openbabel 3.1 # .3.1
|
||||
|
||||
HOMEPAGE= http://openbabel.sourceforge.net/
|
||||
|
||||
@ -32,7 +32,8 @@ USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_path_DOXYGEN=""
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (openbabel-2.1.0.tar.gz) = CiJ9M2qB8+YoVNJazFYldw==
|
||||
RMD160 (openbabel-2.1.0.tar.gz) = wJb3HxEML7zUwPETr7aPRtCBgBE=
|
||||
SHA1 (openbabel-2.1.0.tar.gz) = XyYURCCRy+eRpD3ZZ4hZNXSaNAY=
|
||||
SHA256 (openbabel-2.1.0.tar.gz) = PM47rQmQxZIh97JfFZCW9pyHQpcl1HlnN0ijb1L6nac=
|
||||
SIZE (openbabel-2.1.0.tar.gz) = 6559619
|
||||
MD5 (openbabel-2.1.1.tar.gz) = oqACxpE9b7lP3H3t4hZhlA==
|
||||
RMD160 (openbabel-2.1.1.tar.gz) = yPRiySoQk0Thz8IVvhaa4IiaCS0=
|
||||
SHA1 (openbabel-2.1.1.tar.gz) = VxRrFGzxY6GE9kcNevFFPcs5qJo=
|
||||
SHA256 (openbabel-2.1.1.tar.gz) = LjasKW1gyispZ0PnZrgYDRHBjqpGwJgIq+sok05k++U=
|
||||
SIZE (openbabel-2.1.1.tar.gz) = 6149509
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/04/08 10:10:23 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/07/08 17:50:48 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/babel
|
||||
bin/obchiral
|
||||
@ -10,6 +10,8 @@ bin/obprop
|
||||
bin/obrotamer
|
||||
bin/obrotate
|
||||
bin/roundtrip
|
||||
include/inchi/
|
||||
include/inchi/inchi_api.h
|
||||
include/openbabel-2.0/
|
||||
include/openbabel-2.0/openbabel/
|
||||
include/openbabel-2.0/openbabel/atom.h
|
||||
@ -29,7 +31,6 @@ include/openbabel-2.0/openbabel/forcefield.h
|
||||
include/openbabel-2.0/openbabel/generic.h
|
||||
include/openbabel-2.0/openbabel/grid.h
|
||||
include/openbabel-2.0/openbabel/groupcontrib.h
|
||||
include/openbabel-2.0/openbabel/inchi_api.h
|
||||
include/openbabel-2.0/openbabel/internalcoord.h
|
||||
include/openbabel-2.0/openbabel/kinetics.h
|
||||
include/openbabel-2.0/openbabel/lineend.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user