From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 7 13:50:02 2009 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 3919E1065675 for ; Fri, 7 Aug 2009 13:50: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 1306F8FC1E for ; Fri, 7 Aug 2009 13:50:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n77Do11t049752 for ; Fri, 7 Aug 2009 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n77Do1sU049751; Fri, 7 Aug 2009 13:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 7 Aug 2009 13:50:01 GMT Resent-Message-Id: <200908071350.n77Do1sU049751@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, Nikola Lecic Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3E6A1065678 for ; Fri, 7 Aug 2009 13:48:32 +0000 (UTC) (envelope-from nikola.lecic@anthesphoria.net) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0EF8FC16 for ; Fri, 7 Aug 2009 13:48:32 +0000 (UTC) Received: from anthesphoria.net (anthesphoria.net [200.46.204.219]) by anthesphoria.net (8.14.2/8.14.2) with ESMTP id n77DmWKB002378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Aug 2009 15:48:32 +0200 (CEST) (envelope-from nl@anthesphoria.net) Received: (from nl@localhost) by anthesphoria.net (8.14.2/8.14.2/Submit) id n77DmWSi002373; Fri, 7 Aug 2009 15:48:32 +0200 (CEST) (envelope-from nl) Message-Id: <200908071348.n77DmWSi002373@anthesphoria.net> Date: Fri, 7 Aug 2009 15:48:32 +0200 (CEST) From: Nikola Lecic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137519: [Maintainer] Add PORTSCOUT to prevent detection of nonexistent version; fix MASTER_SITES order X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikola Lecic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2009 13:50:02 -0000 >Number: 137519 >Category: ports >Synopsis: [Maintainer] Add PORTSCOUT to prevent detection of nonexistent version; fix MASTER_SITES order >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 07 13:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD black 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 13 19:04:54 CEST 2009 nikola@black:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1) portscout detects nonexistent version 0.9.1; the port is up-to-date and the last released version is 0.9.0: http://www.m17n.org/m17n-lib-en/download.html Added skipv accordingly. 2) Fix MASTER_SITES order (project homepage first). >How-To-Repeat: >Fix: --- m17n-im-config-0.9.0-portscout.diff begins here --- diff -Nur /usr/ports/textproc/m17n-im-config.orig/Makefile /usr/ports/textproc/m17n-im-config/Makefile --- /usr/ports/textproc/m17n-im-config.orig/Makefile 2009-08-07 15:10:26.000000000 +0200 +++ /usr/ports/textproc/m17n-im-config/Makefile 2009-08-07 15:40:39.000000000 +0200 @@ -9,8 +9,8 @@ PORTVERSION= 0.9.0 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://anthesphoria.net/FreeBSD/ports/distfiles/ \ - http://www.m17n.org/common/im-config/ +MASTER_SITES= http://www.m17n.org/common/im-config/ \ +MASTER_SITES= http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= A GUI for per-user configuration of m17n-lib input methods @@ -25,6 +25,8 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes +PORTSCOUT= skipv:0.9.1 + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" --- m17n-im-config-0.9.0-portscout.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: