From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 18 23:31:02 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 22EA410656A8 for ; Thu, 18 Jun 2009 23:30:39 +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 F25918FC27 for ; Thu, 18 Jun 2009 23:30:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5INUci7006469 for ; Thu, 18 Jun 2009 23:30:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5INUcta006467; Thu, 18 Jun 2009 23:30:38 GMT (envelope-from gnats) Resent-Date: Thu, 18 Jun 2009 23:30:38 GMT Resent-Message-Id: <200906182330.n5INUcta006467@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00301065672; Thu, 18 Jun 2009 23:25:00 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 908428FC16; Thu, 18 Jun 2009 23:25:00 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INOqQw028576; Thu, 18 Jun 2009 19:24:52 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INOqN3028575; Thu, 18 Jun 2009 19:24:52 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200906182324.n5INOqN3028575@frieza.p6m7g8.net> Date: Thu, 18 Jun 2009 19:24:52 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lth@FreeBSD.org Subject: ports/135795: [PATCH] textproc/p5-UML-Class-Simple: update to 0.18 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: Thu, 18 Jun 2009 23:31:03 -0000 >Number: 135795 >Category: ports >Synopsis: [PATCH] textproc/p5-UML-Class-Simple: update to 0.18 >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: Thu Jun 18 23:30:38 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 0.18 Port maintainer (lth@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-UML-Class-Simple-0.18.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-UML-Class-Simple/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 4 Nov 2008 19:07:37 -0000 1.8 +++ Makefile 18 Jun 2009 03:47:43 -0000 @@ -6,7 +6,7 @@ # PORTNAME= UML-Class-Simple -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Render simple UML class diagrams, by loading the code -RUN_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ +BUILD_DEPENDS= p5-Class-Inspector>=1.16:${PORTSDIR}/devel/p5-Class-Inspector \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ @@ -23,7 +23,7 @@ p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ dot:${PORTSDIR}/graphics/graphviz -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-UML-Class-Simple/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 4 Nov 2008 19:07:37 -0000 1.6 +++ distinfo 18 Jun 2009 03:47:48 -0000 @@ -1,3 +1,3 @@ -MD5 (UML-Class-Simple-0.17.tar.gz) = a1e07def7cca60331f657d5b1c82dfa0 -SHA256 (UML-Class-Simple-0.17.tar.gz) = 40408c10a67d163e8138a94da4b0f6d29b803243c96a9085ce9963050b401eb5 -SIZE (UML-Class-Simple-0.17.tar.gz) = 84516 +MD5 (UML-Class-Simple-0.18.tar.gz) = 252e2cfa111348cdee1d123f47b66197 +SHA256 (UML-Class-Simple-0.18.tar.gz) = b6b61cbdb0e90db2b59cc7d1de57beb4f8495bfa60dd2cc8d0a21302b357bd20 +SIZE (UML-Class-Simple-0.18.tar.gz) = 87830 --- p5-UML-Class-Simple-0.18.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: