From owner-svn-ports-head@freebsd.org Sat Sep 26 10:17:02 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 F13C5A099BE; Sat, 26 Sep 2015 10:17:02 +0000 (UTC) (envelope-from bapt@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 C8643129; Sat, 26 Sep 2015 10:17:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8QAH2PQ087570; Sat, 26 Sep 2015 10:17:02 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8QAH2Xw087568; Sat, 26 Sep 2015 10:17:02 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201509261017.t8QAH2Xw087568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 26 Sep 2015 10:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397953 - head/editors/joe 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: Sat, 26 Sep 2015 10:17:03 -0000 Author: bapt Date: Sat Sep 26 10:17:01 2015 New Revision: 397953 URL: https://svnweb.freebsd.org/changeset/ports/397953 Log: Convert to @sample Modified: head/editors/joe/Makefile head/editors/joe/pkg-plist Modified: head/editors/joe/Makefile ============================================================================== --- head/editors/joe/Makefile Sat Sep 26 09:26:11 2015 (r397952) +++ head/editors/joe/Makefile Sat Sep 26 10:17:01 2015 (r397953) @@ -3,6 +3,7 @@ PORTNAME= joe PORTVERSION= 4.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -31,7 +32,7 @@ post-patch: post-install: for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \ - ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \ + ${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.sample ; \ done .include Modified: head/editors/joe/pkg-plist ============================================================================== --- head/editors/joe/pkg-plist Sat Sep 26 09:26:11 2015 (r397952) +++ head/editors/joe/pkg-plist Sat Sep 26 10:17:01 2015 (r397953) @@ -11,21 +11,11 @@ bin/termidx %%PORTDOCS%%%%DOCSDIR%%/README.md %%ETCDIR%%/ftyperc %%ETCDIR%%/jicerc.ru -@unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi -%%ETCDIR%%/jmacsrc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi -@unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi -%%ETCDIR%%/joerc.dist -@exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi -@unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi -%%ETCDIR%%/jpicorc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi -@unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi -%%ETCDIR%%/jstarrc.dist -@exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi -@unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi -%%ETCDIR%%/rjoerc.dist -@exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi +@sample %%ETCDIR%%/jmacsrc.sample +@sample %%ETCDIR%%/joerc.sample +@sample %%ETCDIR%%/jpicorc.sample +@sample %%ETCDIR%%/jstarrc.sample +@sample %%ETCDIR%%/rjoerc.sample %%ETCDIR%%/shell.csh %%ETCDIR%%/shell.sh %%DATADIR%%/charmaps/klingon