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,29 +1,26 @@ 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 COMMENT= Octave-forge package ${OCTAVE_PKGNAME} WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -USES+= compiler:gcc-c++11-lib - .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} .include 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 -