From owner-freebsd-python@FreeBSD.ORG Thu Feb 22 13:59:08 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B9DF16A401 for ; Thu, 22 Feb 2007 13:59:08 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from vsmtp4.tin.it (vsmtp4.tin.it [212.216.176.224]) by mx1.freebsd.org (Postfix) with ESMTP id 5173F13C48D for ; Thu, 22 Feb 2007 13:59:08 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from localhost (87.15.160.61) by vsmtp4.tin.it (7.2.072.1) id 45DC5421001B3A4A for python@FreeBSD.org; Thu, 22 Feb 2007 14:48:03 +0100 Received: (qmail 3175 invoked by uid 0); 22 Feb 2007 13:46:54 -0000 Date: 22 Feb 2007 13:46:54 -0000 Message-ID: <20070222134654.3174.qmail@arancino> From: nivit@FreeBSD.org (Nicola Vitale) To: FreeBSD-gnats-submit@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org Subject: [PATCH] www/py-tgwebservices: update to 1.0.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Feb 2007 13:59:08 -0000 >Submitter-Id: current-users >Originator: Nicola Vitale >Organization: >Confidential: no >Synopsis: [PATCH] www/py-tgwebservices: update to 1.0.2 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-STABLE i386 >Environment: System: FreeBSD arancino.domo.sva 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon Jan 15 17:21:21 CET 2007 >Description: - Update to 1.0.2 Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-tgwebservices-1.0.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/py-tgwebservices/Makefile /usr/ports/www/py-tgwebservices.update-1.0.2/Makefile --- /usr/ports/www/py-tgwebservices/Makefile Sat Feb 17 15:52:39 2007 +++ /usr/ports/www/py-tgwebservices.update-1.0.2/Makefile Thu Feb 22 13:25:00 2007 @@ -6,7 +6,7 @@ # PORTNAME= tgwebservices -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= www python MASTER_SITES= http://cheeseshop.python.org/packages/source/T/${PYTGWEBSERVICES}/ \ LOCAL/nivit/${PYTGWEBSERVICES}/ diff -ruN --exclude=CVS /usr/ports/www/py-tgwebservices/distinfo /usr/ports/www/py-tgwebservices.update-1.0.2/distinfo --- /usr/ports/www/py-tgwebservices/distinfo Sat Feb 17 15:52:39 2007 +++ /usr/ports/www/py-tgwebservices.update-1.0.2/distinfo Thu Feb 22 13:19:00 2007 @@ -1,3 +1,3 @@ -MD5 (TGWebServices-1.0.1.tar.gz) = 784afc4194379683a1bcfe7fb70fad10 -SHA256 (TGWebServices-1.0.1.tar.gz) = caf78427e99718f39d0f33ca45b59ee7cf61a33ac4bea6797c503d0a6b13df5c -SIZE (TGWebServices-1.0.1.tar.gz) = 19082 +MD5 (TGWebServices-1.0.2.tar.gz) = 6e5aa73526ab0886bb5db5a8d7615823 +SHA256 (TGWebServices-1.0.2.tar.gz) = a6e36b0f522a5f9479a8e00bc29c8be3ed138bca10a4c6281fda3a77c4e599b1 +SIZE (TGWebServices-1.0.2.tar.gz) = 17460 diff -ruN --exclude=CVS /usr/ports/www/py-tgwebservices/pkg-plist /usr/ports/www/py-tgwebservices.update-1.0.2/pkg-plist --- /usr/ports/www/py-tgwebservices/pkg-plist Sat Feb 17 15:52:39 2007 +++ /usr/ports/www/py-tgwebservices.update-1.0.2/pkg-plist Thu Feb 22 13:23:00 2007 @@ -25,8 +25,6 @@ %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/templates/__init__.py %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/templates/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/templates/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/templates/soap.html -%%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/templates/wsdl.html %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/tests/__init__.py %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYTGWEBSERVICES_EGG%%/tgwebservices/tests/__init__.pyo --- py24-tgwebservices-1.0.2.patch ends here ---