Bug 190340 - [PATCH] www/py-textile: update to 2.1.8, take maintainership
Summary: [PATCH] www/py-textile: update to 2.1.8, take maintainership
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 11:20 UTC by Muhammad Moinur Rahman
Modified: 2014-05-30 06:40 UTC (History)
0 users

See Also:


Attachments
py-textile-2.1.8.patch (1.06 KB, patch)
2014-05-28 11:20 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-28 11:20:00 UTC
- Update to 2.1.8
- Take maintainership

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

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

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-30 06:31:58 UTC
Author: sunpoet
Date: Fri May 30 05:31:53 2014
New Revision: 355781
URL: http://svnweb.freebsd.org/changeset/ports/355781
QAT: https://qat.redports.org/buildarchive/r355781/

Log:
  - Update to 2.1.8
  - Pass maintainership to submitter
  - While I'm here:
    - Update USE_PYTHON
    - Change WWW to PyPI
  
  Changes:	https://github.com/ikirudennis/python-textile/commits/master
  PR:		ports/190340
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>

Modified:
  head/www/py-textile/Makefile
  head/www/py-textile/distinfo
  head/www/py-textile/pkg-descr

Modified: head/www/py-textile/Makefile
==============================================================================
--- head/www/py-textile/Makefile	Fri May 30 05:31:46 2014	(r355780)
+++ head/www/py-textile/Makefile	Fri May 30 05:31:53 2014	(r355781)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	textile
-PORTVERSION=	2.1.5
-PORTREVISION=	1
+PORTVERSION=	2.1.8
 CATEGORIES=	www textproc python
 MASTER_SITES=	CHEESESHOP \
 		GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Textile markup generator written in Python
 
 LICENSE=	BSD2CLAUSE
 
 PROJECTHOST=	pytextile
 
-USE_PYTHON=	2
+USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
 

Modified: head/www/py-textile/distinfo
==============================================================================
--- head/www/py-textile/distinfo	Fri May 30 05:31:46 2014	(r355780)
+++ head/www/py-textile/distinfo	Fri May 30 05:31:53 2014	(r355781)
@@ -1,2 +1,2 @@
-SHA256 (textile-2.1.5.tar.gz) = b22a2e2fcb0e6b55a39b181d978d4b7429abf8504b09442dc55756fa98d3bcf6
-SIZE (textile-2.1.5.tar.gz) = 16541
+SHA256 (textile-2.1.8.tar.gz) = c443f4bf0a31df9e707e615f869d4f51b08cdb222d17ca3009eda44f7cfd8629
+SIZE (textile-2.1.8.tar.gz) = 34002

Modified: head/www/py-textile/pkg-descr
==============================================================================
--- head/www/py-textile/pkg-descr	Fri May 30 05:31:46 2014	(r355780)
+++ head/www/py-textile/pkg-descr	Fri May 30 05:31:53 2014	(r355781)
@@ -1,4 +1,4 @@
 Textile is a Python implementation of the Textile
 (http://textism.com/tools/textile) markup language.
 
-WWW: http://loopcore.com/python-textile/
+WWW: https://pypi.python.org/pypi/textile
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 06:33:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!