Summary: | [PATCH] lang/maude: update to 2.6, fix loading, add full-maude | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Johannes 5 <joemann> | ||||
Component: | Individual Port(s) | Assignee: | Michael Scheidell <scheidell> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | iloveyou0317, rick | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Johannes 5
2011-11-29 21:10:13 UTC
Maintainer of lang/maude, Please note that PR ports/162955 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162955 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) On 29 November 2011 22:10, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of lang/maude, > > Please note that PR ports/162955 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. Approved. I have tested the patch, works like a charm. On a side-note; I no longer use the Maude software and feel no urge anymore to keep the port up2date. @Johannes: if you like to maintain the port, I would be very grateful. Br. /Rick -- http://rickvanderzwet.nl State Changed From-To: feedback->open Maintainer approved. On Wed, 30 Nov 2011 21:36:13 +0100, Rick van der Zwet <info@rickvanderzwet.nl> wrote: > [...] > Approved. I have tested the patch, works like a charm. That's great to read:-) > On a side-note; I no longer use the Maude software and feel no urge > anymore to keep the port up2date. That's sad to read:-( > @Johannes: if you like to maintain the port, I would be very grateful. Thanks for considering this! Well, I'm just an executable specification newbie currently learning Maude ... But it's probably better if I take the port than that you return it to ports@ sooner or later. Therefore: OK, I'll take it, trying to fill the gap until an experienced Maude user volunteers to take maintainership. @the committer who'll grab this PR: unless you have further questions regarding the patch or the change of maintainership: please set MAINTAINER= joemann@beefree.free.de @Rick & @committer: Thank you very much! Johannes Responsible Changed From-To: freebsd-ports-bugs->scheidell i'll take it scheidell 2011-12-03 20:41:57 UTC FreeBSD ports repository Modified files: lang/maude Makefile distinfo pkg-plist Added files: lang/maude/files patch-src__Main__main.cc patch-src__Mixfix__global.cc patch-src__Mixfix__global.hh Removed files: lang/maude/files patch-maude-data-dir.diff patch-src-Main-Makefile.in Log: - Update to 2.6. - Make all files in ${DATADIR} loadable by filename without an explicit path, and without setting MAUDE_LIB. Currently only ${DATADIR}/prelude.maude is loaded (during startup). - Add option FULL_MAUDE (default: on) for user convenience. This installs full-maude26b.maude into ${DATADIR}. - previous maintainer turns port over to committer PR: ports/162955 Submitted by: joemann@beefree.free.de Reviewed by: info@rickvanderzwet.nl Approved by: maintainer, gabor(mentor) Feature safe: yes Revision Changes Path 1.13 +32 -4 ports/lang/maude/Makefile 1.4 +4 -2 ports/lang/maude/distinfo 1.2 +0 -35 ports/lang/maude/files/patch-maude-data-dir.diff (dead) 1.2 +0 -327 ports/lang/maude/files/patch-src-Main-Makefile.in (dead) 1.1 +14 -0 ports/lang/maude/files/patch-src__Main__main.cc (new) 1.1 +14 -0 ports/lang/maude/files/patch-src__Mixfix__global.cc (new) 1.1 +10 -0 ports/lang/maude/files/patch-src__Mixfix__global.hh (new) 1.3 +2 -0 ports/lang/maude/pkg-plist _______________________________________________ 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" State Changed From-To: open->closed Committed, thanks. MARKED AS SPAM |