svn commit: r313808 - head/ports-mgmt/portlint
TAKATSU Tomonari
tota at FreeBSD.org
Sun Mar 10 20:41:01 UTC 2013
2013/3/10 Joe Marcus Clarke <marcus at freebsd.org>:
> 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
> * Remove unused PL_CVS_IGNORE [2]
PL_CVS_IGNORE and PL_SVN_IGNORE have been defined in
ports-mgmt/porttools/files/patch-cmd_commit.in.
Please reconsider it.
--
TAKATSU Tomonari
More information about the svn-ports-head
mailing list