svn commit: r401960 - in head/biology/platon: . files

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Nov 19 20:13:02 UTC 2015


Author: rm
Date: Thu Nov 19 20:13:00 2015
New Revision: 401960
URL: https://svnweb.freebsd.org/changeset/ports/401960

Log:
  biology/platon: fix fetching
  
  Add working mirror.
  Also update file size in distinfo - checksum is not changed
  and I dunno why. But with old file size it warns that expected
  size was different.
  
  PR:		204491
  Submitted by:	Walter Schwarzenfeld <w.litter at aon.at>

Modified:
  head/biology/platon/Makefile
  head/biology/platon/distinfo
  head/biology/platon/files/patch-warnings

Modified: head/biology/platon/Makefile
==============================================================================
--- head/biology/platon/Makefile	Thu Nov 19 20:01:37 2015	(r401959)
+++ head/biology/platon/Makefile	Thu Nov 19 20:13:00 2015	(r401960)
@@ -4,15 +4,13 @@
 PORTNAME=	platon
 PORTVERSION=	2015.03.30
 CATEGORIES=	biology
-MASTER_SITES=	http://www.cryst.chem.uu.nl/xraysoft/unix/
+MASTER_SITES=	http://www.platonsoft.nl/spek/xraysoft/unix/
 DISTNAME=	platon
 DIST_SUBDIR=	platon/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool for viewing molecular/crystallographic structures
 
-BROKEN=		unfetchable
-
 # PLATON may be used free of charge by the academic community under
 # the condition that it is not redistributed for a current & fresh copy.
 # There is a charge of US$ 5000 for commercial users.

Modified: head/biology/platon/distinfo
==============================================================================
--- head/biology/platon/distinfo	Thu Nov 19 20:01:37 2015	(r401959)
+++ head/biology/platon/distinfo	Thu Nov 19 20:13:00 2015	(r401960)
@@ -1,2 +1,2 @@
 SHA256 (platon/2015.03.30/platon.tar.gz) = e47a51bb21da573fcc665b9c91dba9cac521a474b8492fd6c3bb0209297725da
-SIZE (platon/2015.03.30/platon.tar.gz) = 12092055
+SIZE (platon/2015.03.30/platon.tar.gz) = 12080181

Modified: head/biology/platon/files/patch-warnings
==============================================================================
--- head/biology/platon/files/patch-warnings	Thu Nov 19 20:01:37 2015	(r401959)
+++ head/biology/platon/files/patch-warnings	Thu Nov 19 20:13:00 2015	(r401960)
@@ -1,5 +1,5 @@
---- xdrvr.c	2015-03-05 06:26:17.000000000 -0500
-+++ xdrvr.c	2015-03-08 18:19:13.000000000 -0400
+--- xdrvr.c.orig	2015-03-30 09:01:18 UTC
++++ xdrvr.c
 @@ -86,4 +86,6 @@
     (StructureNotifyMask | ButtonPressMask | ExposureMask | KeyPressMask )
  


More information about the svn-ports-all mailing list