Bug 175469 - [maintainer update] math/ess 12.09-1 -> 12.09-2
Summary: [maintainer update] math/ess 12.09-1 -> 12.09-2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 08:20 UTC by cjr
Modified: 2013-01-29 04:09 UTC (History)
0 users

See Also:


Attachments
file.diff (938 bytes, patch)
2013-01-21 08:20 UTC, cjr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cjr 2013-01-21 08:20:00 UTC
new version with some bugfixes upstream

Fix: patch attached

Patch attached with submission follows:
How-To-Repeat: na
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-01-29 03:24:34 UTC
Author: danfe
Date: Tue Jan 29 03:24:21 2013
New Revision: 311146
URL: http://svnweb.freebsd.org/changeset/ports/311146

Log:
  - Update to bugfix version 12.09-2
  - Minor Makefile cleanups while here
  
  PR:		ports/175469
  Submitted by:	maintainer

Modified:
  head/math/ess/Makefile
  head/math/ess/distinfo

Modified: head/math/ess/Makefile
==============================================================================
--- head/math/ess/Makefile	Tue Jan 29 02:40:21 2013	(r311145)
+++ head/math/ess/Makefile	Tue Jan 29 03:24:21 2013	(r311146)
@@ -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>

Modified: head/math/ess/distinfo
==============================================================================
--- head/math/ess/distinfo	Tue Jan 29 02:40:21 2013	(r311145)
+++ head/math/ess/distinfo	Tue Jan 29 03:24:21 2013	(r311146)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-01-29 04:09:08 UTC
State Changed
From-To: open->closed

Committed with minor modifications, thanks!