Bug 179683 - textproc/y2l update and take maintainership
Summary: textproc/y2l update and take maintainership
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 17:10 UTC by Danilo Egêa Gondolfo
Modified: 2013-06-19 14:10 UTC (History)
0 users

See Also:


Attachments
file.diff (999 bytes, patch)
2013-06-18 17:10 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-06-18 17:10:06 UTC
Changes
- Updated from 1.1 to 1.2
- Take maintainership
- Header crop

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-18 20:09:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-19 14:00:23 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"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-19 14:01:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!