Index: head/textproc/codespell/Makefile =================================================================== --- head/textproc/codespell/Makefile (revision 287166) +++ head/textproc/codespell/Makefile (revision 287167) @@ -1,50 +1,50 @@ # New ports collection makefile for: codespell # Date created: 6 August 2011 # Whom: Glen Barber # # $FreeBSD$ # PORTNAME= codespell -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ MAINTAINER= gjb@FreeBSD.org COMMENT= Source code spelling checker LICENSE= GPLv2 USE_PYTHON= 3.1+ PLIST_FILES= bin/codespell PORTDOCS= COPYING README TODO PORTEXAMPLES= * SUB_FILES+= pkg-message .include do-build: ${REINPLACE_CMD} 's|#!/usr/bin/env python3|#!${LOCALBASE}/bin/${PYTHON_VERSION}|' \ ${WRKSRC}/codespell.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/codespell.py ${PREFIX}/bin/codespell post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} . endfor .endif .for i in data example @${MKDIR} ${EXAMPLESDIR}/${i} @${INSTALL_DATA} ${WRKSRC}/${i}/* ${EXAMPLESDIR}/${i} .endfor @${CAT} ${PKGMESSAGE} .include Property changes on: head/textproc/codespell/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/codespell/distinfo =================================================================== --- head/textproc/codespell/distinfo (revision 287166) +++ head/textproc/codespell/distinfo (revision 287167) @@ -1,2 +1,2 @@ -SHA256 (codespell-1.2.tar.gz) = 2583f3d2fbc8f4eb5d86fae2b475fe7a0456eba6fbbe560444529f08c3377d63 -SIZE (codespell-1.2.tar.gz) = 43266 +SHA256 (codespell-1.3.tar.gz) = 8224f8b76197bab9d4115a20003e3512f82522895bb10b6f3a718c1f35f0ecdd +SIZE (codespell-1.3.tar.gz) = 43363 Property changes on: head/textproc/codespell/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property