Undeprecate by updating to 1.1.0 and using the new locations.
Going straight to 2.0.2 as PR: ports/172223 suggests, would make the change less likely to qualify for Feature safe: yes
This commit is contained in:
parent
c25a46dd74
commit
7b3feb480b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308424
4 changed files with 11 additions and 14 deletions
|
@ -2,28 +2,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aifad
|
||||
PORTVERSION= 1.0.27
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ocaml.info/ocaml_sources/
|
||||
MASTER_SITES= http://cdn.bitbucket.org/mmottl/aifad/downloads/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Machine learning system
|
||||
|
||||
DEPRECATED= No more public distfiles
|
||||
EXPIRATION_DATE= 2012-11-26
|
||||
|
||||
BUILD_DEPENDS= ${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
|
||||
${SA_DIR}/res/res.a:${PORTSDIR}/devel/ocaml-res \
|
||||
${SA_DIR}/cfg/cfg.a:${PORTSDIR}/devel/ocaml-cfg
|
||||
LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre
|
||||
${SA_DIR}/cfg/cfg.a:${PORTSDIR}/devel/ocaml-cfg \
|
||||
omake:${PORTSDIR}/devel/omake \
|
||||
menhir:${PORTSDIR}/devel/menhir
|
||||
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_OCAML= yes
|
||||
NO_OCAML_RUNDEPENDS=yes
|
||||
|
||||
ALL_TARGET= opt
|
||||
SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
|
||||
|
||||
DOCS= README.txt TODO
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (aifad-1.0.27.tar.bz2) = 827f2142df06fd8d1103e3cbef8a3fe9fe35dca4498266d370dbf5cff6ef6137
|
||||
SIZE (aifad-1.0.27.tar.bz2) = 60540
|
||||
SHA256 (aifad-1.1.0.tar.gz) = dca0a00dd7550bfc8244659d31c4f08f6b5bd8dd7d0e06439621cc3f4fb35b99
|
||||
SIZE (aifad-1.1.0.tar.gz) = 70085
|
||||
|
|
|
@ -5,4 +5,4 @@ the data they want to have learnt, which can improve accuracy and complexity
|
|||
of resulting models.
|
||||
|
||||
Author: Markus Mottl <markus.mottl@gmail.com>
|
||||
WWW: http://www.ocaml.info/aifad/
|
||||
WWW: https://bitbucket.org/mmottl/aifad
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
bin/aifad
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/OMakefile
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.add
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.ads
|
||||
%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer2.add
|
||||
|
|
Loading…
Reference in a new issue