Date: Fri, 7 Aug 2009 15:48:32 +0200 (CEST) From: Nikola Lecic <nikola.lecic@anthesphoria.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137519: [Maintainer] Add PORTSCOUT to prevent detection of nonexistent version; fix MASTER_SITES order Message-ID: <200908071348.n77DmWSi002373@anthesphoria.net> Resent-Message-ID: <200908071350.n77Do1sU049751@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908071348.n77DmWSi002373>