diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-05-31 03:05:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-05-31 03:05:43 +0000 |
commit | 939ed63cf6c742cc3d52d67eb4f7d3ac4a8dfd17 (patch) | |
tree | c8f513913a6d9539fd729fd0005f1b48efe39cdf /math/octave-forge-miscellaneous | |
parent | 8cd07ec8628a47f0e1b11c1fbaea589075bf57e8 (diff) | |
download | ports-939ed63cf6c742cc3d52d67eb4f7d3ac4a8dfd17.tar.gz ports-939ed63cf6c742cc3d52d67eb4f7d3ac4a8dfd17.zip |
- Update to 1.0.11
PR: 157411
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=274851
Diffstat (limited to 'math/octave-forge-miscellaneous')
-rw-r--r-- | math/octave-forge-miscellaneous/Makefile | 12 | ||||
-rw-r--r-- | math/octave-forge-miscellaneous/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index 88903ae09ab9..5811fe0e2c61 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -6,14 +6,20 @@ # PORTNAME= octave-forge-miscellaneous -PORTVERSION= 1.0.9 -PORTREVISION= 3 +PORTVERSION= 1.0.11 CATEGORIES= math MAINTAINER= stephen@missouri.edu COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/${DISTNAME}/src .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" + +MAKE_ENV+= MKOCTFILE=mkoctfile + +post-build: + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME} + .include <bsd.port.post.mk> diff --git a/math/octave-forge-miscellaneous/distinfo b/math/octave-forge-miscellaneous/distinfo index a9eaa1353ef7..2139c3418deb 100644 --- a/math/octave-forge-miscellaneous/distinfo +++ b/math/octave-forge-miscellaneous/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/miscellaneous-1.0.9.tar.gz) = 7e74ca2e01bba89cd46096cd6253f4d25a21d9cd66a1107388be83da701c2793 -SIZE (octave-forge/miscellaneous-1.0.9.tar.gz) = 155714 +SHA256 (octave-forge/miscellaneous-1.0.11.tar.gz) = b81319484e003943d2c3e2b21ddbf50ab44565d2ee7cbd1967abc88b4b3f9fff +SIZE (octave-forge/miscellaneous-1.0.11.tar.gz) = 181510 |