From nobody@FreeBSD.org  Tue May 22 14:44:24 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D3119106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 May 2012 14:44:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id A3EE68FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 May 2012 14:44:24 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4MEiOLb058063
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 May 2012 14:44:24 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4MEiNp7058044;
	Tue, 22 May 2012 14:44:23 GMT
	(envelope-from nobody)
Message-Id: <201205221444.q4MEiNp7058044@red.freebsd.org>
Date: Tue, 22 May 2012 14:44:23 GMT
From: "Christopher J. Ruwe" <cjr@cruwe.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] math/ess 12.04-00 -> 12.04-02
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168233
>Category:       ports
>Synopsis:       [maintainer update] math/ess 12.04-00 -> 12.04-02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 22 14:50:02 UTC 2012
>Closed-Date:    Thu May 24 00:57:31 UTC 2012
>Last-Modified:  Thu May 24 01:20:02 UTC 2012
>Originator:     Christopher J. Ruwe
>Release:        9-stable
>Organization:
>Environment:
FreeBSD dijkstra.cruwe.de 9.0-STABLE FreeBSD 9.0-STABLE #3: Wed Feb  8 22:39:10 CET 2012     root@dijkstra.cruwe.de:/usr/obj/usr/home/cjr/media/src/freebsd/9/sys/DIJKSTRA  amd64

>Description:

>How-To-Repeat:

>Fix:
Patch attached.

Patch attached with submission follows:

diff -uN /usr/ports/math/ess/Makefile ess/Makefile
--- /usr/ports/math/ess/Makefile	2012-05-04 22:56:11.000000000 +0200
+++ ess/Makefile	2012-05-22 16:17:56.765498928 +0200
@@ -7,7 +7,8 @@
 
 PORTNAME=	ess
 PORTVERSION=	12.04
-PORTREVISION=	1
+PORTREVISION=	2
+DISTNAME=	ess-12.04-2
 CATEGORIES=	math
 MASTER_SITES=	http://ess.r-project.org/downloads/ess/
 EXTRACT_SUFX=	.tgz
diff -uN /usr/ports/math/ess/Makefile~ ess/Makefile~
--- /usr/ports/math/ess/Makefile~	1970-01-01 01:00:00.000000000 +0100
+++ ess/Makefile~	2012-05-22 16:14:17.975507422 +0200
@@ -0,0 +1,58 @@
+# New ports collection makefile for:	ess
+# Date created:				06 March 2010
+# Whom:					Christopher J.s Ruwe
+#
+# $FreeBSD: ports/math/ess/Makefile,v 1.13 2012/05/04 20:56:11 bf Exp $
+#
+
+PORTNAME=	ess
+PORTVERSION=	12.04
+PORTREVISION=	2
+CATEGORIES=	math
+MASTER_SITES=	http://ess.r-project.org/downloads/ess/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	cjr@cruwe.de
+COMMENT=	R support for Emacsen
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	R:${PORTSDIR}/math/R
+
+USE_EMACS=	yes
+USE_GMAKE=	yes
+
+.if !defined(NOPORTDOCS)
+INFO=	ess
+.endif
+
+post-patch:
+	${REINPLACE_CMD} -e "\|^PREFIX=|d" -e "\|^INSTALL=|d" \
+		-e "\|^EMACS=|s|=.*|=${EMACS_NAME}|" \
+		-e "\|^ETCDIR=|s|=.*|=${PREFIX}/${EMACS_LIBDIR}/etc/ess|" \
+		-e "\|^INFODIR=|s|=.*|=${PREFIX}/${INFO_PATH}|" \
+		-e "\|^LISPDIR=|s|=.*|=${PREFIX}/${EMACS_SITE_LISPDIR}|" \
+		${WRKSRC}/Makeconf
+	${REINPLACE_CMD} -e "\|cd doc; \$$(MAKE) \$$@|d" \
+		${WRKSRC}/Makefile
+	${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_DATA}|g" \
+		${WRKSRC}/doc/Makefile ${WRKSRC}/etc/Makefile
+	${REINPLACE_CMD} -e "s|\$$(INSTALL)|${INSTALL_SCRIPT}|g" \
+		${WRKSRC}/lisp/Makefile
+
+.if !defined(NOPORTDOCS)
+post-build:
+	@(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
+	${MAKE_ARGS} info)
+.endif
+
+post-install:
+.if !defined(NOPORTDOCS)
+	@(cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${_MAKE_JOBS} \
+	${MAKE_ARGS} install-info)
+.endif
+	@${ECHO_MSG} ""
+	@${CAT} ${PKGMESSAGE}
+	@${ECHO_MSG} ""
+
+.include <bsd.port.mk>
diff -uN /usr/ports/math/ess/distinfo ess/distinfo
--- /usr/ports/math/ess/distinfo	2012-04-13 08:44:41.000000000 +0200
+++ ess/distinfo	2012-05-22 16:35:14.855460769 +0200
@@ -1,2 +1,2 @@
-SHA256 (ess-12.04.tgz) = e4fa851d97c1b6cb4d1b2babf30c9720c483c896cfd45ab34b0605cd5fb217ab
-SIZE (ess-12.04.tgz) = 3481710
+SHA256 (ess-12.04-2.tgz) = 6ca59b8b8e711a9bda1118e2f1ef532a2379cb1cf8f9be64769dcce3dd9b0e05
+SIZE (ess-12.04-2.tgz) = 3275844


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->bf 
Responsible-Changed-By: bf 
Responsible-Changed-When: Tue May 22 15:15:28 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168233 
State-Changed-From-To: open->closed 
State-Changed-By: bf 
State-Changed-When: Thu May 24 00:57:30 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168233 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168233: commit references a PR
Date: Thu, 24 May 2012 00:51:03 +0000 (UTC)

 bf          2012-05-24 00:50:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/ess             Makefile distinfo 
   Log:
   update to 12.04-2
   
   PR:             168233
   Submitted by:   C. Ruwe (maintainer)
   
   Revision  Changes    Path
   1.14      +1 -2      ports/math/ess/Makefile
   1.4       +2 -2      ports/math/ess/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: "b. f." <bf1783@googlemail.com>
To: bug-followup@FreeBSD.org
Cc: "Christopher J. Ruwe" <cjr@cruwe.de>
Subject: Re: ports/168233: [maintainer update] math/ess 12.04-00 -> 12.04-02
Date: Wed, 23 May 2012 21:12:23 -0400

 In this case, the "-02" addendum actually represents a change in the
 version number, so the preferred method is to use the DISTVERSION
 construct to map this to a canonical version automatically, as
 described in ports/Mk/bsd.port.mk and:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html#AEN1467
 
 Many CRAN ports do this.
 
 You should perform at least a cursory check of your patches before
 submitting them to GNATS -- in this case your submission was mixed up
 with a temporary version of the Makefile from your editor.
 
 Regards,
                 b.
>Unformatted:
