From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 10 02:00:00 2013 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 ESMTP id 92ACBA43 for ; Sun, 10 Nov 2013 02:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 716772F14 for ; Sun, 10 Nov 2013 02:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAA200bD085837 for ; Sun, 10 Nov 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAA200kO085834; Sun, 10 Nov 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 10 Nov 2013 02:00:00 GMT Resent-Message-Id: <201311100200.rAA200kO085834@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 ESMTP id 832A47F5 for ; Sun, 10 Nov 2013 01:52:50 +0000 (UTC) (envelope-from bofh@bofh.1asiacom.net) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.109.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D860C2ED7 for ; Sun, 10 Nov 2013 01:52:49 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.7/8.14.7) with ESMTP id rAA1qlvV015773 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 10 Nov 2013 07:52:47 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rAA1qlmh015772; Sun, 10 Nov 2013 07:52:47 +0600 (BDT) (envelope-from bofh) Message-Id: <201311100152.rAA1qlmh015772@bofh.1asiacom.net> Date: Sun, 10 Nov 2013 07:52:47 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183830: [PATCH] devel/pear-OLE: Add LICENSE, take maintainership, Update to 1.0.0RC2 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: Sun, 10 Nov 2013 02:00:00 -0000 >Number: 183830 >Category: ports >Synopsis: [PATCH] devel/pear-OLE: Add LICENSE, take maintainership, Update to 1.0.0RC2 >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: Sun Nov 10 02:00:00 UTC 2013 >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 #3 r257540: Tue Nov 5 18:47:37 >Description: [DESCRIBE CHANGES] - Take maintainership - Add LICENSE - Update to 1.0.0RC2 Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- pear-OLE-1.0.0.r2.patch begins here --- diff -ruN /usr/ports//devel/pear-OLE/Makefile ./Makefile --- /usr/ports//devel/pear-OLE/Makefile 2013-09-20 23:13:42.000000000 +0600 +++ ./Makefile 2013-11-10 07:50:02.000000000 +0600 @@ -2,12 +2,14 @@ # $FreeBSD: devel/pear-OLE/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= OLE -DISTVERSION= 1.0.0RC1 +DISTVERSION= 1.0.0RC2 CATEGORIES= devel www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= PEAR class for reading and writing OLE containers +LICENSE= PHP202 + BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear diff -ruN /usr/ports//devel/pear-OLE/distinfo ./distinfo --- /usr/ports//devel/pear-OLE/distinfo 2012-07-14 19:54:48.000000000 +0600 +++ ./distinfo 2013-11-10 07:50:08.000000000 +0600 @@ -1,2 +1,2 @@ -SHA256 (PEAR/OLE-1.0.0RC1.tgz) = c3e16ac7ec7a3d0919cb3dffc8e16ed057b9db2e11cc7b6bff515d3a799e3021 -SIZE (PEAR/OLE-1.0.0RC1.tgz) = 12153 +SHA256 (PEAR/OLE-1.0.0RC2.tgz) = a0f3ad85845801ad8f7c6cf1695e048c960a72b183946613ddbca4567fed9164 +SIZE (PEAR/OLE-1.0.0RC2.tgz) = 13981 --- pear-OLE-1.0.0.r2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: