diff -ruN xml-security.orig/Makefile xml-security/Makefile --- xml-security.orig/Makefile 2011-09-18 14:15:47.000000000 +0000 +++ xml-security/Makefile 2011-09-18 17:12:20.000000000 +0000 @@ -6,11 +6,12 @@ # PORTNAME= xml-security -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= security java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= santuario/java-library DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./_/g} +PKGNAMEPREFIX= apache- MAINTAINER= ale@FreeBSD.org COMMENT= A Java library for XML Signature and Encryption diff -ruN xml-security.orig/distinfo xml-security/distinfo --- xml-security.orig/distinfo 2011-09-18 14:15:47.000000000 +0000 +++ xml-security/distinfo 2011-09-18 14:21:14.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (xml-security-src-1_4_4.zip) = bde5ad7b2ed63df2237dd005126ff11d68168c02166ededbcf15d3e1e3928abb -SIZE (xml-security-src-1_4_4.zip) = 2037548 +SHA256 (xml-security-src-1_4_5.zip) = 4fa3c08b2098389803c9407315b6c4d064430f2b5358b12d3bd6d9c8cdb4fd8f +SIZE (xml-security-src-1_4_5.zip) = 2044303 diff -ruN xml-security.orig/pkg-descr xml-security/pkg-descr --- xml-security.orig/pkg-descr 2011-09-18 14:15:47.000000000 +0000 +++ xml-security/pkg-descr 2011-09-18 14:18:30.000000000 +0000 @@ -1,3 +1,5 @@ +Apache XML Security for Java + The Apache-XML-Security-J supports XML-Signature Syntax and Processing, W3C Recommendation 12 February 2002 and XML Encryption Syntax and Processing, W3C Recommendation 10 December 2002. @@ -7,7 +9,7 @@ Java API for XML Encryption JSR-106: XML Digital Encryption APIs is in progress and is not final, so this API is not yet supported. -WWW: http://santuario.apache.org/Java/ +WWW: http://santuario.apache.org/javaindex.html - Alex Dupre ale@FreeBSD.org