diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-16 07:56:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-16 07:56:43 +0800 |
commit | 72a1fab161fba6e1bbdebf181787e8c01f981fb5 (patch) | |
tree | 53862edbbce0c174dfd10297fab02c63bce407c2 /biology | |
parent | a172ee45adfa36ff29d4ccf26420c6d1b1d3e875 (diff) | |
download | freebsd-ports-gnome-72a1fab161fba6e1bbdebf181787e8c01f981fb5.tar.gz freebsd-ports-gnome-72a1fab161fba6e1bbdebf181787e8c01f981fb5.tar.zst freebsd-ports-gnome-72a1fab161fba6e1bbdebf181787e8c01f981fb5.zip |
Fixes the checksum problem, but doesn't fix the port; adds a BROKEN
line about how it fails. Some other interested person will have
to take it from here.
PR: 56882
Diffstat (limited to 'biology')
-rw-r--r-- | biology/tinker/Makefile | 3 | ||||
-rw-r--r-- | biology/tinker/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index 7c321626ffba..52d6b135867b 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tinker -PORTVERSION= 4.0 +PORTVERSION= 4.1 CATEGORIES= biology MASTER_SITES= ftp://dasher.wustl.edu/pub/ DISTNAME= ${PORTNAME} @@ -23,6 +23,7 @@ ALL_TARGET= all listing INSTALL_TARGET= rename USE_REINPLACE= yes RESTRICTED= author requests no distribution except from his FTP site +BROKEN= "fails to compile the interface between TINKER Fortran code and FFE Java objects" pre-fetch: @${ECHO_MSG} "" diff --git a/biology/tinker/distinfo b/biology/tinker/distinfo index 0614da22b696..c46133ccd535 100644 --- a/biology/tinker/distinfo +++ b/biology/tinker/distinfo @@ -1 +1 @@ -MD5 (tinker.tar.gz) = 571224cc0de71099b59de74b3dca648d +MD5 (tinker.tar.gz) = 20e1425e33dca667a84ae8c384f07ea7 |