Index: head/comms/py-serial/Makefile =================================================================== --- head/comms/py-serial/Makefile (revision 222246) +++ head/comms/py-serial/Makefile (revision 222247) @@ -1,35 +1,35 @@ # New ports collection makefile for: py-serial # Date created: 26 February 2002 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= serial -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= comms python MASTER_SITES= SF MASTER_SITE_SUBDIR= pyserial PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyserial-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= Serial port encapsulation library for Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= pyserial PORTDOCS= *.txt DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/*.txt ${DOCSDIR} ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif .include Property changes on: head/comms/py-serial/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/comms/py-serial/distinfo =================================================================== --- head/comms/py-serial/distinfo (revision 222246) +++ head/comms/py-serial/distinfo (revision 222247) @@ -1,3 +1,3 @@ -MD5 (pyserial-2.3.tar.gz) = 707b884fc180b568e207e3bb69b6ce7d -SHA256 (pyserial-2.3.tar.gz) = e717c53ad9950b4b2340d517ddfc1eb45f34afb238fbf10fbc295f8b3a9c867b -SIZE (pyserial-2.3.tar.gz) = 42138 +MD5 (pyserial-2.4.tar.gz) = eec19df59fd75ba5a136992897f8e468 +SHA256 (pyserial-2.4.tar.gz) = 6b6a9e3d2fd5978c92c843e0109918a4bcac481eecae316254481c0e0f7e73c8 +SIZE (pyserial-2.4.tar.gz) = 44723 Property changes on: head/comms/py-serial/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property