From ce52f9301c5e7c6f84c071b93c25a0b94a1081dc Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Wed, 23 Feb 2022 08:08:28 -0800 Subject: [PATCH] math/asl: Update 1.4.4 -> 2.0.0 Reported by: portscout --- editors/openoffice-4/Makefile | 2 +- editors/openoffice-devel/Makefile | 2 +- math/asl/Makefile | 4 ++-- math/asl/distinfo | 6 +++--- math/asl/pkg-plist | 28 ++++++++++++++-------------- math/bonmin/Makefile | 2 +- math/casadi/Makefile | 2 +- math/cbc/Makefile | 2 +- math/cgl-conic/Makefile | 1 + math/cgl/Makefile | 1 + math/clp/Makefile | 2 +- math/coinmp/Makefile | 2 +- math/couenne/Makefile | 2 +- math/disco/Makefile | 2 +- math/gravity/Makefile | 1 + math/ipopt/Makefile | 2 +- math/openturns/Makefile | 2 +- math/or-tools/Makefile | 1 + math/py-or-tools/Makefile | 1 + math/symphony/Makefile | 1 + misc/openmvg/Makefile | 1 + 21 files changed, 37 insertions(+), 30 deletions(-) diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 95e6d692d36fe..d7bf35a7823f5 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -2,7 +2,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= https://dlcdn.apache.org/openoffice/${PORTVERSION}/source/ \ https://archive.apache.org/dist/openoffice/${PORTVERSION}/source/ \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 7118d540cb498..a5e03b82902fa 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP} -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \ diff --git a/math/asl/Makefile b/math/asl/Makefile index 77fae840f7ad5..40988e8efe57f 100644 --- a/math/asl/Makefile +++ b/math/asl/Makefile @@ -1,6 +1,6 @@ PORTNAME= asl DISTVERSIONPREFIX= releases/ -DISTVERSION= 1.4.4 +DISTVERSION= 2.0.0 CATEGORIES= math MASTER_SITES= https://coin-or-tools.github.io/ThirdParty-ASL/:solvers PKGNAMEPREFIX= coin-or- @@ -20,7 +20,7 @@ GH_PROJECT= ThirdParty-ASL GNU_CONFIGURE= yes -INSTALL_TARGET=install-strip +INSTALL_TARGET= install-strip BINARY_ALIAS= make=${GMAKE} diff --git a/math/asl/distinfo b/math/asl/distinfo index f7d1c3f539336..e07efbec7b931 100644 --- a/math/asl/distinfo +++ b/math/asl/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1643656607 +TIMESTAMP = 1645600598 SHA256 (solvers-64919f75f.tgz) = e212926d1d797701adc901ef18eaab6b15edd13f9281dd8c9266e3cdaf8c2dd3 SIZE (solvers-64919f75f.tgz) = 360043 -SHA256 (coin-or-tools-ThirdParty-ASL-releases-1.4.4_GH0.tar.gz) = dc742ec8ccec65f0af692879f3d51af76d743d5bcafac0714d01e15a6f9147ad -SIZE (coin-or-tools-ThirdParty-ASL-releases-1.4.4_GH0.tar.gz) = 254368 +SHA256 (coin-or-tools-ThirdParty-ASL-releases-2.0.0_GH0.tar.gz) = b617b6d46a2722189dedef7c8013f7e21ebe677fe34cc6b62fabb1639fd3a96d +SIZE (coin-or-tools-ThirdParty-ASL-releases-2.0.0_GH0.tar.gz) = 247662 diff --git a/math/asl/pkg-plist b/math/asl/pkg-plist index a70c27def4333..87e835ba355dd 100644 --- a/math/asl/pkg-plist +++ b/math/asl/pkg-plist @@ -1,16 +1,16 @@ -include/coin/ThirdParty/arith.h -include/coin/ThirdParty/asl.h -include/coin/ThirdParty/asl_pfg.h -include/coin/ThirdParty/asl_pfgh.h -include/coin/ThirdParty/funcadd.h -include/coin/ThirdParty/getstub.h -include/coin/ThirdParty/nlp.h -include/coin/ThirdParty/nlp2.h -include/coin/ThirdParty/opcode.hd -include/coin/ThirdParty/psinfo.h -include/coin/ThirdParty/r_opn.hd -include/coin/ThirdParty/stdio1.h +include/coin-or/asl/arith.h +include/coin-or/asl/asl.h +include/coin-or/asl/asl_pfg.h +include/coin-or/asl/asl_pfgh.h +include/coin-or/asl/funcadd.h +include/coin-or/asl/getstub.h +include/coin-or/asl/nlp.h +include/coin-or/asl/nlp2.h +include/coin-or/asl/opcode.hd +include/coin-or/asl/psinfo.h +include/coin-or/asl/r_opn.hd +include/coin-or/asl/stdio1.h lib/libcoinasl.so -lib/libcoinasl.so.1 -lib/libcoinasl.so.1.4.4 +lib/libcoinasl.so.2 +lib/libcoinasl.so.2.0.0 libdata/pkgconfig/coinasl.pc diff --git a/math/bonmin/Makefile b/math/bonmin/Makefile index dc42d16600ada..14b1580e68112 100644 --- a/math/bonmin/Makefile +++ b/math/bonmin/Makefile @@ -1,7 +1,7 @@ PORTNAME= bonmin DISTVERSIONPREFIX= releases/ DISTVERSION= 1.8.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/casadi/Makefile b/math/casadi/Makefile index 17a8ddc0ba89b..9e85dae657b77 100644 --- a/math/casadi/Makefile +++ b/math/casadi/Makefile @@ -1,6 +1,6 @@ PORTNAME= casadi DISTVERSION= 3.5.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/cbc/Makefile b/math/cbc/Makefile index cc8f0e07b0e92..843265e562c26 100644 --- a/math/cbc/Makefile +++ b/math/cbc/Makefile @@ -1,7 +1,7 @@ PORTNAME= cbc DISTVERSIONPREFIX= releases/ DISTVERSION= 2.10.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/cgl-conic/Makefile b/math/cgl-conic/Makefile index 3090f85222bfd..93859d2660891 100644 --- a/math/cgl-conic/Makefile +++ b/math/cgl-conic/Makefile @@ -1,6 +1,7 @@ PORTNAME= cgl-conic DISTVERSIONPREFIX= releases/ DISTVERSION= 1.0.0-6 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gc96de60 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/cgl/Makefile b/math/cgl/Makefile index 3f31e2c86e09d..56ae5bcf02590 100644 --- a/math/cgl/Makefile +++ b/math/cgl/Makefile @@ -1,6 +1,7 @@ PORTNAME= cgl DISTVERSIONPREFIX= releases/ DISTVERSION= 0.60.4 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/clp/Makefile b/math/clp/Makefile index 8951df549c13c..f128b1fbe0d51 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -2,7 +2,7 @@ PORTNAME= Clp DISTVERSION= 1.17.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/ PKGNAMEPREFIX= coin-or- diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 667162c2e0b91..6980b0867f291 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -3,7 +3,7 @@ PORTNAME= CoinMP DISTVERSIONPREFIX= releases/ DISTVERSION= 1.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 2685f534ec3cf..4e50828b53b7b 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,7 +1,7 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/disco/Makefile b/math/disco/Makefile index ba2c29ef16467..26109ac878df8 100644 --- a/math/disco/Makefile +++ b/math/disco/Makefile @@ -1,7 +1,7 @@ PORTNAME= disco DISTVERSIONPREFIX= releases/ DISTVERSION= 1.0.0-33 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g68720be CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/gravity/Makefile b/math/gravity/Makefile index 340e9aa3596bb..53256a0466a1c 100644 --- a/math/gravity/Makefile +++ b/math/gravity/Makefile @@ -1,6 +1,7 @@ PORTNAME= gravity DISTVERSIONPREFIX= v DISTVERSION= 1.1.20210512 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index 9c94d03e5fa91..fd555f6c077df 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -2,7 +2,7 @@ PORTNAME= Ipopt DISTVERSION= 3.12.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ diff --git a/math/openturns/Makefile b/math/openturns/Makefile index b4b4e59729a61..3ebe7aa39223d 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,7 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index b092bc4f64003..32bae080ca3b9 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,6 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index 623d97c152284..7ec82b4b5bed6 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,6 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/symphony/Makefile b/math/symphony/Makefile index c008460d1a83b..6426e105e3106 100644 --- a/math/symphony/Makefile +++ b/math/symphony/Makefile @@ -1,6 +1,7 @@ PORTNAME= symphony DISTVERSIONPREFIX= releases/ DISTVERSION= 5.6.18 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile index 658aa6ba1f016..14f67f55001a0 100644 --- a/misc/openmvg/Makefile +++ b/misc/openmvg/Makefile @@ -1,6 +1,7 @@ PORTNAME= openmvg DISTVERSIONPREFIX= v DISTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org