Bug 189273 - [PATCH] www/py-uliweb: update to 0.2.6
Summary: [PATCH] www/py-uliweb: update to 0.2.6
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-03 11:10 UTC by Muhammad Moinur Rahman
Modified: 2014-05-11 14:50 UTC (History)
1 user (show)

See Also:


Attachments
py-uliweb-0.2.6.patch (1.14 KB, patch)
2014-05-03 11:10 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Muhammad Moinur Rahman freebsd_committer freebsd_triage 2014-05-03 11:10:01 UTC
- Update to 0.2.6

For Committer's reference:
http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-uliweb/0.2.6/

Port maintainer (wen@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-03 11:10:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-11 14:41:07 UTC
Author: wen
Date: Sun May 11 13:41:03 2014
New Revision: 353687
URL: http://svnweb.freebsd.org/changeset/ports/353687
QAT: https://qat.redports.org/buildarchive/r353687/

Log:
  - Update to 0.2.6
  
  PR:		189273
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/www/py-uliweb/Makefile
  head/www/py-uliweb/distinfo

Modified: head/www/py-uliweb/Makefile
==============================================================================
--- head/www/py-uliweb/Makefile	Sun May 11 13:27:40 2014	(r353686)
+++ head/www/py-uliweb/Makefile	Sun May 11 13:41:03 2014	(r353687)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	uliweb
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,11 @@ DISTNAME=	Uliweb-${DISTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Easy python web framework
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
-USE_DOS2UNIX=		yes
+USES=			dos2unix
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_PKGNAME=	Uliweb
 
 .include <bsd.port.mk>

Modified: head/www/py-uliweb/distinfo
==============================================================================
--- head/www/py-uliweb/distinfo	Sun May 11 13:27:40 2014	(r353686)
+++ head/www/py-uliweb/distinfo	Sun May 11 13:41:03 2014	(r353687)
@@ -1,2 +1,2 @@
-SHA256 (Uliweb-0.2.5.tar.gz) = bd6d9532d5a1848f0c4c9571783ede29a7a9f76f535eeb8fa2221a96906c23fe
-SIZE (Uliweb-0.2.5.tar.gz) = 607114
+SHA256 (Uliweb-0.2.6.tar.gz) = 345a1e61f34c80ddfebd7d269ccc5b03d123c8bb8e39b75d95367ff5e9a9ea3b
+SIZE (Uliweb-0.2.6.tar.gz) = 608508
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2014-05-11 14:43:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!