From nobody@FreeBSD.org  Tue Jun 18 16:02:26 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5CE606AB
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Jun 2013 16:02:26 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 4EC59133F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Jun 2013 16:02:26 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5IG2PEu044414
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Jun 2013 16:02:25 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5IG2Pw1044413;
	Tue, 18 Jun 2013 16:02:25 GMT
	(envelope-from nobody)
Message-Id: <201306181602.r5IG2Pw1044413@oldred.freebsd.org>
Date: Tue, 18 Jun 2013 16:02:25 GMT
From: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: textproc/y2l update and take maintainership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179683
>Category:       ports
>Synopsis:       textproc/y2l update and take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 18 16:10:06 UTC 2013
>Closed-Date:    Wed Jun 19 13:01:10 UTC 2013
>Last-Modified:  Wed Jun 19 13:10:00 UTC 2013
>Originator:     Danilo Egea Gondolfo
>Release:        FreeBSD 9.1-STABLE
>Organization:
Universidade Estadual de Maringa
>Environment:
FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #5 r251421: Wed Jun  5 13:05:34 BRT 2013     root@projeto:/usr/obj/usr/src.stable/sys/PROJETO  amd64
>Description:
Changes
- Updated from 1.1 to 1.2
- Take maintainership
- Header crop
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 321193)
+++ Makefile	(working copy)
@@ -1,17 +1,12 @@
-# ex:ts=8
-# New ports collection makefile for:	y2l
-# Date created:			Feb 6, 2001
-# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	y2l
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	Yacc-to-Latex pretty printer/converter
 
 NO_BUILD=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 321193)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (y2l-1.1.tar.gz) = d4ce15092321ab2c01321ef64901163add1190a00e8ca7135ab5261b223e81be
-SIZE (y2l-1.1.tar.gz) = 12986
+SHA256 (y2l-1.2.tar.gz) = d03cfec4d663131b1b3b593aabed981eb0fd0836d5e1c35a3ac8524313b62f92
+SIZE (y2l-1.2.tar.gz) = 12992


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Tue Jun 18 19:09:12 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179683 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Wed Jun 19 13:01:10 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179683: commit references a PR
Date: Wed, 19 Jun 2013 13:00:23 +0000 (UTC)

 Author: wg
 Date: Wed Jun 19 13:00:10 2013
 New Revision: 321245
 URL: http://svnweb.freebsd.org/changeset/ports/321245
 
 Log:
   textproc/y2l: update to 1.2
   
   - Update to 1.2 [1]
   - Trim Makefile header [1]
   - Pass maintainership to submitter
   - Unmute install commands
   
   PR:		ports/179683 [1]
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
   Approved by:	culot / jpaetzel (mentors, implicit)
 
 Modified:
   head/textproc/y2l/Makefile
   head/textproc/y2l/distinfo
 
 Modified: head/textproc/y2l/Makefile
 ==============================================================================
 --- head/textproc/y2l/Makefile	Wed Jun 19 12:43:28 2013	(r321244)
 +++ head/textproc/y2l/Makefile	Wed Jun 19 13:00:10 2013	(r321245)
 @@ -1,17 +1,12 @@
 -# ex:ts=8
 -# New ports collection makefile for:	y2l
 -# Date created:			Feb 6, 2001
 -# Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>
 -#
 +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	y2l
 -PORTVERSION=	1.1
 +PORTVERSION=	1.2
  CATEGORIES=	textproc
  MASTER_SITES=	SF
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	danilogondolfo@gmail.com
  COMMENT=	Yacc-to-Latex pretty printer/converter
  
  NO_BUILD=	yes
 @@ -20,7 +15,7 @@ MAN1=		y2l.1
  PLIST_FILES=	bin/y2l
  
  do-install:
 -	@${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
 -	@${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
 +	${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
 +	${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
  
  .include <bsd.port.mk>
 
 Modified: head/textproc/y2l/distinfo
 ==============================================================================
 --- head/textproc/y2l/distinfo	Wed Jun 19 12:43:28 2013	(r321244)
 +++ head/textproc/y2l/distinfo	Wed Jun 19 13:00:10 2013	(r321245)
 @@ -1,2 +1,2 @@
 -SHA256 (y2l-1.1.tar.gz) = d4ce15092321ab2c01321ef64901163add1190a00e8ca7135ab5261b223e81be
 -SIZE (y2l-1.1.tar.gz) = 12986
 +SHA256 (y2l-1.2.tar.gz) = d03cfec4d663131b1b3b593aabed981eb0fd0836d5e1c35a3ac8524313b62f92
 +SIZE (y2l-1.2.tar.gz) = 12992
 _______________________________________________
 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"
 
>Unformatted:
