Index: head/ftp/py-ftputil/Makefile =================================================================== --- head/ftp/py-ftputil/Makefile (revision 191071) +++ head/ftp/py-ftputil/Makefile (revision 191072) @@ -1,40 +1,40 @@ # New ports collection makefile for: py-ftputil # Date created: 2006-12-25 # Whom: Li-Wen Hsu # # $FreeBSD$ # PORTNAME= ftputil -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= ftp python MASTER_SITES= # http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-level FTP client library USE_PYTHON= yes USE_PYDISTUTILS= yes .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOC_FILES= README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt .endif .include do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/${DISTNAME}${EXTRACT_SUFX}?format=raw" .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/ftp/py-ftputil/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/ftp/py-ftputil/distinfo =================================================================== --- head/ftp/py-ftputil/distinfo (revision 191071) +++ head/ftp/py-ftputil/distinfo (revision 191072) @@ -1,3 +1,3 @@ -MD5 (ftputil-2.2.1.tar.gz) = 990afe30797a11b81afb890a4ed025b9 -SHA256 (ftputil-2.2.1.tar.gz) = b8a26030b9ae92e9e2ecf21a14a58faa7c798e8a14332b1b62a365d95bc3cc13 -SIZE (ftputil-2.2.1.tar.gz) = 83601 +MD5 (ftputil-2.2.2.tar.gz) = 8fca17c1a8b4b0ac384e87f9e8a36de9 +SHA256 (ftputil-2.2.2.tar.gz) = c7ea7738b74da6439143fff86df7bff17cc668b27c3b761c5a7ee80a8e620093 +SIZE (ftputil-2.2.2.tar.gz) = 84830 Property changes on: head/ftp/py-ftputil/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property