From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 10:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B435E1F6 for ; Sat, 3 May 2014 10:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904741B9C for ; Sat, 3 May 2014 10:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s43AA1ZU066476 for ; Sat, 3 May 2014 10:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43AA1AA066475; Sat, 3 May 2014 10:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 10:10:01 GMT Resent-Message-Id: <201405031010.s43AA1AA066475@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, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED251E4; Sat, 3 May 2014 10:07:22 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.110.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "bofh.1asiacom.net", Issuer "bofh.1asiacom.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EFF41B82; Sat, 3 May 2014 10:07:21 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.8/8.14.8) with ESMTP id s43A7HxU089621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 3 May 2014 16:07:17 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s43A7HLd089620; Sat, 3 May 2014 16:07:17 +0600 (BDT) (envelope-from root) Message-Id: <201405031007.s43A7HLd089620@bofh.1asiacom.net> Date: Sat, 3 May 2014 16:07:17 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189273: [PATCH] www/py-uliweb: update to 0.2.6 Cc: wen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 10:10:01 -0000 >Number: 189273 >Category: ports >Synopsis: [PATCH] www/py-uliweb: update to 0.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 03 10:10:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT >Description: - Update to 0.2.6 For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-uliweb/0.2.6/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py-uliweb-0.2.6.patch begins here --- diff -ruN /usr/ports//www/py-uliweb/Makefile ./Makefile --- /usr/ports//www/py-uliweb/Makefile 2014-02-27 15:45:26.000000000 +0600 +++ ./Makefile 2014-05-03 16:06:34.871094191 +0600 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/py-uliweb/Makefile 346308 2014-02-27 09:45:26Z wen $ PORTNAME= uliweb -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,11 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Easy python web framework -LICENSE= BSD +LICENSE= BSD2CLAUSE -USE_DOS2UNIX= yes +USES=dos2unix USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Uliweb .include diff -ruN /usr/ports//www/py-uliweb/distinfo ./distinfo --- /usr/ports//www/py-uliweb/distinfo 2014-02-27 15:45:26.000000000 +0600 +++ ./distinfo 2014-05-03 15:13:27.629314684 +0600 @@ -1,2 +1,2 @@ -SHA256 (Uliweb-0.2.5.tar.gz) = bd6d9532d5a1848f0c4c9571783ede29a7a9f76f535eeb8fa2221a96906c23fe -SIZE (Uliweb-0.2.5.tar.gz) = 607114 +SHA256 (Uliweb-0.2.6.tar.gz) = 345a1e61f34c80ddfebd7d269ccc5b03d123c8bb8e39b75d95367ff5e9a9ea3b +SIZE (Uliweb-0.2.6.tar.gz) = 608508 --- py-uliweb-0.2.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: