Date: Sun, 11 Nov 2018 21:06:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484771 - in head/math/zimpl: . files Message-ID: <201811112106.wABL6vLR024016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Nov 11 21:06:57 2018 New Revision: 484771 URL: https://svnweb.freebsd.org/changeset/ports/484771 Log: math/zimpl: Update 3.3.4 -> 3.3.6 Also change MASTER_SITES and WWW to https. Reported by: portscout Modified: head/math/zimpl/Makefile head/math/zimpl/distinfo head/math/zimpl/files/patch-Makefile head/math/zimpl/pkg-descr Modified: head/math/zimpl/Makefile ============================================================================== --- head/math/zimpl/Makefile Sun Nov 11 21:05:39 2018 (r484770) +++ head/math/zimpl/Makefile Sun Nov 11 21:06:57 2018 (r484771) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= zimpl -DISTVERSION= 3.3.4 +DISTVERSION= 3.3.6 CATEGORIES= math -MASTER_SITES= http://zimpl.zib.de/download/ +MASTER_SITES= https://zimpl.zib.de/download/ MAINTAINER= yuri@FreeBSD.org COMMENT= Language to translate the LP models into .lp or .mps @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= missing make/make.linux.$${arch}.gnu.opt for other architectures +BUILD_DEPENDS= bison:devel/bison LIB_DEPENDS= libgmp.so:math/gmp USES= gmake localbase:ldflags tar:tgz Modified: head/math/zimpl/distinfo ============================================================================== --- head/math/zimpl/distinfo Sun Nov 11 21:05:39 2018 (r484770) +++ head/math/zimpl/distinfo Sun Nov 11 21:06:57 2018 (r484771) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514229681 -SHA256 (zimpl-3.3.4.tgz) = 3362fb21524df459723d23f6e0c122ebdd684153a9cc991a2c7f5b2752a83eb2 -SIZE (zimpl-3.3.4.tgz) = 802251 +TIMESTAMP = 1541970033 +SHA256 (zimpl-3.3.6.tgz) = 1f3f0bc2b9710a87b04985d9f14cc1bc207add8b2e16a8b373cb540b8fbe1326 +SIZE (zimpl-3.3.6.tgz) = 746262 Modified: head/math/zimpl/files/patch-Makefile ============================================================================== --- head/math/zimpl/files/patch-Makefile Sun Nov 11 21:05:39 2018 (r484770) +++ head/math/zimpl/files/patch-Makefile Sun Nov 11 21:06:57 2018 (r484771) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-03-07 17:20:10 UTC +--- Makefile.orig 2018-11-11 21:01:50 UTC +++ Makefile @@ -26,7 +26,7 @@ # @@ -17,16 +17,24 @@ -e s/cygwin.*/cygwin/ \ -e s/irix../irix/ \ -e s/windows.*/windows/ \ -@@ -76,7 +77,7 @@ SRCDIR = src - BINDIR = bin +@@ -77,11 +78,11 @@ BINDIR = bin LIBDIR = lib + LINTCONF = /opt/pclint/config --CPPFLAGS = -I$(SRCDIR) -DVERSION='"$(VERSION)"' -+CPPFLAGS += -I$(SRCDIR) -DVERSION='"$(VERSION)"' - CFLAGS = -O - LDFLAGS = -lgmp -lm - YFLAGS = -d -t -v -@@ -102,10 +103,10 @@ ifeq ($(STATIC),true) +-CPPFLAGS = -I$(SRCDIR)/.. -DVERSION='"$(VERSION)"' +-CFLAGS = -O +-LDFLAGS = -lgmp -lm +-YFLAGS = -d -t -v +-LFLAGS = -d ++CPPFLAGS += -I$(SRCDIR)/.. -DVERSION='"$(VERSION)"' ++CFLAGS += -O ++LDFLAGS += -lgmp -lm ++YFLAGS += -d -t -v ++LFLAGS += -d + ARFLAGS = + DFLAGS = -MM + +@@ -103,10 +104,10 @@ ifeq ($(STATIC),true) LINK = static endif @@ -40,7 +48,7 @@ LIBNAME = $(NAME)-$(VERSION).$(BASE) LIBRARY = $(LIBDIR)/lib$(LIBNAME)$(LIBEXT) -@@ -140,7 +141,7 @@ OBJSRC = $(addprefix $(SRCDIR)/,$(OBJEC +@@ -141,7 +142,7 @@ OBJSRC = $(addprefix $(SRCDIR)/,$(OBJEC LIBSRC = $(addprefix $(SRCDIR)/,$(LIBOBJ:.o=.c)) #(SRCDIR)/numbdbl.c #----------------------------------------------------------------------------- Modified: head/math/zimpl/pkg-descr ============================================================================== --- head/math/zimpl/pkg-descr Sun Nov 11 21:05:39 2018 (r484770) +++ head/math/zimpl/pkg-descr Sun Nov 11 21:06:57 2018 (r484771) @@ -3,4 +3,4 @@ into a linear or nonlinear (mixed-) integer mathematic in .lp or .mps file format which can be read and (hopefully) solved by a LP or MIP solver. -WWW: http://zimpl.zib.de +WWW: https://zimpl.zib.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811112106.wABL6vLR024016>