summaryrefslogtreecommitdiff
path: root/science/gdis
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-21 01:23:43 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-21 01:23:43 +0000
commit589495d20b0087cb4b424c50d33df3e036ad98ae (patch)
tree8ac789afb912921833e8eaec56f46aaf15cf9762 /science/gdis
parenta few documentation changes, as well as (diff)
Update to version 0.77.4
PR: 54665 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury
Notes
Notes: svn path=/head/; revision=85261
Diffstat (limited to 'science/gdis')
-rw-r--r--science/gdis/Makefile2
-rw-r--r--science/gdis/distinfo2
-rw-r--r--science/gdis/files/patch-rdf.c13
3 files changed, 2 insertions, 15 deletions
diff --git a/science/gdis/Makefile b/science/gdis/Makefile
index a90e4fdf44e5..c9b774ea94ab 100644
--- a/science/gdis/Makefile
+++ b/science/gdis/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gdis
-PORTVERSION= 0.77.3
+PORTVERSION= 0.77.4
CATEGORIES= science
MASTER_SITES= ftp://ftp.seul.org/pub/gdis/
EXTRACT_SUFX= .tgz
diff --git a/science/gdis/distinfo b/science/gdis/distinfo
index 07d71c7904d0..8eba5aab4c52 100644
--- a/science/gdis/distinfo
+++ b/science/gdis/distinfo
@@ -1 +1 @@
-MD5 (gdis-0.77.3.tgz) = 307d83ff21901d6a207c74009c64f585
+MD5 (gdis-0.77.4.tgz) = 3aa4538feaa236876a01a64507b485e4
diff --git a/science/gdis/files/patch-rdf.c b/science/gdis/files/patch-rdf.c
deleted file mode 100644
index 5bcd87798b57..000000000000
--- a/science/gdis/files/patch-rdf.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- rdf.c.orig Sat Jul 19 05:08:36 2003
-+++ rdf.c Sat Jul 19 05:09:00 2003
-@@ -445,8 +445,8 @@
- printf("calculate_rdf(): a = %f b = %f c = %f alpha = %f beta = %f gamma = %f\n",
- model->pbc[0], model->pbc[1], model->pbc[2],
- model->pbc[3], model->pbc[4], model->pbc[5]);
-- printf("calculate_rdf(): latmat[0] = %f latmat[1] = %f latmat[2] = %f
-- \ncalculate_rdf(): latmat[3] = %f latmat[4] = %f latmat[5] = %f
-+ printf("calculate_rdf(): latmat[0] = %f latmat[1] = %f latmat[2] = %f\
-+ \ncalculate_rdf(): latmat[3] = %f latmat[4] = %f latmat[5] = %f\
- \ncalculate_rdf(): latmat[6] = %f latmat[7] = %f latmat[8] = %f\n",
- model->latmat[0], model->latmat[1], model->latmat[2],
- model->latmat[3], model->latmat[4], model->latmat[5],