svn commit: r308978 - head/archivers/zip

Beech Rintoul beech at FreeBSD.org
Sun Dec 16 04:17:54 UTC 2012


Author: beech
Date: Sun Dec 16 04:17:53 2012
New Revision: 308978
URL: http://svnweb.freebsd.org/changeset/ports/308978

Log:
  - Pass maintainership to submitter
  - Mirror distfile
  
  PR:		ports/174442
  Submitted by:	"A.J. 'Fonz' van Werven" <fonz at skysmurf.nl>

Modified:
  head/archivers/zip/Makefile   (contents, props changed)

Modified: head/archivers/zip/Makefile
==============================================================================
--- head/archivers/zip/Makefile	Sun Dec 16 04:10:09 2012	(r308977)
+++ head/archivers/zip/Makefile	Sun Dec 16 04:17:53 2012	(r308978)
@@ -8,10 +8,11 @@
 PORTNAME=	zip
 PORTVERSION=	3.0
 CATEGORIES=	archivers
-MASTER_SITES=	SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
+MASTER_SITES=	SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} \
+		ftp://ftp.skysmurf.nl/FreeBSD/distfiles/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	freebsd at skysmurf.nl
 COMMENT=	Create/update ZIP files compatible with PKZIP
 
 MAKEFILE=	unix/Makefile


More information about the svn-ports-all mailing list