From owner-freebsd-ports Wed Oct 4 5:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 366B537B66E for ; Wed, 4 Oct 2000 05:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49771; Wed, 4 Oct 2000 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thehousleys.net (frenchknot.ne.mediaone.net [24.147.224.201]) by hub.freebsd.org (Postfix) with ESMTP id 834B337B503 for ; Wed, 4 Oct 2000 05:29:04 -0700 (PDT) Received: (from jeh@localhost) by thehousleys.net (8.11.0/8.11.0) id e94CT3103815; Wed, 4 Oct 2000 08:29:03 -0400 (EDT) (envelope-from jeh) Message-Id: <200010041229.e94CT3103815@thehousleys.net> Date: Wed, 4 Oct 2000 08:29:03 -0400 (EDT) From: jeh@freebsd.org Reply-To: jeh@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21747: Port Update: devel/portlint to allow PORTREVESION & PORTEPOCH Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21747 >Category: ports >Synopsis: Port Update: devel/portlint to allow PORTREVESION & PORTEPOCH >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 04 05:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James E. Housley >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: >Description: portlint does not like haveing the new variables PORTREVISION and PORTEPOCH in the PORTNAME section where they need to be for clarity. A copy is being sent to the MAINTAINERS for approval >How-To-Repeat: >Fix: Index: portlint.pl =================================================================== RCS file: /usr/home/FREEBSD_CVS/ports/devel/portlint/src/portlint.pl,v retrieving revision 1.21 diff -u -r1.21 portlint.pl --- portlint.pl 2000/10/04 04:02:39 1.21 +++ portlint.pl 2000/10/04 12:20:16 @@ -37,7 +37,7 @@ # version variables my $major = 2; -my $minor = 2; +my $minor = 3; sub l { '[{(]'; } sub r { '[)}]'; } @@ -148,10 +148,10 @@ # get make vars my $cmd = "make $makeenv MASTER_SITE_BACKUP=''"; my @varlist = (split(/\s+/, <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message