Date: Sun, 12 Apr 2015 15:55:14 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383873 - head/archivers/zipmix Message-ID: <201504121555.t3CFtEIj067149@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504121555.t3CFtEIj067149>