Index: head/devel/py-interface/Makefile =================================================================== --- head/devel/py-interface/Makefile (revision 270058) +++ head/devel/py-interface/Makefile (revision 270059) @@ -1,35 +1,35 @@ # New ports collection makefile for: py-interface # Date created: 20 July 2009 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= interface -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel python MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py_${PORTNAME}-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org COMMENT= A Python implementation of an Erlang node USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py_${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME} post-install: @${TRUE} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${EXAMPLESDIR} .endif .include Property changes on: head/devel/py-interface/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/devel/py-interface/distinfo =================================================================== --- head/devel/py-interface/distinfo (revision 270058) +++ head/devel/py-interface/distinfo (revision 270059) @@ -1,3 +1,2 @@ -MD5 (py_interface-1.0.tar.gz) = 39a937bcb620d796bfa698cd7c0385c9 -SHA256 (py_interface-1.0.tar.gz) = 289eb321e6bdfed73cf0e57c5a592439d89d18859cecdb9db08205eb9e9a5f6b -SIZE (py_interface-1.0.tar.gz) = 72013 +SHA256 (py_interface-1.1.tar.gz) = a988269e52a3b9893c56868dc73cb30d4fd2718fb176e434695519480316e946 +SIZE (py_interface-1.1.tar.gz) = 72468 Property changes on: head/devel/py-interface/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property