Date: Sat, 8 Dec 2012 16:26:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308484 - head/textproc/idnits Message-ID: <201212081626.qB8GQX0v075317@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 8 16:26:32 2012 New Revision: 308484 URL: http://svnweb.freebsd.org/changeset/ports/308484 Log: - Update to 2.12.13 - Cleanup Makefile header - Reformat pkg-descr Changes: http://tools.ietf.org/tools/idnits/changelog Feature safe: yes Modified: head/textproc/idnits/Makefile (contents, props changed) head/textproc/idnits/distinfo (contents, props changed) head/textproc/idnits/pkg-descr (contents, props changed) Modified: head/textproc/idnits/Makefile ============================================================================== --- head/textproc/idnits/Makefile Sat Dec 8 16:25:09 2012 (r308483) +++ head/textproc/idnits/Makefile Sat Dec 8 16:26:32 2012 (r308484) @@ -1,12 +1,8 @@ -# New ports collection makefile for: idnits -# Date Created: 9 July 2004 -# Whom: fenner@FreeBSD.Org -# +# Created by: fenner@FreeBSD.Org # $FreeBSD$ -# PORTNAME= idnits -PORTVERSION= 2.12.12 +PORTVERSION= 2.12.13 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -22,8 +18,7 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ - ${WRKSRC}/${PORTNAME} + @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' ${WRKSRC}/${PORTNAME} do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ Modified: head/textproc/idnits/distinfo ============================================================================== --- head/textproc/idnits/distinfo Sat Dec 8 16:25:09 2012 (r308483) +++ head/textproc/idnits/distinfo Sat Dec 8 16:26:32 2012 (r308484) @@ -1,2 +1,2 @@ -SHA256 (idnits-2.12.12.tgz) = 6403ce455045d0a0327f55db384d8193f59f9ca304d81de87ded9d3b5561112a -SIZE (idnits-2.12.12.tgz) = 55889 +SHA256 (idnits-2.12.13.tgz) = d705b2deee50827deb7323dfd8789a3785651ddc3c070188440a2f921d93435a +SIZE (idnits-2.12.13.tgz) = 56001 Modified: head/textproc/idnits/pkg-descr ============================================================================== --- head/textproc/idnits/pkg-descr Sat Dec 8 16:25:09 2012 (r308483) +++ head/textproc/idnits/pkg-descr Sat Dec 8 16:26:32 2012 (r308484) @@ -1,4 +1,4 @@ -'idnits' looks for violations of Section 2.1 and 2.2 of the -requirements listed on http://www.ietf.org/ID-Checklist.html +'idnits' looks for violations of Section 2.1 and 2.2 of the requirements listed +on http://www.ietf.org/ID-Checklist.html WWW: http://tools.ietf.org/tools/idnits/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212081626.qB8GQX0v075317>