From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 15:55:15 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DFC4D72; Sun, 12 Apr 2015 15:55:15 +0000 (UTC) Received: from svn.freebsd.org (svn.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 D3005240; Sun, 12 Apr 2015 15:55:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CFtE56067153; Sun, 12 Apr 2015 15:55:14 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3CFtEIj067149; Sun, 12 Apr 2015 15:55:14 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201504121555.t3CFtEIj067149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 12 Apr 2015 15:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383873 - head/archivers/zipmix X-SVN-Group: ports-head 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.18-1 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: Sun, 12 Apr 2015 15:55:15 -0000 Author: danfe Date: Sun Apr 12 15:55:13 2015 New Revision: 383873 URL: https://svnweb.freebsd.org/changeset/ports/383873 Log: - Unbreak: it fetches fine now from Ken Silverman's page, there was probably some transient error; nonetheless, provide fallback mastersite - Set MAKEFILE variable and thus kill trivial `pre-build' target - Unmute installation command in `do-install', rephrase COMMENT text - Transfer maintainership to the submitter - Remove bogus header from port description text while here PR: 199315 Submitted by: Chris Hutchinson Modified: head/archivers/zipmix/Makefile head/archivers/zipmix/pkg-descr Modified: head/archivers/zipmix/Makefile ============================================================================== --- head/archivers/zipmix/Makefile Sun Apr 12 15:06:57 2015 (r383872) +++ head/archivers/zipmix/Makefile Sun Apr 12 15:55:13 2015 (r383873) @@ -4,23 +4,20 @@ PORTNAME= zipmix DISTVERSION= 20070221 CATEGORIES= archivers -MASTER_SITES= http://www.advsys.net/ken/util/ +MASTER_SITES= http://www.advsys.net/ken/util/ \ + http://BSDforge.com/projects/source/archivers/zipmix/ DISTNAME= ${PORTNAME}_src -MAINTAINER= ports@FreeBSD.org -COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files - -BROKEN= Checksum and size mismatch +MAINTAINER= portmaster@BSDforge.com +COMMENT= Produce .ZIP file from two other ones with the best compressed files USES= dos2unix zip +MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} -pre-build: - @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} - do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/archivers/zipmix/pkg-descr ============================================================================== --- head/archivers/zipmix/pkg-descr Sun Apr 12 15:06:57 2015 (r383872) +++ head/archivers/zipmix/pkg-descr Sun Apr 12 15:55:13 2015 (r383873) @@ -1,5 +1,3 @@ -[ excerpt from developer's web site with modifications ] - Sometimes, when you run 2 different .ZIP programs on the same data (PKZIP & KZIP for example), some files get compressed better in one program, while other files get compressed better in the other.