Index: head/math/octave-forge-database/Makefile =================================================================== --- head/math/octave-forge-database/Makefile (revision 411365) +++ head/math/octave-forge-database/Makefile (revision 411366) @@ -1,35 +1,33 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-database -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} 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 GNU_CONFIGURE= yes USES+= pgsql -ALL_TARGET= .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} post-patch: ${REINPLACE_CMD} 's#postgresql/##' ${WRKSRC}/* ${REINPLACE_CMD} 's#endian.h#sys/endian.h#' ${WRKSRC}/wrap_endian.h .include Index: head/math/octave-forge-database/distinfo =================================================================== --- head/math/octave-forge-database/distinfo (revision 411365) +++ head/math/octave-forge-database/distinfo (revision 411366) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/database-2.3.2.tar.gz) = 922e9c298da92f3ac9596ec4fb0db2acc0f5270aa707b67f0151c2529f658d79 -SIZE (octave-forge/database-2.3.2.tar.gz) = 84327 +SHA256 (octave-forge/database-2.4.0.tar.gz) = 79698cdb88f5a997f24ffa79ce3aa24e98ff1e9590f119d9b78e61adf3e99927 +SIZE (octave-forge/database-2.4.0.tar.gz) = 139260 Index: head/math/octave-forge-database/files/patch-Makefile.in =================================================================== --- head/math/octave-forge-database/files/patch-Makefile.in (nonexistent) +++ head/math/octave-forge-database/files/patch-Makefile.in (revision 411366) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2016-03-18 14:46:25 UTC ++++ Makefile.in +@@ -45,7 +45,7 @@ MFILES := $(wildcard *.m) $(wildcard ../ + + .INTERMEDIATE: MFDOCSTRINGS $(DSFILES) + +-all: doc $(octs) ++all: $(octs) + + release: doc html + Property changes on: head/math/octave-forge-database/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property