svn commit: r321245 - head/textproc/y2l
William Grzybowski
wg at FreeBSD.org
Wed Jun 19 13:00:11 UTC 2013
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 at 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 at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= y2l
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= textproc
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= danilogondolfo at 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
More information about the svn-ports-all
mailing list