From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 13:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2C70945 for ; Sat, 3 May 2014 13:30:00 +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 9F8EE1C9A for ; Sat, 3 May 2014 13:30:00 +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 s43DU0WN039106 for ; Sat, 3 May 2014 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43DU0Ch039104; Sat, 3 May 2014 13:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 13:30:00 GMT Resent-Message-Id: <201405031330.s43DU0Ch039104@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19323787; Sat, 3 May 2014 13:26:14 +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 5F7591C8B; Sat, 3 May 2014 13:26:13 +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 s43DQANn098733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 3 May 2014 19:26:10 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.8/8.14.8/Submit) id s43DQAWO098732; Sat, 3 May 2014 19:26:10 +0600 (BDT) (envelope-from root) Message-Id: <201405031326.s43DQAWO098732@bofh.1asiacom.net> Date: Sat, 3 May 2014 19:26:10 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189314: [PATCH] textproc/py-markdown2: update to 2.2.1 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 13:30:00 -0000 >Number: 189314 >Category: ports >Synopsis: [PATCH] textproc/py-markdown2: update to 2.2.1 >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 13:30:00 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 2.2.1 - Added LICENSE For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-markdown2/2.2.1/ Port maintainer (wen@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py-markdown2-2.2.1.patch begins here --- diff -ruN /usr/ports//textproc/py-markdown2/Makefile ./Makefile --- /usr/ports//textproc/py-markdown2/Makefile 2014-03-10 23:25:25.000000000 +0600 +++ ./Makefile 2014-05-03 19:22:27.717290589 +0600 @@ -2,8 +2,7 @@ # $FreeBSD: head/textproc/py-markdown2/Makefile 347786 2014-03-10 17:25:25Z bapt $ PORTNAME= markdown2 -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A fast and complete Python implementation of Markdown +LICENSE= MIT + USES= zip USE_PYTHON= yes USE_PYDISTUTILS= yes diff -ruN /usr/ports//textproc/py-markdown2/distinfo ./distinfo --- /usr/ports//textproc/py-markdown2/distinfo 2014-01-22 21:30:13.000000000 +0600 +++ ./distinfo 2014-05-03 19:21:02.499290676 +0600 @@ -1,2 +1,2 @@ -SHA256 (markdown2-2.1.0.zip) = 8291805f3412bbcb44a26b51edd76a5b77428af35b325e9db97607a859e7ddbb -SIZE (markdown2-2.1.0.zip) = 128768 +SHA256 (markdown2-2.2.1.zip) = 1e529b016e094402ba1a632f9db77eb168cd085d7cb81309a55b33c3e72999b9 +SIZE (markdown2-2.2.1.zip) = 138508 --- py-markdown2-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: