svn commit: r351729 - head/www/tokyopromenade
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 21 22:37:06 UTC 2014
Author: bapt
Date: Mon Apr 21 22:37:05 2014
New Revision: 351729
URL: http://svnweb.freebsd.org/changeset/ports/351729
QAT: https://qat.redports.org/buildarchive/r351729/
Log:
Support stage
Switch to lua 5.2
Modified:
head/www/tokyopromenade/Makefile
head/www/tokyopromenade/pkg-plist
Modified: head/www/tokyopromenade/Makefile
==============================================================================
--- head/www/tokyopromenade/Makefile Mon Apr 21 22:19:01 2014 (r351728)
+++ head/www/tokyopromenade/Makefile Mon Apr 21 22:37:05 2014 (r351729)
@@ -3,38 +3,32 @@
PORTNAME= tokyopromenade
PORTVERSION= 0.9.22
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://fallabs.com/${PORTNAME}/
MAINTAINER= qingfeng at douban.com
-COMMENT= A content management system
+COMMENT= Content management system
BUILD_DEPENDS= tokyocabinet>=1.4.31:${PORTSDIR}/databases/tokyocabinet \
fcgi-devkit>=0:${PORTSDIR}/www/fcgi
-LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
RUN_DEPENDS= spawn-fcgi>=0:${PORTSDIR}/www/spawn-fcgi
OPTIONS_DEFINE= LUA
CONFIGURE_ARGS= --enable-fcgi
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake lua
+CFLAGS= -Wno-incompatible-pointer-types-discards-qualifiers
SUB_FILES= pkg-message
-MAN1= prommgr.1
+LUA_CONFIGURE_ENABLE+= lua
+LUA_LDFLAGS+= -L${LUA_LIBDIR}
+LUA_CFLAGS+= -I${LUA_INCDIR}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MLUA}
-CONFIGURE_ARGS+= --enable-lua
-LDFLAGS+= -L${LUA_LIBDIR}
-CFLAGS+= -I${LUA_INCDIR}
-USE_LUA= yes
-.endif
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+post-patch:
+ ${REINPLACE_CMD} -e "s/llua/llua-${LUA_VER}/g" ${WRKSRC}/configure
.include <bsd.port.mk>
Modified: head/www/tokyopromenade/pkg-plist
==============================================================================
--- head/www/tokyopromenade/pkg-plist Mon Apr 21 22:19:01 2014 (r351728)
+++ head/www/tokyopromenade/pkg-plist Mon Apr 21 22:37:05 2014 (r351729)
@@ -5,6 +5,7 @@ libexec/promscrcount.lua
libexec/promscrsample.lua
libexec/promupdiff.sh
libexec/promupping.sh
+man/man1/prommgr.1.gz
%%DATADIR%%/COPYING
%%DATADIR%%/ChangeLog
%%DATADIR%%/THANKS
More information about the svn-ports-all
mailing list