aboutsummaryrefslogtreecommitdiffstats
path: root/www/pyblosxom
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2013-08-18 22:36:52 +0800
committerwen <wen@FreeBSD.org>2013-08-18 22:36:52 +0800
commit224cd7d459a9818b9d0ff1f2b18c0412bb4e3cf7 (patch)
tree0dd75fa3685790e23abf7058026b96e119acc15e /www/pyblosxom
parentd1ba17184cbf1990d10b312acd427dff1c5596df (diff)
downloadfreebsd-ports-gnome-224cd7d459a9818b9d0ff1f2b18c0412bb4e3cf7.tar.gz
freebsd-ports-gnome-224cd7d459a9818b9d0ff1f2b18c0412bb4e3cf7.tar.zst
freebsd-ports-gnome-224cd7d459a9818b9d0ff1f2b18c0412bb4e3cf7.zip
- 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)
Diffstat (limited to 'www/pyblosxom')
-rw-r--r--www/pyblosxom/Makefile16
-rw-r--r--www/pyblosxom/distinfo4
-rw-r--r--www/pyblosxom/pkg-descr2
-rw-r--r--www/pyblosxom/pkg-plist9
4 files changed, 17 insertions, 14 deletions
diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile
index eac3be417292..bb51a808e839 100644
--- a/www/pyblosxom/Makefile
+++ b/www/pyblosxom/Makefile
@@ -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
diff --git a/www/pyblosxom/distinfo b/www/pyblosxom/distinfo
index fa0524bd6bbd..858924c8cfc0 100644
--- a/www/pyblosxom/distinfo
+++ b/www/pyblosxom/distinfo
@@ -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
diff --git a/www/pyblosxom/pkg-descr b/www/pyblosxom/pkg-descr
index d8b0936b6cf3..38a7ddee8401 100644
--- a/www/pyblosxom/pkg-descr
+++ b/www/pyblosxom/pkg-descr
@@ -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/
diff --git a/www/pyblosxom/pkg-plist b/www/pyblosxom/pkg-plist
index d044ffd7cbe9..74f325ed151a 100644
--- a/www/pyblosxom/pkg-plist
+++ b/www/pyblosxom/pkg-plist
@@ -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