From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 6 09:10:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2118106566C for ; Sat, 6 Oct 2012 09:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C9B1A8FC14 for ; Sat, 6 Oct 2012 09:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q969ABcb012727 for ; Sat, 6 Oct 2012 09:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q969ABOd012726; Sat, 6 Oct 2012 09:10:11 GMT (envelope-from gnats) Resent-Date: Sat, 6 Oct 2012 09:10:11 GMT Resent-Message-Id: <201210060910.q969ABOd012726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Christopher J. Ruwe" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE108106566B for ; Sat, 6 Oct 2012 09:09:01 +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 7E1F58FC08 for ; Sat, 6 Oct 2012 09:09:01 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q96990iB065074 for ; Sat, 6 Oct 2012 09:09:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q96990EG065073; Sat, 6 Oct 2012 09:09:00 GMT (envelope-from nobody) Message-Id: <201210060909.q96990EG065073@red.freebsd.org> Date: Sat, 6 Oct 2012 09:09:00 GMT From: "Christopher J. Ruwe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/172382: [maintainer update] math/ess 12.04-04 -> 12.09 + rm CONFLICTS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 09:10:12 -0000 >Number: 172382 >Category: ports >Synopsis: [maintainer update] math/ess 12.04-04 -> 12.09 + rm CONFLICTS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 09:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Christopher J. Ruwe >Release: 9-stable >Organization: >Environment: FreeBSD dijkstra.cruwe.de 9.0-STABLE FreeBSD 9.0-STABLE #10 r237934: Tue Jul 3 17:29:27 CEST 2012 cjr@dijkstra.cruwe.de:/usr/obj/usr/src/sys/DIJKSTRA amd64 >Description: new version upstream the conflict between math/ess and devel/noweb I reported in my last PR (ports/168914)has been resolved upstream >How-To-Repeat: does not apply >Fix: patch enclosed Patch attached with submission follows: diff -uN /usr/ports/math/ess/Makefile christopherjruwe/math/ess/Makefile --- /usr/ports/math/ess/Makefile 2012-09-12 21:17:55.220682177 +0200 +++ christopherjruwe/math/ess/Makefile 2012-10-06 10:55:20.457910394 +0200 @@ -6,8 +6,8 @@ # PORTNAME= ess -DISTVERSION= 12.04-4 -PORTREVISION= 4 +DISTVERSION= 12.09 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://ess.r-project.org/downloads/ess/ EXTRACT_SUFX= .tgz @@ -19,8 +19,6 @@ RUN_DEPENDS= R:${PORTSDIR}/math/R -CONFLICTS= noweb-[0-9]* - USE_EMACS= yes USE_GMAKE= yes diff -uN /usr/ports/math/ess/distinfo christopherjruwe/math/ess/distinfo --- /usr/ports/math/ess/distinfo 2012-09-12 21:17:55.210677716 +0200 +++ christopherjruwe/math/ess/distinfo 2012-10-06 10:52:01.187880153 +0200 @@ -1,2 +1,2 @@ -SHA256 (ess-12.04-4.tgz) = c8ae9ba3db3ee98ca857a9ea6c82c88d92d4bc9115bc3f7e08c466920b5950ca -SIZE (ess-12.04-4.tgz) = 3280247 +SHA256 (ess-12.09.tgz) = 3167a84c9958605e9c1de7dc2dce564e22e89b79c9d1ba7ff7f66013af56f2b8 +SIZE (ess-12.09.tgz) = 3332863 diff -uN /usr/ports/math/ess/pkg-plist christopherjruwe/math/ess/pkg-plist --- /usr/ports/math/ess/pkg-plist 2012-09-12 21:17:55.220682177 +0200 +++ christopherjruwe/math/ess/pkg-plist 2012-10-05 20:39:16.946249757 +0200 @@ -49,6 +49,8 @@ %%EMACS_SITE_LISPDIR%%/ess-inf.elc %%EMACS_SITE_LISPDIR%%/ess-jags-d.el %%EMACS_SITE_LISPDIR%%/ess-jags-d.elc +%%EMACS_SITE_LISPDIR%%/ess-julia.el +%%EMACS_SITE_LISPDIR%%/ess-julia.elc %%EMACS_SITE_LISPDIR%%/ess-lsp-l.el %%EMACS_SITE_LISPDIR%%/ess-lsp-l.elc %%EMACS_SITE_LISPDIR%%/ess-menu.el @@ -127,10 +129,10 @@ %%EMACS_SITE_LISPDIR%%/mouseme.elc %%EMACS_SITE_LISPDIR%%/msdos.el %%EMACS_SITE_LISPDIR%%/msdos.elc -%%EMACS_SITE_LISPDIR%%/noweb-font-lock-mode.el -%%EMACS_SITE_LISPDIR%%/noweb-font-lock-mode.elc -%%EMACS_SITE_LISPDIR%%/noweb-mode.el -%%EMACS_SITE_LISPDIR%%/noweb-mode.elc +%%EMACS_SITE_LISPDIR%%/ess-noweb-font-lock-mode.el +%%EMACS_SITE_LISPDIR%%/ess-noweb-font-lock-mode.elc +%%EMACS_SITE_LISPDIR%%/ess-noweb-mode.el +%%EMACS_SITE_LISPDIR%%/ess-noweb-mode.elc @dirrm %%EMACS_LIBDIR%%/etc/ess/icons @dirrm %%EMACS_LIBDIR%%/etc/ess @dirrmtry %%EMACS_LIBDIR%%/etc >Release-Note: >Audit-Trail: >Unformatted: