FreeBSD Bugzilla – Attachment 137678 Details for
Bug 183330
[PATCH] ports-mgmt/portlint: Fix typo causing Undefined subroutine error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portlint-2.14.6_1.patch
portlint-2.14.6_1.patch (text/plain), 1.84 KB, created by
koobs
on 2013-10-26 11:40:03 UTC
(
hide
)
Description:
portlint-2.14.6_1.patch
Filename:
MIME Type:
Creator:
koobs
Created:
2013-10-26 11:40:03 UTC
Size:
1.84 KB
patch
obsolete
>diff -ruN /usr/ports/ports-mgmt/portlint/Makefile ./Makefile >--- /usr/ports/ports-mgmt/portlint/Makefile 2013-10-21 02:01:13.000000000 +1100 >+++ ./Makefile 2013-10-26 21:27:01.307759182 +1100 >@@ -1,8 +1,9 @@ > # Created by: Jun-ichiro itojun Hagino <itojun@itojun.org> >-# $FreeBSD: ports-mgmt/portlint/Makefile 331023 2013-10-20 15:01:13Z marcus $ >+# $FreeBSD: head/ports-mgmt/portlint/Makefile 331023 2013-10-20 15:01:13Z marcus $ > > PORTNAME= portlint > PORTVERSION= 2.14.6 >+PORTREVISION= 1 > CATEGORIES= ports-mgmt > MASTER_SITES= # none > DISTFILES= # none >diff -ruN /usr/ports/ports-mgmt/portlint/src/portlint.1 ./src/portlint.1 >--- /usr/ports/ports-mgmt/portlint/src/portlint.1 2013-07-15 02:15:21.000000000 +1000 >+++ ./src/portlint.1 2013-07-16 19:50:50.707019457 +1000 >@@ -1,4 +1,4 @@ >-.\" $FreeBSD: ports-mgmt/portlint/src/portlint.1 322990 2013-07-14 16:15:21Z marcus $ >+.\" $FreeBSD: head/ports-mgmt/portlint/src/portlint.1 322990 2013-07-14 16:15:21Z marcus $ > .\" $MCom: portlint/portlint.1,v 1.13 2013/07/07 22:34:01 marcus Exp $ > .\" > .\" Copyright (c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>. >diff -ruN /usr/ports/ports-mgmt/portlint/src/portlint.pl ./src/portlint.pl >--- /usr/ports/ports-mgmt/portlint/src/portlint.pl 2013-10-20 11:53:04.000000000 +1100 >+++ ./src/portlint.pl 2013-10-26 21:26:44.598530386 +1100 >@@ -16,7 +16,7 @@ > # This code now mainly supports FreeBSD, but patches to update support for > # OpenBSD and NetBSD will be accepted. > # >-# $FreeBSD: ports-mgmt/portlint/src/portlint.pl 330953 2013-10-20 00:53:04Z marcus $ >+# $FreeBSD: head/ports-mgmt/portlint/src/portlint.pl 330953 2013-10-20 00:53:04Z marcus $ > # $MCom: portlint/portlint.pl,v 1.293 2013/10/20 00:49:57 marcus Exp $ > # > >@@ -1115,7 +1115,7 @@ > last; > } > if ($k =~ /^\$\{(\w+)\}$/) { >- $k = get_makvar($1); >+ $k = get_makevar($1); > } > my @l = split(':', $k);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183330
: 137678