diff options
author | stephen <stephen@FreeBSD.org> | 2012-08-09 09:44:13 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2012-08-09 09:44:13 +0800 |
commit | ae2bc401be26e0149913d27809c519b3ecaa9440 (patch) | |
tree | 8b0ee91c37c7d7b880f624e9875b22cb10754af8 /math | |
parent | e60b119b067c6bc48fa52ec24b52d0fb4aebdf0e (diff) | |
download | freebsd-ports-gnome-ae2bc401be26e0149913d27809c519b3ecaa9440.tar.gz freebsd-ports-gnome-ae2bc401be26e0149913d27809c519b3ecaa9440.tar.zst freebsd-ports-gnome-ae2bc401be26e0149913d27809c519b3ecaa9440.zip |
- Update to 1.3.0.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-fpl/Makefile | 10 | ||||
-rw-r--r-- | math/octave-forge-fpl/distinfo | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index 86051a4bbbb3..53f71ced486a 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-fpl -PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -15,15 +14,14 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx .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-fpl/distinfo b/math/octave-forge-fpl/distinfo index 44975cf96e0b..cccce44e6a93 100644 --- a/math/octave-forge-fpl/distinfo +++ b/math/octave-forge-fpl/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/fpl-1.2.0.tar.gz) = 9cfc58a2412dc3a492dfa859c408af746f858b16a7764ee1b8c0357a2249586d -SIZE (octave-forge/fpl-1.2.0.tar.gz) = 36358 +SHA256 (octave-forge/fpl-1.3.0.tar.gz) = 281738a31c2d56f81191a3dacb9f672c70fc5bab47ac54bb605bea6ea34b4d5c +SIZE (octave-forge/fpl-1.3.0.tar.gz) = 46527 |