svn commit: r397071 - head/www/mod_limitipconn2

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 16 16:07:50 UTC 2015


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:


More information about the svn-ports-head mailing list