From owner-svn-ports-head@FreeBSD.ORG Fri Dec 7 14:29:02 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3EB55EE2; Fri, 7 Dec 2012 14:29:02 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 23A1C8FC15; Fri, 7 Dec 2012 14:29:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB7ET2qM014658; Fri, 7 Dec 2012 14:29:02 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB7ET1o0014653; Fri, 7 Dec 2012 14:29:01 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201212071429.qB7ET1o0014653@svn.freebsd.org> From: Mikhail Teterin Date: Fri, 7 Dec 2012 14:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308424 - head/devel/aifad X-SVN-Group: ports-head 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.14 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: Fri, 07 Dec 2012 14:29:02 -0000 Author: mi Date: Fri Dec 7 14:29:00 2012 New Revision: 308424 URL: http://svnweb.freebsd.org/changeset/ports/308424 Log: 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 Modified: head/devel/aifad/Makefile head/devel/aifad/distinfo head/devel/aifad/pkg-descr head/devel/aifad/pkg-plist Modified: head/devel/aifad/Makefile ============================================================================== --- head/devel/aifad/Makefile Fri Dec 7 13:49:15 2012 (r308423) +++ head/devel/aifad/Makefile Fri Dec 7 14:29:00 2012 (r308424) @@ -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 Modified: head/devel/aifad/distinfo ============================================================================== --- head/devel/aifad/distinfo Fri Dec 7 13:49:15 2012 (r308423) +++ head/devel/aifad/distinfo Fri Dec 7 14:29:00 2012 (r308424) @@ -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 Modified: head/devel/aifad/pkg-descr ============================================================================== --- head/devel/aifad/pkg-descr Fri Dec 7 13:49:15 2012 (r308423) +++ head/devel/aifad/pkg-descr Fri Dec 7 14:29:00 2012 (r308424) @@ -5,4 +5,4 @@ the data they want to have learnt, which of resulting models. Author: Markus Mottl -WWW: http://www.ocaml.info/aifad/ +WWW: https://bitbucket.org/mmottl/aifad Modified: head/devel/aifad/pkg-plist ============================================================================== --- head/devel/aifad/pkg-plist Fri Dec 7 13:49:15 2012 (r308423) +++ head/devel/aifad/pkg-plist Fri Dec 7 14:29:00 2012 (r308424) @@ -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