From owner-svn-ports-head@FreeBSD.ORG Thu Dec 13 16:07:40 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 869F9EBB; Thu, 13 Dec 2012 16:07:40 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE1F8FC13; Thu, 13 Dec 2012 16:07:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDG7er7068133; Thu, 13 Dec 2012 16:07:40 GMT (envelope-from acm@svn.freebsd.org) Received: (from acm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDG7egS068132; Thu, 13 Dec 2012 16:07:40 GMT (envelope-from acm@svn.freebsd.org) Message-Id: <201212131607.qBDG7egS068132@svn.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Thu, 13 Dec 2012 16:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308853 - head/net/panoptis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 16:07:40 -0000 Author: acm Date: Thu Dec 13 16:07:39 2012 New Revision: 308853 URL: http://svnweb.freebsd.org/changeset/ports/308853 Log: - Bump PORTREVISION Modified: head/net/panoptis/Makefile Modified: head/net/panoptis/Makefile ============================================================================== --- head/net/panoptis/Makefile Thu Dec 13 16:06:43 2012 (r308852) +++ head/net/panoptis/Makefile Thu Dec 13 16:07:39 2012 (r308853) @@ -7,7 +7,7 @@ PORTNAME= panoptis PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net security MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= Detect and block DoS/DDoS attac LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= ccgnu2-1.7.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp GNU_CONFIGURE= yes USE_PYTHON= yes