Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2012 00:07:46 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305800 - head/textproc/p5-XML-DT
Message-ID:  <201210130007.q9D07knm001940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sat Oct 13 00:07:46 2012
New Revision: 305800
URL: http://svn.freebsd.org/changeset/ports/305800

Log:
  - Update to 0.62 [1]
  - Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1]
  - Trim Makefile header
  
  PR:		ports/168116 [1]
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
  Approved by:	tobez (maintainer timeout, 5 months) [1]
  		makc, avilla (mentors, implicit)
  Feature safe:	yes

Modified:
  head/textproc/p5-XML-DT/Makefile   (contents, props changed)
  head/textproc/p5-XML-DT/distinfo   (contents, props changed)

Modified: head/textproc/p5-XML-DT/Makefile
==============================================================================
--- head/textproc/p5-XML-DT/Makefile	Sat Oct 13 00:02:08 2012	(r305799)
+++ head/textproc/p5-XML-DT/Makefile	Sat Oct 13 00:07:46 2012	(r305800)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	textproc/p5-XML-DT
-# Date created:				01 January 2001
-# Whom:					Anton Berezin <tobez@tobez.org>
-#
+# Created by: Anton Berezin <tobez@tobez.org>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-DT
-PORTVERSION=	0.56
+PORTVERSION=	0.62
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Perl module for down translation of XML to strings
 
-COMMON_DEPENDS=	p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML \
+BUILD_DEPENDS=	p5-XML-LibXML>=1.54:${PORTSDIR}/textproc/p5-XML-LibXML \
 		p5-libwww>=1.35:${PORTSDIR}/www/p5-libwww \
 		p5-XML-DTDParser>=2.00:${PORTSDIR}/textproc/p5-XML-DTDParser
-BUILD_DEPENDS=	${COMMON_DEPENDS}
-RUN_DEPENDS=	${COMMON_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 

Modified: head/textproc/p5-XML-DT/distinfo
==============================================================================
--- head/textproc/p5-XML-DT/distinfo	Sat Oct 13 00:02:08 2012	(r305799)
+++ head/textproc/p5-XML-DT/distinfo	Sat Oct 13 00:07:46 2012	(r305800)
@@ -1,2 +1,2 @@
-SHA256 (XML-DT-0.56.tar.gz) = aa2060fffd4505dd87fd028b59af147cc75394a899c3c01ca077945fd327bb09
-SIZE (XML-DT-0.56.tar.gz) = 29322
+SHA256 (XML-DT-0.62.tar.gz) = 609cc817ba97e4481282705a350228c6fafe70260c327858202d5eb1c37e7864
+SIZE (XML-DT-0.62.tar.gz) = 30553



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210130007.q9D07knm001940>