diff options
author | yuri <yuri@FreeBSD.org> | 2018-07-18 13:31:21 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-07-18 13:31:21 +0800 |
commit | 50b5b183c994dd29d5322f68db0d4113c371bdb0 (patch) | |
tree | a2e72b824fbae55e3c08c42f3a51d074784c79eb /science | |
parent | 72dada8fb267920ebcded0811476a402f0584144 (diff) | |
download | freebsd-ports-gnome-50b5b183c994dd29d5322f68db0d4113c371bdb0.tar.gz freebsd-ports-gnome-50b5b183c994dd29d5322f68db0d4113c371bdb0.tar.zst freebsd-ports-gnome-50b5b183c994dd29d5322f68db0d4113c371bdb0.zip |
science/ghemical: Remove DEPRECATED/EXPIRATION_DATE labels
libghemical isn't broken any more.
Port changes:
* Take maintainership
* Add LICENSE_FILE
Diffstat (limited to 'science')
-rw-r--r-- | science/ghemical/Makefile | 6 | ||||
-rw-r--r-- | science/ghemical/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index be70346207f2..52469bb6034c 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -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 \ diff --git a/science/ghemical/pkg-descr b/science/ghemical/pkg-descr index 9d0cd32d2dea..0c43a80e98fd 100644 --- a/science/ghemical/pkg-descr +++ b/science/ghemical/pkg-descr @@ -5,4 +5,4 @@ calculations. Semi-empirical methods MNDO, MINDO/3, AM1 and PM3 come 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 |