Hello, here's an update for www/p5-CGI-XMLApplication, this diff updates the port to version 1.1.3.
Changes between 1.1.1 (in-tree) and 1.1.3 (this diff) are:
better documentation, a redirection handling fix, run() now accepts a hash
reference or an object as context.
I also added myself as MAINTAINER, added PKG_ARCH=* and updated the
RUN_DEPENDS.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/p5-CGI-XMLApplication/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile 2005/09/23 19:41:45 1.14
+++ Makefile 2006/01/16 22:07:48
@@ -2,11 +2,13 @@
COMMENT= "object oriented interface for CGI script applications"
-VERSION= 1.1.1
+VERSION= 1.1.3
DISTNAME= CGI-XMLApplication-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
+MAINTAINER= Jasper Lievisse Adriaanse <[EMAIL PROTECTED]>
+
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@@ -15,9 +17,11 @@
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
-RUN_DEPENDS= :p5-XML-LibXSLT->=1.08:textproc/p5-XML-LibXSLT
+RUN_DEPENDS= :p5-XML-LibXML->=1.10:textproc/p5-XML-LibXML \
+ :p5-XML-LibXSLT->=1.08:textproc/p5-XML-LibXSLT
BUILD_DEPENDS= ${RUN_DEPENDS}
-CONFIGURE_STYLE= perl
+CONFIGURE_STYLE= perl
+PKG_ARCH= *
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/p5-CGI-XMLApplication/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 2005/01/05 17:38:57 1.3
+++ distinfo 2006/01/16 22:07:48
@@ -1,4 +1,4 @@
-MD5 (CGI-XMLApplication-1.1.1.tar.gz) = 128b23f5b297f0730bf454a05cd7a777
-RMD160 (CGI-XMLApplication-1.1.1.tar.gz) =
25b76fa10645a3739bc1698d7588f698307ceaa0
-SHA1 (CGI-XMLApplication-1.1.1.tar.gz) =
d8469bd3c91dab1e5c5d6b3b8fd21080221fd5dd
-SIZE (CGI-XMLApplication-1.1.1.tar.gz) = 21614
+MD5 (CGI-XMLApplication-1.1.3.tar.gz) = b92fa76add58b5de50886b6247b6c77a
+RMD160 (CGI-XMLApplication-1.1.3.tar.gz) =
c6ffb4913886caaa7e53f24bbe03b66fd01c68ad
+SHA1 (CGI-XMLApplication-1.1.3.tar.gz) =
1245be4f9f9c29df764ab83a818cecdbd0bee20f
+SIZE (CGI-XMLApplication-1.1.3.tar.gz) = 21958
Cheers,
Jasper
--
"Security is decided by quality" -- Theo de Raadt
pgpRbBzIcg44C.pgp
Description: PGP signature
