Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2013 13:32:58 +0000 (UTC)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338302 - head/www/pelican
Message-ID:  <201312311332.rBVDWw9J009026@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jlaffaye
Date: Tue Dec 31 13:32:57 2013
New Revision: 338302
URL: http://svnweb.freebsd.org/changeset/ports/338302

Log:
  - Update to 3.3.0
  - STAGE support
  - pkg-plist is generated by easy_install
  - Update COMMENT and pkg-descr
  
  PR:		ports/185103
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com>

Deleted:
  head/www/pelican/pkg-plist
Modified:
  head/www/pelican/Makefile
  head/www/pelican/distinfo
  head/www/pelican/pkg-descr

Modified: head/www/pelican/Makefile
==============================================================================
--- head/www/pelican/Makefile	Tue Dec 31 13:29:31 2013	(r338301)
+++ head/www/pelican/Makefile	Tue Dec 31 13:32:57 2013	(r338302)
@@ -2,17 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	pelican
-PORTVERSION=	3.2.2
+PORTVERSION=	3.3.0
 CATEGORIES=	www textproc
 
 MAINTAINER=	jlaffaye@FreeBSD.org
-COMMENT=	Static blog generator for Pythonistas
+COMMENT=	Static site generator written in Python
 
 RUN_DEPENDS=	rst2html:${PORTSDIR}/textproc/py-docutils \
 		${PYTHON_PKGNAMEPREFIX}markdown>0:${PORTSDIR}/textproc/py-markdown \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>=2.6:${PORTSDIR}/devel/py-Jinja2 \
 		${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \
-		${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.5:${PORTSDIR}/www/py-feedgenerator \
+		${PYTHON_PKGNAMEPREFIX}feedgenerator>=1.6:${PORTSDIR}/www/py-feedgenerator \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
 		${PYTHON_PKGNAMEPREFIX}blinker>0:${PORTSDIR}/devel/py-blinker \
 		${PYTHON_PKGNAMEPREFIX}unidecode>0:${PORTSDIR}/converters/py-unidecode \
@@ -21,21 +21,21 @@ RUN_DEPENDS=	rst2html:${PORTSDIR}/textpr
 TEST_DEPENDS:=	${RUN_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \
 
-OPTIONS_DEFINE=	TESTS
-TESTS_DESC=	Install tools for test suite
+OPTIONS_DEFINE=	TEST
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-USE_GITHUB=		yes
-USE_PYTHON=		2.7+
+PYDISTUTILS_AUTOPLIST=	yes
+PYDISTUTILS_PKGVERSION=	3.3
 USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		2.7+
 
+USE_GITHUB=		yes
 GH_ACCOUNT=	getpelican
-GH_COMMIT=	4d9197d
+GH_COMMIT=	b35ce43
 
-.if ${PORT_OPTIONS:MTESTS}
+.if ${PORT_OPTIONS:MTEST}
 BUILD_DEPENDS:=	${TEST_DEPENDS}
 .endif
 

Modified: head/www/pelican/distinfo
==============================================================================
--- head/www/pelican/distinfo	Tue Dec 31 13:29:31 2013	(r338301)
+++ head/www/pelican/distinfo	Tue Dec 31 13:32:57 2013	(r338302)
@@ -1,2 +1,2 @@
-SHA256 (pelican-3.2.2.tar.gz) = 271264d5b8c7faa1cf654332876d95a3bff0914ee1017e738a7507708fc770f8
-SIZE (pelican-3.2.2.tar.gz) = 563130
+SHA256 (pelican-3.3.0.tar.gz) = 3af90bddeecc8f710e1cfe03d51201580e3d1e564f7dfae7ebb4ef986417084c
+SIZE (pelican-3.3.0.tar.gz) = 590771

Modified: head/www/pelican/pkg-descr
==============================================================================
--- head/www/pelican/pkg-descr	Tue Dec 31 13:29:31 2013	(r338301)
+++ head/www/pelican/pkg-descr	Tue Dec 31 13:32:57 2013	(r338302)
@@ -1,9 +1,9 @@
-Pelican is a simple weblog generator, written in Python.
+Pelican is a static site generator, written in Python.
 
-- Write your weblog entries directly with your editor of choice (vim!) and
-  directly in reStructuredText, or Markdown.
-- A simple cli-tool to (re)generate the weblog.
-- Easy to interface with DVCSes and web hooks.
-- Completely static output, so easy to host anywhere !
+ - Write your content directly with your editor of choice (vim!) in
+   reStructuredText, Markdown, or AsciiDoc formats
+ - Includes a simple CLI tool to (re)generate your site
+ - Easy to interface with distributed version control systems and web hooks
+ - Completely static output is easy to host anywhere
 
-WWW: http://docs.notmyidea.org/alexis/pelican/
+WWW: http://docs.getpelican.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311332.rBVDWw9J009026>