From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 14 04:10:05 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 C4C4F106568D for ; Fri, 14 Aug 2009 04:10:05 +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 9DBC88FC52 for ; Fri, 14 Aug 2009 04:10:05 +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 n7E4A5Mv073611 for ; Fri, 14 Aug 2009 04:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7E4A5aN073607; Fri, 14 Aug 2009 04:10:05 GMT (envelope-from gnats) Resent-Date: Fri, 14 Aug 2009 04:10:05 GMT Resent-Message-Id: <200908140410.n7E4A5aN073607@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, Anonymous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36FBE1065690 for ; Fri, 14 Aug 2009 04:09:40 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id B990C8FC64 for ; Fri, 14 Aug 2009 04:09:39 +0000 (UTC) Received: by ewy2 with SMTP id 2so559559ewy.43 for ; Thu, 13 Aug 2009 21:09:38 -0700 (PDT) Received: by 10.210.139.5 with SMTP id m5mr266699ebd.55.1250222978633; Thu, 13 Aug 2009 21:09:38 -0700 (PDT) Received: from localhost (95-24-65-148.broadband.corbina.ru [95.24.65.148]) by mx.google.com with ESMTPS id 28sm3612407eye.54.2009.08.13.21.09.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 Aug 2009 21:09:37 -0700 (PDT) Message-Id: <86vdkrvxxd.fsf@gmail.com> Date: Fri, 14 Aug 2009 08:09:34 +0400 From: Anonymous To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137756: [patch] net/py-miniupnpc: add python virtual category X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2009 04:10:05 -0000 >Number: 137756 >Category: ports >Synopsis: [patch] net/py-miniupnpc: add python virtual category >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 14 04:10:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD 8.0-BETA2 #0 r196037M: Sun Aug 2 15:30:58 UTC 2009 root@luffy:/usr/obj/usr/src/sys/PHOENIX amd64 >Description: py-miniupnpc is *not* a standalone app, so add it to python category. >How-To-Repeat: >Fix: --- py-miniupnpc.diff begins here --- Index: net/miniupnpc/Makefile =================================================================== RCS file: /home/csup/ports/net/miniupnpc/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- net/miniupnpc/Makefile 13 Aug 2009 14:52:01 -0000 1.8 +++ net/miniupnpc/Makefile 14 Aug 2009 03:36:45 -0000 @@ -8,7 +8,7 @@ PORTNAME= miniupnpc PORTVERSION= 1.3 PORTREVISION= 1 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= http://miniupnp.free.fr/files/ MAINTAINER= dinoex@FreeBSD.org Index: net/py-miniupnpc/Makefile =================================================================== RCS file: /home/csup/ports/net/py-miniupnpc/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- net/py-miniupnpc/Makefile 13 Aug 2009 14:55:58 -0000 1.1 +++ net/py-miniupnpc/Makefile 14 Aug 2009 03:40:19 -0000 @@ -5,6 +5,7 @@ # $FreeBSD: ports/net/py-miniupnpc/Makefile,v 1.1 2009/08/13 14:55:58 dinoex Exp $ # +CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} COMMENT= Python module for miniupnpc --- py-miniupnpc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: