From owner-svn-ports-all@freebsd.org Sat May 5 13:54:38 2018 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 3F6FCFAE9FA; Sat, 5 May 2018 13:54:38 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E72406B0BC; Sat, 5 May 2018 13:54:37 +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 C7F721E871; Sat, 5 May 2018 13:54:37 +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 w45DsbDQ052149; Sat, 5 May 2018 13:54:37 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45Dsb1r052144; Sat, 5 May 2018 13:54:37 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201805051354.w45Dsb1r052144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 5 May 2018 13:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469109 - in head/misc: dnetc fortune-mod-bible fortune-mod-bofh fortune-mod-psalms upclient X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/misc: dnetc fortune-mod-bible fortune-mod-bofh fortune-mod-psalms upclient X-SVN-Commit-Revision: 469109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Sat, 05 May 2018 13:54:38 -0000 Author: danfe Date: Sat May 5 13:54:37 2018 New Revision: 469109 URL: https://svnweb.freebsd.org/changeset/ports/469109 Log: For ports in `misc' category: remove redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Modified: head/misc/dnetc/Makefile head/misc/fortune-mod-bible/Makefile head/misc/fortune-mod-bofh/Makefile head/misc/fortune-mod-psalms/Makefile head/misc/upclient/Makefile Modified: head/misc/dnetc/Makefile ============================================================================== --- head/misc/dnetc/Makefile Sat May 5 13:30:42 2018 (r469108) +++ head/misc/dnetc/Makefile Sat May 5 13:54:37 2018 (r469109) @@ -28,8 +28,6 @@ BINDIR= ${PREFIX}/distributed.net USERS= dnetc GROUPS= dnetc -PKGMESSAGE= ${WRKDIR}/pkg-message - SUB_FILES= pkg-message SUB_LIST= BINDIR="${BINDIR}" Modified: head/misc/fortune-mod-bible/Makefile ============================================================================== --- head/misc/fortune-mod-bible/Makefile Sat May 5 13:30:42 2018 (r469108) +++ head/misc/fortune-mod-bible/Makefile Sat May 5 13:54:37 2018 (r469109) @@ -13,7 +13,7 @@ COMMENT= King James V Bible in fortune file format DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message + USES= tar:bzip2 SUB_FILES+= pkg-message .if exists(/usr/games/strfile) Modified: head/misc/fortune-mod-bofh/Makefile ============================================================================== --- head/misc/fortune-mod-bofh/Makefile Sat May 5 13:30:42 2018 (r469108) +++ head/misc/fortune-mod-bofh/Makefile Sat May 5 13:54:37 2018 (r469109) @@ -14,7 +14,6 @@ COMMENT= Compilation of excuses from the "Bastard Oper WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0 -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message .if exists(/usr/games/strfile) Modified: head/misc/fortune-mod-psalms/Makefile ============================================================================== --- head/misc/fortune-mod-psalms/Makefile Sat May 5 13:30:42 2018 (r469108) +++ head/misc/fortune-mod-psalms/Makefile Sat May 5 13:54:37 2018 (r469109) @@ -15,7 +15,6 @@ LICENSE= CC0-1.0 # AKA Public Domain NO_ARCH= yes NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/psalms share/games/fortune/psalms.dat Modified: head/misc/upclient/Makefile ============================================================================== --- head/misc/upclient/Makefile Sat May 5 13:30:42 2018 (r469108) +++ head/misc/upclient/Makefile Sat May 5 13:54:37 2018 (r469109) @@ -21,7 +21,6 @@ ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_SUB= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}