Bug 181371 - [MAINTAINER] www/pyblosxom: update to 1.5.3
Summary: [MAINTAINER] www/pyblosxom: update to 1.5.3
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: 2013-08-18 09:50 UTC by jun-g
Modified: 2013-08-18 15:40 UTC (History)
0 users

See Also:


Attachments
pyblosxom.patch (3.88 KB, patch)
2013-08-18 09:50 UTC, jun-g
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jun-g 2013-08-18 09:50:01 UTC

- Update to 1.5.3
- Trim Makefile's header
- Change MASTER_SITES and WWW
- Convert to new options framework
Comment 1 Wen Heping freebsd_committer freebsd_triage 2013-08-18 15:18:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-18 15:37:01 UTC
Author: wen
Date: Sun Aug 18 14:36:52 2013
New Revision: 324919
URL: http://svnweb.freebsd.org/changeset/ports/324919

Log:
  - Update to 1.5.3
  - Trim Makefile's header
  - Change MASTER_SITES and WWW
  - Convert to new options framework
  
  PR:		181371
  Submitted by:	"Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)

Modified:
  head/www/pyblosxom/Makefile
  head/www/pyblosxom/distinfo
  head/www/pyblosxom/pkg-descr
  head/www/pyblosxom/pkg-plist

Modified: head/www/pyblosxom/Makefile
==============================================================================
--- head/www/pyblosxom/Makefile	Sun Aug 18 14:25:16 2013	(r324918)
+++ head/www/pyblosxom/Makefile	Sun Aug 18 14:36:52 2013	(r324919)
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	pyblosxom
-# Date created:		13 April 2005
-# Whom:	      		Dryice Liu <dryice@liu.com.cn>
-#
+# Created by: Dryice Liu <dryice@liu.com.cn>
 # $FreeBSD$
-#
 
 PORTNAME=	pyblosxom
-DISTVERSION=	1.5.2
+DISTVERSION=	1.5.3
 CATEGORIES=	www python
-MASTER_SITES=	http://pyblosxom.bluesock.org/download/
+MASTER_SITES=	http://pyblosxom.github.io/download/
 
 MAINTAINER=	jun-g@daemonfreaks.com
 COMMENT=	A lightweight weblog system
@@ -18,9 +14,11 @@ LICENSE=	MIT
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	easy_install
 
+.include <bsd.port.options.mk>
+
 post-install:
-.ifndef(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \. ${DOCSDIR}
 .endif
 

Modified: head/www/pyblosxom/distinfo
==============================================================================
--- head/www/pyblosxom/distinfo	Sun Aug 18 14:25:16 2013	(r324918)
+++ head/www/pyblosxom/distinfo	Sun Aug 18 14:36:52 2013	(r324919)
@@ -1,2 +1,2 @@
-SHA256 (pyblosxom-1.5.2.tar.gz) = dbe46f66fa790213c7ff5b87348894f8a57e962a69b307e10fdd3408cd93b3e2
-SIZE (pyblosxom-1.5.2.tar.gz) = 206032
+SHA256 (pyblosxom-1.5.3.tar.gz) = 42d17927b203ef075c8467e26bba66fe418f1114d4bb597403859144d3f1ec3e
+SIZE (pyblosxom-1.5.3.tar.gz) = 210669

Modified: head/www/pyblosxom/pkg-descr
==============================================================================
--- head/www/pyblosxom/pkg-descr	Sun Aug 18 14:25:16 2013	(r324918)
+++ head/www/pyblosxom/pkg-descr	Sun Aug 18 14:36:52 2013	(r324919)
@@ -17,4 +17,4 @@ systems in a variety of environments.
 PyBlosxom is a pretty straight-forward system that allows you to do
 the things you need to do without building everything from scratch.
 
-WWW:      http://pyblosxom.bluesock.org/
+WWW: http://pyblosxom.github.io/

Modified: head/www/pyblosxom/pkg-plist
==============================================================================
--- head/www/pyblosxom/pkg-plist	Sun Aug 18 14:25:16 2013	(r324918)
+++ head/www/pyblosxom/pkg-plist	Sun Aug 18 14:36:52 2013	(r324919)
@@ -65,6 +65,9 @@ bin/pyblosxom-cmd
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/foot
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/head
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/flavours/rss20.flav/story
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/memcache.pyo
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.py
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyc
 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Pyblosxom/plugin_utils.pyo
@@ -256,16 +259,19 @@ bin/pyblosxom-cmd
 %%PORTDOCS%%%%DOCSDIR%%/config_variables.rst
 %%PORTDOCS%%%%DOCSDIR%%/deploy_apache_mod_wsgi.rst
 %%PORTDOCS%%%%DOCSDIR%%/deploy_cgi.rst
+%%PORTDOCS%%%%DOCSDIR%%/deploy_lighttpd_fastcgi.rst
 %%PORTDOCS%%%%DOCSDIR%%/deploy_paste.rst
 %%PORTDOCS%%%%DOCSDIR%%/deploy_staticrendering.rst
 %%PORTDOCS%%%%DOCSDIR%%/dev_architecture.rst
 %%PORTDOCS%%%%DOCSDIR%%/dev_codedocs.rst
+%%PORTDOCS%%%%DOCSDIR%%/dev_contributing.rst
+%%PORTDOCS%%%%DOCSDIR%%/dev_hacking.rst
+%%PORTDOCS%%%%DOCSDIR%%/dev_release.rst
 %%PORTDOCS%%%%DOCSDIR%%/dev_testing.rst
 %%PORTDOCS%%%%DOCSDIR%%/dev_writing_plugins.rst
 %%PORTDOCS%%%%DOCSDIR%%/extract_docs_from_plugins.py
 %%PORTDOCS%%%%DOCSDIR%%/flavours_and_templates.rst
 %%PORTDOCS%%%%DOCSDIR%%/glossary.rst
-%%PORTDOCS%%%%DOCSDIR%%/hacking.rst
 %%PORTDOCS%%%%DOCSDIR%%/index.rst
 %%PORTDOCS%%%%DOCSDIR%%/install.rst
 %%PORTDOCS%%%%DOCSDIR%%/introduction.rst
@@ -299,7 +305,6 @@ bin/pyblosxom-cmd
 %%PORTDOCS%%%%DOCSDIR%%/plugins/xmlrpc_pingback.rst
 %%PORTDOCS%%%%DOCSDIR%%/plugins/yeararchives.rst
 %%PORTDOCS%%%%DOCSDIR%%/pyblosxom_cmd.rst
-%%PORTDOCS%%%%DOCSDIR%%/release.rst
 %%PORTDOCS%%%%DOCSDIR%%/renderers.rst
 %%PORTDOCS%%%%DOCSDIR%%/syndication.rst
 %%PORTDOCS%%%%DOCSDIR%%/upgrade.rst
_______________________________________________
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 2013-08-18 15:38:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!