Date: Wed, 18 Jul 2018 05:31:21 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474835 - head/science/ghemical Message-ID: <201807180531.w6I5VLaY042057@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 18 05:31:21 2018 New Revision: 474835 URL: https://svnweb.freebsd.org/changeset/ports/474835 Log: science/ghemical: Remove DEPRECATED/EXPIRATION_DATE labels libghemical isn't broken any more. Port changes: * Take maintainership * Add LICENSE_FILE Modified: head/science/ghemical/Makefile head/science/ghemical/pkg-descr Modified: head/science/ghemical/Makefile ============================================================================== --- head/science/ghemical/Makefile Wed Jul 18 05:28:24 2018 (r474834) +++ head/science/ghemical/Makefile Wed Jul 18 05:31:21 2018 (r474835) @@ -8,13 +8,11 @@ CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ MASTER_SITE_SUBDIR= release20111012 current -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Computational chemistry software package LICENSE= GPLv2+ - -DEPRECATED= Depends on broken and expiring libghemical -EXPIRATION_DATE= 2018-08-20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmopac7.so:biology/mopac \ libghemical.so:science/libghemical \ Modified: head/science/ghemical/pkg-descr ============================================================================== --- head/science/ghemical/pkg-descr Wed Jul 18 05:28:24 2018 (r474834) +++ head/science/ghemical/pkg-descr Wed Jul 18 05:31:21 2018 (r474835) @@ -5,4 +5,4 @@ calculations. Semi-empirical methods MNDO, MINDO/3, AM from the MOPAC7 package, and are included in the source distribution. The MPQC package (GNU GPL) is used to provide ab initio methods. -WWW: http://bioinformatics.org/ghemical/ +WWW: https://www.bioinformatics.org/ghemical/ghemical/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807180531.w6I5VLaY042057>