ports/154724: [PATCH] ports-mgmt/portlint: update to 2.13.4

milki milki at rescomp.berkeley.edu
Sun Feb 13 02:20:06 UTC 2011


>Number:         154724
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/portlint: update to 2.13.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 02:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 7.3-RELEASE-p4 amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #15: Tue Nov 30 11:51:59 PST 2010
>Description:
- Update to 2.13.4

CPAN recommends using the authors subdir because they may not be
maintaining the modules symlink directories anymore. Also, lots of ports
now already use the authors subdir. There's no need for this warning
anymore.

Port maintainer (marcus at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- portlint-2.13.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/Makefile /tmp/milki/ports/portlint/Makefile
--- /usr/ports/ports-mgmt/portlint/Makefile	2011-01-09 20:43:58.000000000 -0800
+++ /tmp/milki/ports/portlint/Makefile	2011-02-12 18:11:18.000000000 -0800
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	portlint
-PORTVERSION=	2.13.3
+PORTVERSION=	2.13.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none
diff -ruN --exclude=CVS /usr/ports/ports-mgmt/portlint/src/portlint.pl /tmp/milki/ports/portlint/src/portlint.pl
--- /usr/ports/ports-mgmt/portlint/src/portlint.pl	2011-01-09 20:43:58.000000000 -0800
+++ /tmp/milki/ports/portlint/src/portlint.pl	2011-02-12 18:09:09.000000000 -0800
@@ -2523,14 +2523,6 @@
 
 	}
 
-	if ($makevar{MASTER_SITE_SUBDIR}) {
-		print "OK: Checking MASTER_SITE_SUBDIR.\n" if ($verbose);
-		if ($makevar{MASTER_SITE_SUBDIR} =~ m|\.\./*authors|) {
-			&perror("WARN", $file, -1, "MASTER_SITE_SUBDIR uses ../authors ".
-				"SUBDIR.  Use one of the MASTER_SITE*CPAN macros instead.");
-		}
-	}
-
 	$pkg_version = $makevar{PKG_VERSION};
 
 	if ($makevar{CONFLICTS}) {
--- portlint-2.13.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list