Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2013 06:16:40 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313808 - head/ports-mgmt/portlint
Message-ID:  <201303100616.r2A6Ge4f079242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sun Mar 10 06:16:40 2013
New Revision: 313808
URL: http://svnweb.freebsd.org/changeset/ports/313808

Log:
  Bump to version 2.14.2.
  
  * Add a missing comma to fix a really weird error on checking certain ports. [1]
  * Remove unused PL_CVS_IGNORE [2]
  * Add check for a single space after WWW: in pkg-descr [2]
  * Clarify 'Created by:' warning message [2]
  * Add new OPTIONS_* knobs to @options_early [2]
  * Add supported for USE_GCC=yes. [3]
  
  PR:             175186 [1]
                  175317 [2]
                  174758 [3]
  Submitted by:   gerald [1] [3]
                  ak [2]

Modified:
  head/ports-mgmt/portlint/Makefile

Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile	Sun Mar 10 06:16:05 2013	(r313807)
+++ head/ports-mgmt/portlint/Makefile	Sun Mar 10 06:16:40 2013	(r313808)
@@ -5,8 +5,7 @@
 #
 
 PORTNAME=	portlint
-PORTVERSION=	2.14.1
-PORTREVISION=	1
+PORTVERSION=	2.14.2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303100616.r2A6Ge4f079242>