From root+buttercup3@utdallas.edu  Wed Oct 18 17:07:57 2006
Return-Path: <root+buttercup3@utdallas.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4F1D916A47B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 17:07:57 +0000 (UTC)
	(envelope-from root+buttercup3@utdallas.edu)
Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D5EAF43D5A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 17:07:51 +0000 (GMT)
	(envelope-from root+buttercup3@utdallas.edu)
Received: from buttercup3.utdallas.edu (buttercup3.utdallas.edu [10.110.4.93])
	by smtp1.utdallas.edu (Postfix) with ESMTP id 202B3388E3A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Oct 2006 12:07:49 -0500 (CDT)
Received: by buttercup3.utdallas.edu (Postfix, from userid 0)
	id C316920581B; Wed, 18 Oct 2006 17:08:02 +0000 (UTC)
Message-Id: <20061018170802.C316920581B@buttercup3.utdallas.edu>
Date: Wed, 18 Oct 2006 17:08:02 +0000 (UTC)
From: Paul Schmehl <pauls@utdallas.edu>
Reply-To: Paul Schmehl <pauls@utdallas.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/byaccj, take over maintainership and patch to current
X-Send-Pr-Version: 3.113
X-GNATS-Notify: davidxu@viatech.com.cn

>Number:         104544
>Category:       ports
>Synopsis:       devel/byaccj, take over maintainership and patch to current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 18 17:10:20 GMT 2006
>Closed-Date:    Fri Nov 10 21:13:00 GMT 2006
>Last-Modified:  Fri Nov 10 21:20:22 GMT 2006
>Originator:     Paul Schmehl
>Release:        FreeBSD 6.0-RELEASE-p15 amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 6.0-RELEASE-p15 FreeBSD 6.0-RELEASE-p15 #2: Mon Oct 16 21:28:21 UTC 2006 root@hostname.utdallas.edu:/usr/obj/usr/src/sys/SMPKERNEL amd64


	
>Description:
	Assume maintainership of the port, per the maintainer's request, and
	patches to update the port to the current release
>How-To-Repeat:
	
>Fix:

	

--- patch_Makefile begins here ---
--- Makefile.orig	Wed Oct 18 16:40:13 2006
+++ Makefile	Wed Oct 18 16:59:11 2006
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	byaccj
-PORTVERSION=	1.1
+PORTVERSION=	1.13
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	byaccj
-DISTNAME=	byaccj1.1
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}${PORTVERSION}_src
 
-MAINTAINER=	davidxu@viatech.com.cn
+MAINTAINER=	pauls@utdallas.edu
 COMMENT=	A java extension of BSD YACC-compatible parser generator
 
 PLIST_FILES=	bin/byaccj
-WRKSRC=		$(WRKDIR)/byaccj1.1/src
+WRKSRC=		$(WRKDIR)/${DISTNAME}/src
 
 post-patch:
 	@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c
--- patch_Makefile ends here ---

--- patch_distinfo begins here ---
--- distinfo.orig	Wed Oct 18 16:40:18 2006
+++ distinfo	Wed Oct 18 16:43:04 2006
@@ -1,3 +1,3 @@
-MD5 (byaccj1.1.tar.gz) = f47267af6d9dfe6914be3c08ffc7713c
-SHA256 (byaccj1.1.tar.gz) = 4c3a998383b4fc4c5d767c5ab485e37778129b02a31ceb9eda2f088d42b97b3f
-SIZE (byaccj1.1.tar.gz) = 315562
+MD5 (byaccj1.13_src.tar.gz) = 4e4f55f50e4e199d86ba51dc5f656912
+SHA256 (byaccj1.13_src.tar.gz) = 398ef6f8ca1ac76dd632bad926a64377de0452ca676f84d71bcc671750b2ef8e
+SIZE (byaccj1.13_src.tar.gz) = 54962
--- patch_distinfo ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 18 17:10:55 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104544 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri Nov 10 21:12:45 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104544: commit references a PR
Date: Fri, 10 Nov 2006 21:12:42 +0000 (UTC)

 pav         2006-11-10 21:12:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/byaccj         Makefile distinfo 
   Log:
   - Update to 1.13
   - Take over maintainership
   
   PR:             ports/104544
   Submitted by:   Paul Schmehl <pauls@utdallas.edu>
   Approved by:    maintainer timeout (3 weeks)
   
   Revision  Changes    Path
   1.7       +5 -5      ports/devel/byaccj/Makefile
   1.4       +3 -3      ports/devel/byaccj/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"
 
>Unformatted:
