diff --git a/www/py-formencode/Makefile b/www/py-formencode/Makefile index d7a1315ddc3d..e7f052abd640 100644 --- a/www/py-formencode/Makefile +++ b/www/py-formencode/Makefile @@ -1,40 +1,40 @@ # New ports collection makefile for: py-formencode # Date created: 2005-11-16 # Whom: Choe, Cheng-Dae # # $FreeBSD$ # PORTNAME= formencode -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FormEncode-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= HTML form validation, generation, and conversion package USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_GETTEXT= yes PYDISTUTILS_PKGNAME= FormEncode DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include diff --git a/www/py-formencode/distinfo b/www/py-formencode/distinfo index c90df249e1e2..0dccb13564d5 100644 --- a/www/py-formencode/distinfo +++ b/www/py-formencode/distinfo @@ -1,3 +1,3 @@ -MD5 (FormEncode-1.2.1.tar.gz) = 7030996497f3cf012bc9e99b4ca3e920 -SHA256 (FormEncode-1.2.1.tar.gz) = be21e3d5fa2edd1f5ff5952f67e6574dae15a027b26415910dfe813902fd5985 -SIZE (FormEncode-1.2.1.tar.gz) = 191426 +MD5 (FormEncode-1.2.2.tar.gz) = da23d54af521d1feab12b4caf30e3111 +SHA256 (FormEncode-1.2.2.tar.gz) = 00ee843627ffef481e6fe2db9f928b4061c82ecdd739e968528a892b40f1da9a +SIZE (FormEncode-1.2.2.tar.gz) = 192506