Index: head/textproc/rxp/Makefile =================================================================== --- head/textproc/rxp/Makefile (revision 100777) +++ head/textproc/rxp/Makefile (revision 100778) @@ -1,31 +1,31 @@ # New ports collection Makefile for: rxp # Date created: 12 Jan 2001 # Whom: jkoshy # # $FreeBSD$ # PORTNAME= rxp -PORTVERSION= 1.2.5 +PORTVERSION= 1.3.0 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/ MAINTAINER= jkoshy@freebsd.org COMMENT= A validating XML parser written in C MAN1= rxp.1 RXP_HEADERS= charset.h ctype16.h dtd.h hash.h input.h namespaces.h \ rxputil.h stdio16.h string16.h system.h url.h version.h \ xmlparser.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rxp ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/librxp.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/rxp.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/include/rxp .for h in ${RXP_HEADERS} ${INSTALL_DATA} ${WRKSRC}/${h} ${PREFIX}/include/rxp .endfor .include Property changes on: head/textproc/rxp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/rxp/distinfo =================================================================== --- head/textproc/rxp/distinfo (revision 100777) +++ head/textproc/rxp/distinfo (revision 100778) @@ -1 +1 @@ -MD5 (rxp-1.2.5.tar.gz) = ee57e34c88ce3460f7b3bd40af744ab4 +MD5 (rxp-1.3.0.tar.gz) = c894ea89b22ce398a830d8d6bf650fc8 Property changes on: head/textproc/rxp/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property