svn commit: r383873 - head/archivers/zipmix

Alexey Dokuchaev danfe at FreeBSD.org
Sun Apr 12 15:55:15 UTC 2015


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 at FreeBSD.org
-COMMENT=	Produce a .ZIP file from 2 other ones with the best compressed files
-
-BROKEN=		Checksum and size mismatch
+MAINTAINER=	portmaster at 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.


More information about the svn-ports-all mailing list