From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 20 05:00:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5557F36 for ; Tue, 20 Nov 2012 05:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 98E548FC15 for ; Tue, 20 Nov 2012 05:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAK5000v088869 for ; Tue, 20 Nov 2012 05:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAK500oW088868; Tue, 20 Nov 2012 05:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 20 Nov 2012 05:00:00 GMT Resent-Message-Id: <201211200500.qAK500oW088868@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, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E85E6E74 for ; Tue, 20 Nov 2012 04:51:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B28A48FC08 for ; Tue, 20 Nov 2012 04:51:49 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAK4pnOu028763 for ; Tue, 20 Nov 2012 04:51:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id qAK4pnxH028748; Tue, 20 Nov 2012 04:51:49 GMT (envelope-from nobody) Message-Id: <201211200451.qAK4pnxH028748@red.freebsd.org> Date: Tue, 20 Nov 2012 04:51:49 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/173732: [PATCH] www/cherokee audio/bmp-crossfade add in PORTSCOUT ignores X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 05:00:00 -0000 >Number: 173732 >Category: ports >Synopsis: [PATCH] www/cherokee audio/bmp-crossfade add in PORTSCOUT ignores >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: Tue Nov 20 05:00:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: >Organization: na >Environment: >Description: Fix portscout mentioning cherokee 1.2.2 is avail and fix bmp-crossfade as it's broken on newer versions. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: bmp-crossfade/Makefile ================================================================== --- bmp-crossfade/Makefile +++ bmp-crossfade/Makefile @@ -1,9 +1,14 @@ -# Created by: Andrew Pantyukhin +# New ports collection makefile for: bmp-crossfade +# Date created: 1 January 2006 +# Whom: Andrew Pantyukhin +# # $FreeBSD: head/audio/bmp-crossfade/Makefile 300895 2012-07-14 12:56:14Z beat $ +# +PORTSCOUT= limit:^0\.3\.12 APP= bmp LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player MASTERDIR= ${.CURDIR}/../xmms-crossfade .include "${MASTERDIR}/Makefile" Index: cherokee/Makefile ================================================================== --- cherokee/Makefile +++ cherokee/Makefile @@ -29,10 +29,19 @@ http://cherokee.labs.itb.ac.id/1.2/\${PORTVERSION}/ \ http://mirror.cpsc.ucalgary.ca/mirror/cherokee/1.2/\${PORTVERSION}/ \ http://www.feel3.de/mirrors/cherokee/1.2/\${PORTVERSION}/ \ http://cherokee.pubcrawler.com/1.2/\${PORTVERSION}/ +# Disabled mirrors +# due to 404 +# http://cherokee-project.pl/mirror/cherokee/1.0/${PORTVERSION}/ \ +# http://ftp.saix.net/Cherokee/1.0/${PORTVERSION}/ \ +# http://sunsite.rediris.es/mirror/cherokee/1.0/\${PORTVERSION}/ + +# due to site down +# http://mirror.apung.web.id/cherokee/1.0/\${PORTVERSION}/ \ + MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Extremely fast and flexible web server USE_GNOME= gnomehack USE_PKGCONFIG= build @@ -77,11 +86,11 @@ OPTIONS_DEFAULT= IPV6 GEOIP ADMIN ADMIN_DESC= Build the Admin Interface INTPCRE_DESC= Use internal PCRE library RRDTOOL_DESC= Usage graphs support UWSGI_DESC= uWSGI support - +PORTSCOUT= limit:^1\.2\.102 .include .if ${PORT_OPTIONS:MADMIN} USE_PYTHON= 2.5+ PLIST_SUB+= ADMIN="" >Release-Note: >Audit-Trail: >Unformatted: