svn commit: r363014 - head/textproc/p5-HTML-Copy

Yen-Ming Lee leeym at FreeBSD.org
Sun Jul 27 06:40:29 UTC 2014


Author: leeym
Date: Sun Jul 27 06:40:28 2014
New Revision: 363014
URL: http://svnweb.freebsd.org/changeset/ports/363014
QAT: https://qat.redports.org/buildarchive/r363014/

Log:
  - update to 1.31

Modified:
  head/textproc/p5-HTML-Copy/Makefile
  head/textproc/p5-HTML-Copy/distinfo

Modified: head/textproc/p5-HTML-Copy/Makefile
==============================================================================
--- head/textproc/p5-HTML-Copy/Makefile	Sun Jul 27 06:01:54 2014	(r363013)
+++ head/textproc/p5-HTML-Copy/Makefile	Sun Jul 27 06:40:28 2014	(r363014)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	HTML-Copy
-PORTVERSION=	1.30
+PORTVERSION=	1.31
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-DISTNAME=	${PORTNAME}-${PORTVERSION:C/0+$//}
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Copy a HTML file without breaking links
 
-BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
-		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
-		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+RUN_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-HTML-Parser>=3.4:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-HTML-Copy/distinfo
==============================================================================
--- head/textproc/p5-HTML-Copy/distinfo	Sun Jul 27 06:01:54 2014	(r363013)
+++ head/textproc/p5-HTML-Copy/distinfo	Sun Jul 27 06:40:28 2014	(r363014)
@@ -1,2 +1,2 @@
-SHA256 (HTML-Copy-1.3.tar.gz) = 2ef93c6fb0f59acea84f75f68b1366926a68ab027375fb761be282397dad83d4
-SIZE (HTML-Copy-1.3.tar.gz) = 7285
+SHA256 (HTML-Copy-1.31.tar.gz) = b0b419574e1a7383e90be5b9100d67d1b151ff523a1697106b4e57a5f5d8c023
+SIZE (HTML-Copy-1.31.tar.gz) = 7701


More information about the svn-ports-all mailing list