ports/137519: [Maintainer] Add PORTSCOUT to prevent detection of nonexistent version; fix MASTER_SITES order

Nikola Lecic nikola.lecic at anthesphoria.net
Fri Aug 7 13:50:02 UTC 2009


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list