svn commit: r313808 - head/ports-mgmt/portlint

Joe Marcus Clarke marcus at FreeBSD.org
Sun Mar 10 06:16:41 UTC 2013


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


More information about the svn-ports-all mailing list