From owner-cvs-ports@FreeBSD.ORG Sun Feb 12 09:59:55 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 348CB106564A; Sun, 12 Feb 2012 09:59:55 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 245C78FC12; Sun, 12 Feb 2012 09:59:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q1C9xtTP002084; Sun, 12 Feb 2012 09:59:55 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1C9xttb002083; Sun, 12 Feb 2012 09:59:55 GMT (envelope-from danfe) Message-Id: <201202120959.q1C9xttb002083@repoman.freebsd.org> From: Alexey Dokuchaev Date: Sun, 12 Feb 2012 09:59:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/zip Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 09:59:55 -0000 danfe 2012-02-12 09:59:55 UTC FreeBSD ports repository Modified files: archivers/zip Makefile distinfo Log: - Switch to .tar.gz distfile (contents are identical, but new file is a bit smaller and does not require external EXTRACT_DEPENDS) - Do not hardcode list of programs twice, use ${PLIST_FILES:T} second time - Use official spelling of PKZIP in COMMENT - Unsplit PLIST_FILES definitions (join into one line) similar to MAN1 - Install seemingly useful documentation files - Pacify portlint(1) and cleanup things a bit - Canonicalize and reformat Makefile header while I am here Revision Changes Path 1.41 +18 -16 ports/archivers/zip/Makefile 1.12 +2 -2 ports/archivers/zip/distinfo