Index: head/textproc/svn2cl/Makefile =================================================================== --- head/textproc/svn2cl/Makefile (revision 224570) +++ head/textproc/svn2cl/Makefile (revision 224571) @@ -1,42 +1,41 @@ # New ports collection makefile for: svn2cl # Date created: 20 December 2006 # Whom: Alexander Logvinov # # $FreeBSD$ # PORTNAME= svn2cl -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.11 CATEGORIES= textproc MASTER_SITES= http://ch.tudelft.nl/~arthur/svn2cl/ MAINTAINER= ports@logvinov.com COMMENT= Subversion ChangeLog generator RUN_DEPENDS= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion NO_BUILD= yes MAN1= ${PORTNAME}.1 PORTDOCS= ChangeLog NEWS README TODO DATAFILES= authors.xml svn2cl.xsl svn2html.css svn2html.xsl post-patch: @${REINPLACE_CMD} -e 's|XSL="$$dir|XSL="${DATADIR}|' ${WRKSRC}/${PORTNAME}.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 @${MKDIR} ${DATADIR} .for i in ${DATAFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR} .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/textproc/svn2cl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/textproc/svn2cl/distinfo =================================================================== --- head/textproc/svn2cl/distinfo (revision 224570) +++ head/textproc/svn2cl/distinfo (revision 224571) @@ -1,3 +1,3 @@ -MD5 (svn2cl-0.10.tar.gz) = f947d168b72530d3e11452f326955cf2 -SHA256 (svn2cl-0.10.tar.gz) = 94d59e7c7e74287dbe148f8ea32df861778588c3d38f9960598719025afab963 -SIZE (svn2cl-0.10.tar.gz) = 17490 +MD5 (svn2cl-0.11.tar.gz) = 55eb88893a6d5330cadb39e59d53e0f8 +SHA256 (svn2cl-0.11.tar.gz) = 9225bd3a5bfd6510621e39891e5bc5d594acb426198bd3d17f4a8c29e8ed5ec2 +SIZE (svn2cl-0.11.tar.gz) = 17672 Property changes on: head/textproc/svn2cl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property