Date: Thu, 25 Aug 2011 22:50:11 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: qingfeng@douban.com Subject: ports/160186: [PATCH] www/tokyopromenade: update to 0.9.22 Message-ID: <20110825145011.41A004B85@sunpoet.net> Resent-Message-ID: <201108251500.p7PF0LBT069496@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160186 >Category: ports >Synopsis: [PATCH] www/tokyopromenade: update to 0.9.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 25 15:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 9 23:23:51 CST >Description: - Update to 0.9.22 - Add OPTIONS: LUA - Sort PLIST Port maintainer (qingfeng@douban.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- tokyopromenade-0.9.22.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/tokyopromenade/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 28 Jun 2011 04:39:41 -0000 1.3 +++ Makefile 25 Aug 2011 14:49:48 -0000 @@ -6,11 +6,9 @@ # PORTNAME= tokyopromenade -PORTVERSION= 0.9.19 -PORTREVISION= 1 +PORTVERSION= 0.9.22 CATEGORIES= www -MASTER_SITES= http://1978th.net/tokyopromenade/ \ - LOCAL/glarkin +MASTER_SITES= http://fallabs.com/${PORTNAME}/ MAINTAINER= qingfeng@douban.com COMMENT= A content management system @@ -20,14 +18,17 @@ LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet RUN_DEPENDS= spawn-fcgi>=0:${PORTSDIR}/www/spawn-fcgi +OPTIONS= LUA "Build lua extension" off + +CONFIGURE_ARGS= --enable-fcgi GNU_CONFIGURE= yes USE_GMAKE= yes -SUB_FILES+= pkg-message +SUB_FILES= pkg-message MAN1= prommgr.1 -CONFIGURE_ARGS+= --enable-fcgi +.include <bsd.port.options.mk> .if defined(WITH_LUA) CONFIGURE_ARGS+= --enable-lua Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/tokyopromenade/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 19 Mar 2011 12:36:55 -0000 1.2 +++ distinfo 25 Aug 2011 14:49:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (tokyopromenade-0.9.19.tar.gz) = 1662319b429210d4f58899f24ea03d1327419e872e02e2ffb2ee4bdb2e264f6f -SIZE (tokyopromenade-0.9.19.tar.gz) = 121147 +SHA256 (tokyopromenade-0.9.22.tar.gz) = 7dcf3d5c1b8fcb6e17ad67a2650dfb6b54a6086b87df2b091c380b7e3487352d +SIZE (tokyopromenade-0.9.22.tar.gz) = 125176 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/tokyopromenade/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 24 Feb 2010 20:58:03 -0000 1.1 +++ pkg-plist 25 Aug 2011 14:49:48 -0000 @@ -1,30 +1,31 @@ bin/prommgr libexec/promenade.cgi libexec/promenade.fcgi -libexec/promscrsample.lua libexec/promscrcount.lua +libexec/promscrsample.lua libexec/promupdiff.sh libexec/promupping.sh +%%DATADIR%%/COPYING +%%DATADIR%%/ChangeLog +%%DATADIR%%/THANKS +%%DATADIR%%/doc/common.css %%DATADIR%%/doc/index.html %%DATADIR%%/doc/spex.html -%%DATADIR%%/doc/common.css %%DATADIR%%/misc/about.tpw %%DATADIR%%/misc/banner.svg +%%DATADIR%%/misc/blog.tpw +%%DATADIR%%/misc/chars.tpw %%DATADIR%%/misc/dup1.tpw %%DATADIR%%/misc/dup2.tpw %%DATADIR%%/misc/dup3.tpw %%DATADIR%%/misc/dup4.tpw -%%DATADIR%%/misc/blog.tpw -%%DATADIR%%/misc/help-ja.tpw +%%DATADIR%%/misc/front.tpw %%DATADIR%%/misc/help-en.tpw +%%DATADIR%%/misc/help-ja.tpw %%DATADIR%%/misc/tc.tpw -%%DATADIR%%/misc/front.tpw -%%DATADIR%%/ChangeLog -%%DATADIR%%/COPYING -%%DATADIR%%/THANKS +%%DATADIR%%/passwd.txt %%DATADIR%%/promenade.css %%DATADIR%%/promenade.tmpl -%%DATADIR%%/passwd.txt @dirrmtry %%DATADIR%%/misc @dirrmtry %%DATADIR%%/doc @dirrmtry %%DATADIR%% --- tokyopromenade-0.9.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825145011.41A004B85>