diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 71586b56e30c..d8e2fbe4c3fa 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -1,34 +1,31 @@ PORTNAME= octave-forge-octproj -PORTVERSION= 2.0.1 -PORTREVISION= 6 +PORTVERSION= 3.0.2 CATEGORIES= math -MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases +MASTER_SITES= https://bitbucket.org/jgpallero/octproj/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 LIB_DEPENDS+= libproj.so:graphics/proj # 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-patch: ${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC} .include diff --git a/math/octave-forge-octproj/distinfo b/math/octave-forge-octproj/distinfo index 4fe6ae6cdbce..28fa29a9888a 100644 --- a/math/octave-forge-octproj/distinfo +++ b/math/octave-forge-octproj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590266324 -SHA256 (octave-forge/octproj-2.0.1.tar.gz) = 585d03683dc643fc0a81d302e5c7951510bd1bc6091674d5217e4e94c17a68d5 -SIZE (octave-forge/octproj-2.0.1.tar.gz) = 264778 +TIMESTAMP = 1667845193 +SHA256 (octave-forge/octproj-3.0.2.tar.gz) = 1b60239ede0a19aabd85d5c72c72fee9df6519bf37c2430766ab303628f04b3b +SIZE (octave-forge/octproj-3.0.2.tar.gz) = 9500328 diff --git a/math/octave-forge-octproj/pkg-descr b/math/octave-forge-octproj/pkg-descr index 25ce93dc4dbe..93fe26ec87ab 100644 --- a/math/octave-forge-octproj/pkg-descr +++ b/math/octave-forge-octproj/pkg-descr @@ -1,9 +1,9 @@ The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is octproj. -This package allows to call functions of PROJ.4 library for cartographic +This package allows to call functions of PROJ library for cartographic projections transformations.