From owner-svn-ports-head@freebsd.org Tue Feb 25 11:50:24 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6D00259243; Tue, 25 Feb 2020 11:50:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Rcgh2nFXz3M9G; Tue, 25 Feb 2020 11:50:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54AB2DE59; Tue, 25 Feb 2020 11:50:24 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01PBoOat024789; Tue, 25 Feb 2020 11:50:24 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01PBoO0p024788; Tue, 25 Feb 2020 11:50:24 GMT (envelope-from garga@FreeBSD.org) Message-Id: <202002251150.01PBoO0p024788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 25 Feb 2020 11:50:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527074 - in head/www/e2guardian: . files X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: in head/www/e2guardian: . files X-SVN-Commit-Revision: 527074 X-SVN-Commit-Repository: ports 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.29 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: Tue, 25 Feb 2020 11:50:24 -0000 Author: garga Date: Tue Feb 25 11:50:23 2020 New Revision: 527074 URL: https://svnweb.freebsd.org/changeset/ports/527074 Log: www/e2guardian: Remove unneeded code - Remove pre-configure: target. It was running autogen.sh, but USES=autoreconf being set has the same effect - Remove pkg-install. It was attempting to do the same tasks done by @sample items on pkg-plist PR: 244281 Approved by: maintainer Sponsored by: Rubicon Communications, LLC (Netgate) Deleted: head/www/e2guardian/files/pkg-install.in Modified: head/www/e2guardian/Makefile Modified: head/www/e2guardian/Makefile ============================================================================== --- head/www/e2guardian/Makefile Tue Feb 25 10:45:51 2020 (r527073) +++ head/www/e2guardian/Makefile Tue Feb 25 11:50:23 2020 (r527074) @@ -4,6 +4,7 @@ PORTNAME= e2guardian PORTVERSION= 5.3.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= marcellocoutinho@gmail.com @@ -73,11 +74,8 @@ PLIST_SUB+= SCANNERS="" PLIST_SUB+= SCANNERS="@comment " .endif -SUB_FILES= pkg-message pkg-install +SUB_FILES= pkg-message -pre-configure: - @cd ${WRKSRC} && ${SH} ${WRKSRC}/autogen.sh - post-install: @${FIND} ${STAGEDIR}${ETCDIR} -type f \ \( -name '*.conf' -or -name '*list' -or -name '*.story' \) \ @@ -99,4 +97,5 @@ post-install: ${STAGEDIR}${ETCDIR}/lists/contentscanners/ @${MV} ${STAGEDIR}${ETCDIR}/lists/exceptionvirussiteiplist.sample \ ${STAGEDIR}${ETCDIR}/lists/contentscanners/ + .include