FreeBSD Bugzilla – Attachment 128347 Details for
Bug 172223
devel/aifad: Update to version 2.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel_aifad.diff
devel_aifad.diff (text/x-diff), 3.60 KB, created by
tkato432
on 2012-10-26 18:46:42 UTC
(
hide
)
Description:
devel_aifad.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-10-26 18:46:42 UTC
Size:
3.60 KB
patch
obsolete
>diff -urN /usr/ports/devel/aifad/Makefile devel/aifad/Makefile >--- /usr/ports/devel/aifad/Makefile 2012-10-26 23:57:50.000000000 +0900 >+++ devel/aifad/Makefile 2012-10-27 01:47:33.000000000 +0900 >@@ -2,43 +2,46 @@ > # $FreeBSD: ports/devel/aifad/Makefile,v 1.9 2012/10/26 14:57:50 bapt Exp $ > > PORTNAME= aifad >-PORTVERSION= 1.0.27 >-PORTREVISION= 3 >+PORTVERSION= 2.0.2 > 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 >+LICENSE= GPLv3 > >-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 >+BUILD_DEPENDS= menhir:${PORTSDIR}/devel/menhir \ >+ ocaml-cfg>0:${PORTSDIR}/devel/ocaml-cfg \ >+ ocaml-pcre>0:${PORTSDIR}/devel/ocaml-pcre \ >+ ocaml-res>0:${PORTSDIR}/devel/ocaml-res >+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre >+ >+OPTIONS_DEFINE= DOCS EXAMPLES > >-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 >+HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --prefix ${PREFIX} > >-.include <bsd.port.pre.mk> >+PORTDOCS= * >+PORTEXAMPLES= * >+PLIST_FILES= bin/${PORTNAME} > >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/ >+.include <bsd.port.options.mk> > > post-install: >-.if !defined(NOPORTDOCS) >+ @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >+.for i in AUTHORS.txt CHANGES.txt README.md TODO.md >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) >+.endfor >+.endif >+.if ${PORT_OPTIONS:MEXAMPLES} > @${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ >- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ >+ (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${EXAMPLESDIR}) > .endif > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -urN /usr/ports/devel/aifad/distinfo devel/aifad/distinfo >--- /usr/ports/devel/aifad/distinfo 2011-07-03 23:55:10.000000000 +0900 >+++ devel/aifad/distinfo 2012-09-27 06:15:26.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (aifad-1.0.27.tar.bz2) = 827f2142df06fd8d1103e3cbef8a3fe9fe35dca4498266d370dbf5cff6ef6137 >-SIZE (aifad-1.0.27.tar.bz2) = 60540 >+SHA256 (aifad-2.0.2.tar.gz) = c265614a2dcc893eaab7e559cd8a6b446e09d3262974bb7e01b3c453c80356a8 >+SIZE (aifad-2.0.2.tar.gz) = 103080 >diff -urN /usr/ports/devel/aifad/pkg-descr devel/aifad/pkg-descr >--- /usr/ports/devel/aifad/pkg-descr 2006-08-23 22:36:52.000000000 +0900 >+++ devel/aifad/pkg-descr 2012-09-27 06:28:52.000000000 +0900 >@@ -5,4 +5,4 @@ > of resulting models. > > Author: Markus Mottl <markus.mottl@gmail.com> >-WWW: http://www.ocaml.info/aifad/ >+WWW: https://bitbucket.org/mmottl/aifad >diff -urN /usr/ports/devel/aifad/pkg-plist devel/aifad/pkg-plist >--- /usr/ports/devel/aifad/pkg-plist 2006-08-23 22:36:52.000000000 +0900 >+++ devel/aifad/pkg-plist 1970-01-01 09:00:00.000000000 +0900 >@@ -1,14 +0,0 @@ >-bin/aifad >-%%PORTDOCS%%%%DOCSDIR%%/README.txt >-%%PORTDOCS%%%%DOCSDIR%%/TODO >-%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.add >-%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer1.ads >-%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer2.add >-%%PORTDOCS%%%%EXAMPLESDIR%%/breast_cancer2.ads >-%%PORTDOCS%%%%EXAMPLESDIR%%/c45.data >-%%PORTDOCS%%%%EXAMPLESDIR%%/c45.names >-%%PORTDOCS%%%%EXAMPLESDIR%%/large.ads >-%%PORTDOCS%%%%EXAMPLESDIR%%/test.add >-%%PORTDOCS%%%%EXAMPLESDIR%%/test.ads >-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172223
:
128346
| 128347 |
128348