Bug 94918 - [maintainer-update] www/pyweblib: update to new version 1.3.4
Summary: [maintainer-update] www/pyweblib: update to new version 1.3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-25 00:40 UTC by Boris B.Samorodov
Modified: 2006-03-26 15:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2006-03-25 00:40:09 UTC
	New version of www/pyweblib is released:
	http://www.stroeder.com/pylib/PyWebLib/

	News since 1.3.3:

	2006-10-03      PyWebLib 1.3.4
	- New method pyweblib.Field.titleHTML() implements appropriate
	  escaping of HTML character entities in title strings.

Fix: 

WBR
-- 
bsam--SW8kbhx6a6hvwCrheIQfHOrlqhapvQvvBV7OVdWkQD3sCOUU
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN pyweblib.orig/Makefile pyweblib/Makefile
--- pyweblib.orig/Makefile	Fri Mar 24 23:44:44 2006
+++ pyweblib/Makefile	Sat Mar 25 00:34:35 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pyweblib
-PORTVERSION=	1.3.3
-PORTREVISION=	1
+PORTVERSION=	1.3.4
 CATEGORIES=	www
 MASTER_SITES=	http://www.stroeder.com/pylib/PyWebLib/download/ \
 		ftp://ftp.ipt.ru/pub/download/
@@ -19,8 +18,7 @@
 USE_PYDISTUTILS=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME:S=-src==}
 
-DOCS=		PyWebLib.html \
-		pydoc/pyweblib.forms.html \
+DOCS=		pydoc/pyweblib.forms.html \
 		pydoc/pyweblib.helper.html \
 		pydoc/pyweblib.html \
 		pydoc/pyweblib.httphelper.html \
diff -ruN pyweblib.orig/distinfo pyweblib/distinfo
--- pyweblib.orig/distinfo	Fri Mar 24 23:44:44 2006
+++ pyweblib/distinfo	Sat Mar 25 00:05:03 2006
@@ -1,3 +1,3 @@
-MD5 (pyweblib-1.3.3.tar.gz) = 755b6d474ea584194afb9c4474df0b2a
-SHA256 (pyweblib-1.3.3.tar.gz) = 80187b86aa67c656d361819dd1530499073c9050e5d9cc89487fea6ee056c269
-SIZE (pyweblib-1.3.3.tar.gz) = 32827
+MD5 (pyweblib-1.3.4.tar.gz) = 762492fb70db7d044e7dc2a420c4f075
+SHA256 (pyweblib-1.3.4.tar.gz) = 10a02ede6ffab24c7305191ef36fe07c1d1c1dab57fd333a2946a4b158020e27
+SIZE (pyweblib-1.3.4.tar.gz) = 32176
diff -ruN pyweblib.orig/pkg-plist pyweblib/pkg-plist
--- pyweblib.orig/pkg-plist	Fri Mar 24 23:44:44 2006
+++ pyweblib/pkg-plist	Sat Mar 25 00:33:51 2006
@@ -25,7 +25,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/pydoc/pyweblib.httphelper.html
 %%PORTDOCS%%%%DOCSDIR%%/pydoc/pyweblib.session.html
 %%PORTDOCS%%%%DOCSDIR%%/pydoc/pyweblib.sslenv.html
-%%PORTDOCS%%%%DOCSDIR%%/PyWebLib.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/pydoc
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @comment -
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-03-26 15:49:05 UTC
State Changed
From-To: open->closed

Committed, thanks!