From owner-svn-ports-head@freebsd.org Wed Jul 18 05:31:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD0E1035E07; Wed, 18 Jul 2018 05:31:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4030C898C6; Wed, 18 Jul 2018 05:31:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2143A15FF1; Wed, 18 Jul 2018 05:31:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6I5VMI2042058; Wed, 18 Jul 2018 05:31:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6I5VLaY042057; Wed, 18 Jul 2018 05:31:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807180531.w6I5VLaY042057@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 18 Jul 2018 05:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474835 - head/science/ghemical X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/ghemical X-SVN-Commit-Revision: 474835 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 05:31:22 -0000 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