git: 70dc4dd816e3 - main - math/octave-forge-octclip: Update to 2.0.3.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 18:27:49 UTC
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=70dc4dd816e353c5478361ab0af16e76816de5cb commit 70dc4dd816e353c5478361ab0af16e76816de5cb Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-11-07 18:27:16 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-11-07 18:27:16 +0000 math/octave-forge-octclip: Update to 2.0.3. --- math/octave-forge-octclip/Makefile | 7 ++----- math/octave-forge-octclip/distinfo | 6 +++--- math/octave-forge-octclip/files/patch-Makefile | 15 --------------- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index c67bdf8d73c8..91da9032eec5 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -1,8 +1,7 @@ PORTNAME= octave-forge-octclip -PORTVERSION= 2.0.1 -PORTREVISION= 3 +PORTVERSION= 2.0.3 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases +MASTER_SITES= https://bitbucket.org/jgpallero/octclip/downloads/ DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} MAINTAINER= stephen@FreeBSD.org @@ -18,8 +17,6 @@ OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -USES+= compiler:gcc-c++11-lib - .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-octclip/distinfo b/math/octave-forge-octclip/distinfo index aea0c6a43388..c997a7e9f1b3 100644 --- a/math/octave-forge-octclip/distinfo +++ b/math/octave-forge-octclip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590266025 -SHA256 (octave-forge/octclip-2.0.1.tar.gz) = 14f77dead4cab0d0f663a049163ff876a7ab2c48e67e6309b24ab9f7e3803216 -SIZE (octave-forge/octclip-2.0.1.tar.gz) = 416201 +TIMESTAMP = 1667845298 +SHA256 (octave-forge/octclip-2.0.3.tar.gz) = bbac2f0a26dd90b8260bc4362e5a552df5d1dcb62db2c6253b6711a983e6991f +SIZE (octave-forge/octclip-2.0.3.tar.gz) = 2104726 diff --git a/math/octave-forge-octclip/files/patch-Makefile b/math/octave-forge-octclip/files/patch-Makefile deleted file mode 100644 index 00af5564f127..000000000000 --- a/math/octave-forge-octclip/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig 2018-05-24 03:17:31 UTC -+++ Makefile -@@ -6,10 +6,10 @@ FLAGSCOMW=-Wall -Wextra -Wshadow -Wcast- - #Common optimization flags for C and C++ - FLAGSCOMO=-O2 -funroll-loops -fno-common -fshort-enums - #Flags for C --CFLAGS=-std=c99 -pedantic $(FLAGSCOMW) -Wconversion -Wmissing-prototypes -+CFLAGS+=-std=c99 -pedantic $(FLAGSCOMW) -Wconversion -Wmissing-prototypes - CFLAGS+=-Wstrict-prototypes -Wnested-externs $(FLAGSCOMO) - #Flags for C++ --CXXFLAGS=$(FLAGSCOMW) $(FLAGSCOMO) -+CXXFLAGS+=$(FLAGSCOMW) $(FLAGSCOMO) - #Export flags for compilers and linker - export CFLAGS CXXFLAGS -