From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 10 15:40:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 896F31065696 for ; Fri, 10 Sep 2010 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32B9C8FC25 for ; Fri, 10 Sep 2010 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8AFe2P9004512 for ; Fri, 10 Sep 2010 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8AFe2N1004511; Fri, 10 Sep 2010 15:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 10 Sep 2010 15:40:02 GMT Resent-Message-Id: <201009101540.o8AFe2N1004511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TAOKA Fumiyoshi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 433F0106564A for ; Fri, 10 Sep 2010 15:30:11 +0000 (UTC) (envelope-from fmysh@quad.dyndns.org) Received: from aqua.quad.dyndns.org (unknown [IPv6:2001:240:66e::10]) by mx1.freebsd.org (Postfix) with ESMTP id E28D18FC0A for ; Fri, 10 Sep 2010 15:30:10 +0000 (UTC) Received: by aqua.quad.dyndns.org (Postfix, from userid 1001) id 41B04543F; Sat, 11 Sep 2010 00:30:08 +0900 (JST) Message-Id: <20100910153008.41B04543F@aqua.quad.dyndns.org> Date: Sat, 11 Sep 2010 00:30:08 +0900 (JST) From: TAOKA Fumiyoshi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: TAOKA Fumiyoshi Subject: ports/150476: PORTREVISION of courier-authlib* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 15:40:02 -0000 >Number: 150476 >Category: ports >Synopsis: PORTREVISION of courier-authlib* >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Sep 10 15:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: TAOKA Fumiyoshi >Release: >Organization: >Environment: >Description: As shown below both courier-authlib and courier-authlib-ldap, which are master and slave ports, define PORTREVISION and they conflict. # grep PORTREVISION /usr/ports/*/courier-authlib*/Makefile /usr/ports/net/courier-authlib-ldap/Makefile:PORTREVISION= 2 /usr/ports/security/courier-authlib/Makefile:PORTREVISION= 1 As for courier-authlib-ldap, the port system recognizes PORTREVISION as not 2 but 1. The last bump is not effective. >How-To-Repeat: >Fix: Option 1: Respect PORTREVISION in a slave port. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/courier-authlib/Makefile,v retrieving revision 1.47 diff -u -r1.47 Makefile --- Makefile 11 Jun 2010 22:28:28 -0000 1.47 +++ Makefile 8 Sep 2010 05:26:26 -0000 @@ -7,7 +7,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.63.0 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} Option 2: Control PORTREVISION in a master port, for its slaves are simple skeltons. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/courier-authlib/Makefile,v retrieving revision 1.47 diff -u -r1.47 Makefile --- Makefile 11 Jun 2010 22:28:28 -0000 1.47 +++ Makefile 10 Sep 2010 15:02:51 -0000 @@ -7,7 +7,7 @@ PORTNAME= courier-authlib PORTVERSION= 0.63.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= security mail .if defined(PKGNAMESUFFIX) MASTER_SITES= SF/courier/authlib/${PORTVERSION} Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/courier-authlib-ldap/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2 Aug 2009 19:34:56 -0000 1.18 +++ Makefile 10 Sep 2010 15:03:56 -0000 @@ -8,7 +8,6 @@ PKGNAMESUFFIX= -ldap COMMENT= LDAP support for the Courier authentication library -PORTREVISION= 2 CATEGORIES= net mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib >Release-Note: >Audit-Trail: >Unformatted: