From 4d977d352e8074db5f1e9a9c078c198f44a4beb8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 29 Nov 2010 11:30:11 +0000 Subject: - update to 0.1.5 - Changes: fix segfault with HEAD requests fix potential security problem in comments allow to self start the fastcgi Can now be used both as a fastcgi and a cgi add rc script --- www/cblog/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/cblog/Makefile') diff --git a/www/cblog/Makefile b/www/cblog/Makefile index bbac49de1ddf..a7c6c4272470 100644 --- a/www/cblog/Makefile +++ b/www/cblog/Makefile @@ -6,9 +6,10 @@ # PORTNAME= cblog -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.5 CATEGORIES= www -MASTER_SITES= http://cloud.github.com/downloads/bapt/cblog/ +MASTER_SITES= http://git.etoilebsd.net/cblog/snapshot/ \ + LOCAL/bapt MAINTAINER= bapt@FreeBSD.org COMMENT= Simple weblog in C using markdown @@ -19,6 +20,8 @@ LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi LICENSE= BSD +USE_RC_SUBR= cblog + PLIST_FILES= libexec/cblog.fcgi \ bin/cblogctl \ etc/cblog.conf.sample -- cgit v1.2.3