aboutsummaryrefslogtreecommitdiff
path: root/math/ess
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-29 03:24:21 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-29 03:24:21 +0000
commitd77bbe5547783b00b7bd0e2c67f224cd60f643d1 (patch)
treec68f834963ad903722ce0b8eeda7aa6129eecfd5 /math/ess
parent8fe10f22c5739265d669ae0674e007402f0d4f3f (diff)
downloadports-d77bbe5547783b00b7bd0e2c67f224cd60f643d1.tar.gz
ports-d77bbe5547783b00b7bd0e2c67f224cd60f643d1.zip
- Update to bugfix version 12.09-2
- Minor Makefile cleanups while here PR: ports/175469 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=311146
Diffstat (limited to 'math/ess')
-rw-r--r--math/ess/Makefile13
-rw-r--r--math/ess/distinfo4
2 files changed, 8 insertions, 9 deletions
diff --git a/math/ess/Makefile b/math/ess/Makefile
index 67a3b0d67320..16a8c224eece 100644
--- a/math/ess/Makefile
+++ b/math/ess/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ess
-DISTVERSION= 12.09-1
-PORTREVISION= 1
+DISTVERSION= 12.09-2
CATEGORIES= math
MASTER_SITES= http://ess.r-project.org/downloads/ess/
EXTRACT_SUFX= .tgz
@@ -24,7 +23,7 @@ USE_GMAKE= yes
INFO= ess
.endif
-post-patch:
+post-patch: .SILENT
${REINPLACE_CMD} -e "\|^PREFIX=|d" -e "\|^INSTALL=|d" \
-e "\|^EMACS=|s|=.*|=${EMACS_NAME}|" \
-e "\|^ETCDIR=|s|=.*|=${PREFIX}/${EMACS_LIBDIR}/etc/ess|" \
@@ -41,16 +40,16 @@ post-patch:
.if ${PORT_OPTIONS:MDOCS}
post-build:
@(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} info)
+ ${MAKE_ARGS} info)
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
@(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} install-info)
+ ${MAKE_ARGS} install-info)
.endif
- @${ECHO_MSG} ""
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
- @${ECHO_MSG} ""
+ @${ECHO_MSG}
.include <bsd.port.mk>
diff --git a/math/ess/distinfo b/math/ess/distinfo
index b3fc270cb8ad..1f3cfc4a8bc5 100644
--- a/math/ess/distinfo
+++ b/math/ess/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ess-12.09-1.tgz) = e0e1fe2908996128c955715c0af1f47f0574c77a8bfc6ad81c1605446f368da6
-SIZE (ess-12.09-1.tgz) = 3374858
+SHA256 (ess-12.09-2.tgz) = f3219ca25a369a4eedfde29b82d5f919c0214c7c31e4b64ba285c4da3f3a4568
+SIZE (ess-12.09-2.tgz) = 3385493