Date: Sun, 18 Aug 2013 14:36:53 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324919 - head/www/pyblosxom Message-ID: <201308181436.r7IEarve003708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308181436.r7IEarve003708>