Bug 170374 - devel/hs-BNFC: Update to 2.4.2.1
Summary: devel/hs-BNFC: Update to 2.4.2.1
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-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-04 19:10 UTC by Gabor Pali
Modified: 2012-08-11 13:15 UTC (History)
0 users

See Also:


Attachments
file.diff (11.33 KB, patch)
2012-08-04 19:10 UTC, Gabor Pali
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Pali freebsd_committer freebsd_triage 2012-08-04 19:10:08 UTC
- Update to 2.4.2.1

Fix: See the patch attached.


Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-04 19:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-04 19:10:27 UTC
Maintainer of devel/hs-BNFC,

Please note that PR ports/170374 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/170374

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-04 19:10:28 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Kai Wang 2012-08-10 23:24:24 UTC
Patch approved.

Thanks,
Kai
Comment 5 Kai Wang 2012-08-10 23:31:30 UTC
BTW, I'm no longer a student at Chalmers (where hs-BNFC was developed)
and I hardly use haskell nowadays... so I want to give up my
maintainership for this port (should have done this long ago)
I believe Gabor can take care of this port much better than me.

Thanks,
Kai
Comment 6 Gabor Pali freebsd_committer freebsd_triage 2012-08-11 00:07:56 UTC
Hi,

On Fri, Aug 10, 2012 at 11:40 PM, Kai Wang <kaiw27@gmail.com> wrote:
>  I'm no longer a student at Chalmers (where hs-BNFC was developed)
>  and I hardly use haskell nowadays... so I want to give up my
>  maintainership for this port

All right, I am happy to take over the maintainership.
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-08-11 13:07:02 UTC
Author: pgj
Date: Sat Aug 11 12:06:48 2012
New Revision: 302409
URL: http://svn.freebsd.org/changeset/ports/302409

Log:
  - Update to 2.4.2.1
  - Pass maintainership to haskell@
  
  PR:		ports/170374
  Submitted by:	pgj
  Approved by:	maintainer
  Obtained from:	FreeBSD Haskell

Deleted:
  head/devel/hs-BNFC/files/
Modified:
  head/devel/hs-BNFC/Makefile
  head/devel/hs-BNFC/distinfo

Modified: head/devel/hs-BNFC/Makefile
==============================================================================
--- head/devel/hs-BNFC/Makefile	Sat Aug 11 11:49:06 2012	(r302408)
+++ head/devel/hs-BNFC/Makefile	Sat Aug 11 12:06:48 2012	(r302409)
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	BNFC
-PORTVERSION=	2.4.2.0
-PORTREVISION=	3
+PORTVERSION=	2.4.2.1
 CATEGORIES=	devel haskell
 
-MAINTAINER=	kaiw27@gmail.com
+MAINTAINER=	haskell@FreeBSD.org
 COMMENT=	A Labelled BNF converter
 
 LICENSE=	GPLv2
@@ -21,7 +20,5 @@ USE_CABAL=	mtl
 STANDALONE=	yes
 EXECUTABLE=	bnfc
 
-HASKELL98=	yes
-
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>

Modified: head/devel/hs-BNFC/distinfo
==============================================================================
--- head/devel/hs-BNFC/distinfo	Sat Aug 11 11:49:06 2012	(r302408)
+++ head/devel/hs-BNFC/distinfo	Sat Aug 11 12:06:48 2012	(r302409)
@@ -1,2 +1,2 @@
-SHA256 (cabal/BNFC-2.4.2.0.tar.gz) = c0c69b50f17e13cf5afd9c9d8ce2cabab1273c14bebc91f4f065068af5a7ca5a
-SIZE (cabal/BNFC-2.4.2.0.tar.gz) = 182328
+SHA256 (cabal/BNFC-2.4.2.1.tar.gz) = 24d0964a28c475a722fab4f332407f33c652e11233fe76287e62f6896b62d128
+SIZE (cabal/BNFC-2.4.2.1.tar.gz) = 3546017
_______________________________________________
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 8 Gabor Pali freebsd_committer freebsd_triage 2012-08-11 13:14:32 UTC
State Changed
From-To: feedback->closed

Committed, thanks!