Date: Mon, 31 Dec 2012 12:50:47 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309735 - head/www/cblog Message-ID: <201212311250.qBVColjH034080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 31 12:50:47 2012 New Revision: 309735 URL: http://svnweb.freebsd.org/changeset/ports/309735 Log: Remove shlib numbers Trim headers Modified: head/www/cblog/Makefile head/www/cblog/pkg-descr Modified: head/www/cblog/Makefile ============================================================================== --- head/www/cblog/Makefile Mon Dec 31 12:49:29 2012 (r309734) +++ head/www/cblog/Makefile Mon Dec 31 12:50:47 2012 (r309735) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cblog -# Date created: 2010-07-16 -# Whom: Bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= cblog PORTVERSION= 0.1.6 @@ -16,7 +11,7 @@ COMMENT= Simple weblog in C using markdo BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \ ${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb -LIB_DEPENDS= fcgi.0:${PORTSDIR}/www/fcgi +LIB_DEPENDS= fcgi:${PORTSDIR}/www/fcgi LICENSE= BSD Modified: head/www/cblog/pkg-descr ============================================================================== --- head/www/cblog/pkg-descr Mon Dec 31 12:49:29 2012 (r309734) +++ head/www/cblog/pkg-descr Mon Dec 31 12:50:47 2012 (r309735) @@ -1,4 +1,4 @@ simple weblog written in C using markdown to write posts and tinycdb to store them -WWW: http://fossil.etoilebsd.net/cblog +WWW: http://fossil.etoilebsd.net/cblog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311250.qBVColjH034080>