Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 16:07:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397071 - head/www/mod_limitipconn2
Message-ID:  <201509161607.t8GG7o33069527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509161607.t8GG7o33069527>