svn commit: r320290 - head/textproc/idnits

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 8 21:07:32 UTC 2013


Author: sunpoet
Date: Sat Jun  8 21:07:31 2013
New Revision: 320290
URL: http://svnweb.freebsd.org/changeset/ports/320290

Log:
  - Update to 2.12.17
  - Add LICENSE
  
  Changes:	http://tools.ietf.org/tools/idnits/changelog

Modified:
  head/textproc/idnits/Makefile

Modified: head/textproc/idnits/Makefile
==============================================================================
--- head/textproc/idnits/Makefile	Sat Jun  8 21:06:31 2013	(r320289)
+++ head/textproc/idnits/Makefile	Sat Jun  8 21:07:31 2013	(r320290)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	idnits
-PORTVERSION=	2.12.16
+PORTVERSION=	2.12.17
 CATEGORIES=	textproc
 MASTER_SITES=	http://tools.ietf.org/tools/idnits/ \
 		LOCAL/sunpoet
@@ -11,6 +11,9 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Looks for problems in internet draft formatting
 
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list