From owner-svn-ports-all@freebsd.org Wed Jun 19 13:17:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C42E15B85AE; Wed, 19 Jun 2019 13:17:55 +0000 (UTC) (envelope-from danfe@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 D6C168C633; Wed, 19 Jun 2019 13:17:54 +0000 (UTC) (envelope-from danfe@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 B2BF224E52; Wed, 19 Jun 2019 13:17:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5JDHsdj016213; Wed, 19 Jun 2019 13:17:54 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5JDHsmq016212; Wed, 19 Jun 2019 13:17:54 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201906191317.x5JDHsmq016212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 19 Jun 2019 13:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504545 - head/sysutils/eclat X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/sysutils/eclat X-SVN-Commit-Revision: 504545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D6C168C633 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2019 13:17:55 -0000 Author: danfe Date: Wed Jun 19 13:17:53 2019 New Revision: 504545 URL: https://svnweb.freebsd.org/changeset/ports/504545 Log: Annotate configuration file as @sample so it would be preserved during the package update or uninstall. Modified: head/sysutils/eclat/Makefile head/sysutils/eclat/pkg-plist Modified: head/sysutils/eclat/Makefile ============================================================================== --- head/sysutils/eclat/Makefile Wed Jun 19 12:41:54 2019 (r504544) +++ head/sysutils/eclat/Makefile Wed Jun 19 13:17:53 2019 (r504545) @@ -3,6 +3,7 @@ PORTNAME= eclat PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= http://download.gnu.org.ua/pub/release/${PORTNAME}/ \ http://download.gnu.org.ua/pub/alpha/${PORTNAME}/ @@ -29,6 +30,10 @@ GDBM_CONFIGURE_WITH= gdbm LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap + +post-patch: + @${REINPLACE_CMD} -e '/DESTDIR/s,eclat\.conf,&.sample,' \ + ${WRKSRC}/etc/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/eclat/pkg-plist ============================================================================== --- head/sysutils/eclat/pkg-plist Wed Jun 19 12:41:54 2019 (r504544) +++ head/sysutils/eclat/pkg-plist Wed Jun 19 13:17:53 2019 (r504545) @@ -1,6 +1,6 @@ bin/eclat bin/ispeek -etc/eclat.conf +@sample etc/eclat.conf.sample man/man1/eclat-assocaddr.1.gz man/man1/eclat-atvol.1.gz man/man1/eclat-clrsattr.1.gz