diff options
-rw-r--r-- | math/octave-forge-io/Makefile | 8 | ||||
-rw-r--r-- | math/octave-forge-io/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile index b02cce07a67b..ea94be3f2f27 100644 --- a/math/octave-forge-io/Makefile +++ b/math/octave-forge-io/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-io -PORTVERSION= 1.0.17 -PORTREVISION= 1 +PORTVERSION= 1.0.18 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,11 +16,10 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} +WRKSRC= ${WRKDIR}/${OCTSRC}/src + .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" -do-build: - @${DO_NADA} - post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} diff --git a/math/octave-forge-io/distinfo b/math/octave-forge-io/distinfo index 4b68a66fb72e..cd749b5e92a8 100644 --- a/math/octave-forge-io/distinfo +++ b/math/octave-forge-io/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/io-1.0.17.tar.gz) = c45f09f881fb35d77140695bc0d2391ec5897f33b45c36e189f13968acc602ae -SIZE (octave-forge/io-1.0.17.tar.gz) = 118453 +SHA256 (octave-forge/io-1.0.18.tar.gz) = 07725faf1ada187f9aca97f7540654bff5e672cd00a10d4a68f2f03c73fec3a7 +SIZE (octave-forge/io-1.0.18.tar.gz) = 175999 |