svn commit: r447981 - in head/ports-mgmt/portlint: . src

Pietro Cerutti gahr at FreeBSD.org
Thu Dec 7 08:04:26 UTC 2017


On Aug 15 17 12:43, Joe Marcus Clarke wrote:
> Author: marcus
> Date: Tue Aug 15 12:43:14 2017
> New Revision: 447981
> URL: https://svnweb.freebsd.org/changeset/ports/447981
> 
> Log:
>   Update to 2.17.12.

> @@ -3400,6 +3437,11 @@ sub abspathname {
>  
>  			if ($pre =~ /MASTER_SITE_SUBDIR/) {
>  				# MASTER_SITE_SUBDIR lines are ok.
> +				$i = '';
> +			}
> +			if ($s =~ /\$\{[^}]*?$i/) {
> +				# If we're inside a make variable, we probably do not have
> +				# an absolute path.
>  				$i = '';
>  			}
>  		}
> 

Unmatched ) in regex; marked by <-- HERE in m/\$\{[^}]*?/dev/null 2>&1 ) 
<-- HERE / at /usr/local/bin/portlint line 3443.

I think the ? doesn't belong there.

-- 
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 898 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20171207/bb04f91d/attachment.sig>


More information about the svn-ports-all mailing list