diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-09 00:26:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-09 00:26:32 +0800 |
commit | 5cac2c7cb04ca693ae09715a8fc02644d961a407 (patch) | |
tree | f07ed8ae61ec53f9e1911510cf640d82d097406f | |
parent | 6d6910947ab9bd1888c7af765f32ea8aa562c0a5 (diff) | |
download | freebsd-ports-gnome-5cac2c7cb04ca693ae09715a8fc02644d961a407.tar.gz freebsd-ports-gnome-5cac2c7cb04ca693ae09715a8fc02644d961a407.tar.zst freebsd-ports-gnome-5cac2c7cb04ca693ae09715a8fc02644d961a407.zip |
- Update to 2.12.13
- Cleanup Makefile header
- Reformat pkg-descr
Changes: http://tools.ietf.org/tools/idnits/changelog
Feature safe: yes
-rw-r--r-- | textproc/idnits/Makefile | 11 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 4 | ||||
-rw-r--r-- | textproc/idnits/pkg-descr | 4 |
3 files changed, 7 insertions, 12 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 3530f4f396e0..cdd14ce2a9e1 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -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/ diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 961d0e3e4d7f..3a74d0a5ee5b 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -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 diff --git a/textproc/idnits/pkg-descr b/textproc/idnits/pkg-descr index 2d0cc4a3deef..00b101b15531 100644 --- a/textproc/idnits/pkg-descr +++ b/textproc/idnits/pkg-descr @@ -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/ |