From owner-svn-ports-head@freebsd.org Wed Sep 16 16:07:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD469CDBBC; Wed, 16 Sep 2015 16:07:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A82E1E55; Wed, 16 Sep 2015 16:07:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GG7opb069528; Wed, 16 Sep 2015 16:07:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GG7o33069527; Wed, 16 Sep 2015 16:07:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509161607.t8GG7o33069527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 16 Sep 2015 16:07:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397071 - head/www/mod_limitipconn2 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.20 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: Wed, 16 Sep 2015 16:07:50 -0000 Author: amdmi3 Date: Wed Sep 16 16:07:49 2015 New Revision: 397071 URL: https://svnweb.freebsd.org/changeset/ports/397071 Log: - Remove duplicate plist entry: AP_GENPLIST seem to already handle this Approved by: portmgr blanket Modified: head/www/mod_limitipconn2/Makefile Modified: head/www/mod_limitipconn2/Makefile ============================================================================== --- head/www/mod_limitipconn2/Makefile Wed Sep 16 16:03:59 2015 (r397070) +++ head/www/mod_limitipconn2/Makefile Wed Sep 16 16:07:49 2015 (r397071) @@ -3,6 +3,7 @@ PORTNAME= mod_limitipconn PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dominia.org/djao/limit/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -15,13 +16,11 @@ COMMENT= Allows you to limit the number LICENSE= APACHE20 USE_APACHE= 22+ -USES= tar:bzip2 +USES= tar:bzip2 AP_FAST_BUILD= yes AP_GENPLIST= yes -PLIST_FILES+= ${APACHEMODDIR}/${PORTNAME}.so - PORTDOCS= ChangeLog INSTALL README post-install: