diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-10-15 19:07:45 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-10-15 19:07:45 +0000 |
commit | aa38e7d985fac2e3d7d4d9facaa33a53b9b2a98b (patch) | |
tree | 0936afeeca4eb53d27f9f783ff2b602e056d3e60 /math/calc/Makefile | |
parent | cb7f36c6064523820f1a938ea6a418ef5b1c4c10 (diff) |
Update to calc 2.12.5.0
Notes
Notes:
svn path=/head/; revision=370944
Diffstat (limited to 'math/calc/Makefile')
-rw-r--r-- | math/calc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index 75b258e3219a..d716104db7e7 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.4.14 +PORTVERSION= 2.12.5.0 CATEGORIES= math MASTER_SITES= SF @@ -24,8 +24,7 @@ MAKE_ARGS= READLINE_INCLUDE="-I${LOCALBASE}/include" \ READLINE_LIB="-L${LOCALBASE}/lib -lreadline" .endif -PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \ - VER2=${PORTVERSION:R:R} VER3=${PORTVERSION:R:R:R} +PLIST_SUB+= VERSION=${PORTVERSION} regression-test: build ( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check ) |